
body {
    background: #fff;
}

#forgot_password .logo{
    width: 340px;
    margin: 35px auto;
    padding-top: 140px;
    background-image: url('/local/images/2solar-logo_black.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
}

#forgot_password form.form-horizontal {
    width: 550px;
    margin: 0 auto;
}


#forgot_password .form-horizontal .control-label {
    color: #333;
    margin-top: 3px;
}

#forgot_password input {
    height: 35px;
    border-radius: 3px;
}

#forgot_password button.btn.btn-primary {
    width: 206px;
    background: #009DFF;
    border: none;
    text-shadow: none;
    height: 35px;
    border-radius: 3px;
    outline: none;
}

@media screen and (max-width: 500px) {

    #forgot_password form.form-horizontal {
        width: 250px;
        padding-top: 80px;
    }

    #forgot_password .form-horizontal .controls {
        margin-left: 0px;
    }

    #forgot_password .form-horizontal .control-label {
        margin-left: 0px;
        text-align: left;
    }

    #forgot_password .form-horizontal .control-group {
        left: 0;
    }

}