.forgot-psw{
    text-decoration: none;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border:  2px solid #EB6909;
    box-shadow: 0 2px 15px gray;  
    border-radius: 15px;
}
.form-forgot-psw{
    padding: 10px;
}
.h2-forgot-psw{
    text-align: center;
} 
@media screen and (max-width:750px){
    .forgot-psw{
        width: 90%;
    }

}