You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
easyappointments-archive/assets/css/forgot_password.css

27 lines
416 B

body {
width: 100vw;
height: 100vh;
display: table-cell;
vertical-align: middle;
background-color: #f5f8fa;
}
#forgot-password-frame {
width: 630px;
margin: auto;
background: #FFF;
border: 1px solid #DDDADA;
padding: 70px;
}
.user-login {
margin-left: 20px;
}
@media (max-width: 640px) {
#forgot-password-frame {
width: 100%;
padding: 20px;
}
}