html{
  background-color: #2f3136;
    color: white;
  font-family: sans-serif;
  font-weight: 900;
   display: flex;
  justify-content: center;
  align-items: center;
  
  }
div{
  background-color: #1e2124;
justify-content: center;
  text-align: center;
 padding: 100px;
  width: 300px;
  height: 500px;
  border-radius: 10px;
  
  }
img{
  width: 200px;
  height:auto;
  margin-bottom: 50px;
  }
input[type="text"]
{
color:white;
  background-color: #4e5259;
 
  font-size: 20px;
  border-radius: 5px;
  border: none;
  font-weight: bold;
}
input[type="password"]
{
color:white;
  background-color: #4e5259;
 
  font-size: 20px;
  border-radius: 5px;
  border: none;
  font-weight: bold;
}
input[type="submit"]
{
color:white;
  background-color: #002bff;
 width:300px;
  height:40px;
  font-size: 20px;
  border-radius: 7px;
  border: none;
  font-weight: bold;
  margin-top: 20px;
}
.prof
{
    border: 2px dashed #7785cc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 20px;
  
}  
input[type="file"] {
  display: none;
}

