body{
    margin: 0;
    padding: 0;
}
.adminsorry{
    color: rgba(255, 0, 0, 0.808);
    font-weight: 900;
    
}
#checkboxtoseepassword{
    height: 12px;
    width: 12px;
    border-color: rgb(20, 204, 20);
}
.header{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(135, 177, 135, 0.815),rgba(3, 196, 3, 0.856)),url(pic/undraw_login_weas.png);
    background-size: contain;
    position: fixed;
    background-position: center;
   
}
.top{
    width: 100%;
    height: 15vh;
    background-color: green;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.top img{
    height: 85px;
    width: 85px;
    border-radius: 50%;
    border: 4px solid rgb(5, 189, 5);
   
}
.middle-house{
    width: 60%;
    height: 60%;
    top: 55%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    background-color: rgba(82, 85, 82, 0.897);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border: 4px solid rgb(237, 241, 237);
    color: aliceblue;

}
form{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
input{
    height: 30px;
    width: 300px;
    background-color: rgb(216, 224, 216);
    border: 1px solid rgb(237, 241, 237);

}

input:focus{
    background-color: rgb(250, 255, 250);
    color: rgb(8, 158, 21);
    outline: none;
    font-size: 15px;
    font-weight: 600;

}
button{
     height: 35px;
    width: 300px;
    border-style: none;
    font-weight: 900;
    color: white;
    background-color: rgb(5, 190, 5);
    cursor: pointer;
}

::placeholder{
    font-weight: 800;
    color: rgb(29, 28, 28);
}