body {
  padding: 0;
  margin: auto;
  margin-top: 15px;
  background-color:#f0f0f0;
  text-align: center;
  font-family: 'Hind Guntur', sans-serif;
  width:400px;
  height:620px;
  border:2px solid black;
  border-radius: 4px;  
}

body {
  background: #F1E4AE;
  color: #A5A5A5;
  font-family: "roboto", sans-serif; 
}

header img { max-width: 100%;
    height: auto;
}

.headeruno { height: 20em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }



#logo { display: block;
    width: 20em;
    border-radius: 1em;
}
a {
  color: #435160;
  text-decoration: none;
}

.login {
  width: 350px;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -175px;
}

input[type="text"], input[type="password"] {
  width: 350px;
  padding: 20px 0px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #435160;
  outline: none;
  color: #6D7781;
  font-size: 18px;
}
input[type=checkbox] {
  display: none;
}
.login-lost
{
  text-align:right;
  margin-bottom:0px;
}

#agree:checked ~ label[for=agree] {
  background: #435160;
}

input[type="submit"] {
  background: #7DBE74;
  border: 0;
  width: 350px;
  height: 40px;
  border-radius: 3px;
  color: #F1E4AE;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}


.forgot {
  margin-top: 30px;
  display: block;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.forgot:hover {
  margin-top: 30px;
  display: block;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #6D7781;
}

.agree {
  padding: 10px 0px;
  font-size: 12px;
  text-indent: 00px;
  line-height: 15px;
}

::-webkit-input-placeholder {
  color: #435160;
  font-size: 14px;
}

