.lost-password h1 { font-size: 20pt; margin-bottom: 20px;}

@media only screen and (max-width: 1200px) {
    .lost-password{ margin-top: 58px; }
}

@media only screen and (max-width: 700px) {
    .lost-password { margin-top: 0px; }
}
