#forgotForm {
    position: relative;
    max-width: 1200px;
    padding-bottom: 80px;
    margin: auto;
}

#forgotForm h1 {
    display: block;
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    color: #C3162E;
    text-align: center;
}

#forgotform hr {
    border-top: 1px solid #C3162E;
    margin-top: 15px;
}

#forgotForm h2 {
    display: block;
    font-size: 24px;
    font-weight: normal;
    line-height: 29px;
    color: #808080;
    text-align: center;
    margin-top: 50px;
}

#forgotForm > div {
    position: relative;
    max-width: 500px;
    margin: auto;
}

#forgotForm div.form-row {
    margin-top: 18px;
}

#forgotForm div.form-row > input[type="text"],
#forgotForm div.form-row > input[type="password"] {
    display: block;
    font-size: 16px;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
}

#forgotForm div.form-row > input.error {
    border-color: #C3162E!important;
}

#forgotForm div.form-action {
    margin-top: 65px;
}

#forgotForm div.form-action > button {
    display: block;
    background: #C3162E;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    border: 0px;
    border-radius: 20px;
}

#forgotForm div.form-shortcut {
    margin-top: 10px;
    text-align: center;
}

#forgotForm div.form-shortcut > a {
    font-size: 16px;
    color: #808080;
    text-decoration: none;
}

@media only screen and (max-width: 500px) {
    #forgotForm h1 {
        font-size: 30px;
    }
}