body{
border:3px solid;
color:black;
max-width: 500px;
margin: auto;
height:550px;
background-color:  #f7e5e1;

}
.head1{
text-align:center;
font-size:40px;
color:red;

}
.unm{
font-size:20px;
color:red;
}
form{
margin:20px auto;
width:320px;
color:red;

}
input{
padding:10px;
font-size:inherit;
}
input[type="text"]{
display:block;
margin-bottom:25px;
width:100%;
border:2px solid steelblue;


}

input[type="password"]{
display:block;
margin-bottom:30px;
width:100%;
border:2px solid steelblue;

}

button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 15px;
  font-size:20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 108%;
}

button:hover{
color:blue;
font-size:22px;
}

a:hover{
color:red;
font-size:20px;
}