/*--------------------------------------------------------------
# RESET PASSWORD
--------------------------------------------------------------*/

@media (min-height: 988px) and (min-width: 768px) {
    body.woocommerce-lost-password .footer {
        position: fixed;
        bottom: 0 !important;
    }
}

body.woocommerce-lost-password {
    background: #F4F4F4;
}

body.woocommerce-lost-password .woocommerce .success-message-container {
    display: none;
    margin: 150px 0px;
}

body.woocommerce-lost-password .woocommerce p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #333;
    max-width: 700px;
    margin: 0px auto;
    padding: 0 30px;
    text-align: center;
}

body.woocommerce-lost-password .woocommerce-ResetPassword {
    max-width: 960px;
    text-align: center;
    margin: auto;
    padding: 0;
    min-height: 198px;
}

body.woocommerce-lost-password .woocommerce-ResetPassword p {
    font-size: 17px !important;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #333;
    margin-bottom: 0;
}
form.woocommerce-ResetPassword p.woocommerce-FormRow.form-row {
    margin-top: 20px;
}

body.woocommerce-lost-password #main {
    padding: 50px 0;
}

body.woocommerce-lost-password .woocommerce-ResetPassword p.form-row-first {
    margin-bottom: 0;
}

body.woocommerce-lost-password .woocommerce-ResetPassword label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    color: #333;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

body.woocommerce-lost-password .woocommerce-ResetPassword input[type="text"],
body.woocommerce-lost-password .woocommerce-ResetPassword input[type="password"] {
    display: block;
    border: 1px solid #c3c3c3;
    padding: 15px 43px;
    font-size: 16px !important;
    width: 100%;
    min-width: 193px;
    max-width: 350px;
    margin: 0 auto 15px auto;
    border-radius: 0;
    background: url(/wp-content/themes/legion-2017/react/build/430c2c88d16db352f52419e71f8fd031.png) #fff no-repeat 15px center;
}

body.woocommerce-lost-password .woocommerce-ResetPassword input[type="text"]:focus,
body.woocommerce-lost-password .woocommerce-ResetPassword input[type="password"]:focus {
    border-color: #00A2FF;
}

body.woocommerce-lost-password .woocommerce-ResetPassword input[type="submit"],
body.woocommerce-lost-password .woocommerce-ResetPassword button[type="submit"] {
    background: #00A2FF;
    border: 1px #00A2FF solid;
    display: block;
    color: #fff;
    width: 100%;
    min-width: 193px;
    max-width: 350px;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: bold;
    height: 52px;
    line-height: 50px;
    margin: auto;
    text-transform: none;
}

body.woocommerce-lost-password .woocommerce-ResetPassword input[type="submit"]:hover,
body.woocommerce-lost-password .woocommerce-ResetPassword button[type="submit"]:hover {
    background: #008EDF;
}
