.content .login-heading {
    text-align: center;
    margin-top: 2rem;
}
.content .login_form {
    padding: 0 !important;
    width: 75% !important;
}
.login-form-container {
    margin-top: 2rem;
}
.content .login_form input::placeholder {
    text-align: right !important;
}
.content .login_form input {
    padding-right: .25rem ;
    text-align: right !important;
    margin-bottom: 10px !important;
}
.remember_me {
    margin-bottom: 1rem;
}
#remember_me + span{
    font-size: 1.2rem !important;
}
.captcha {
    align-items: center !important;
    margin-top: -1.5rem;
}
.captcha input#captcha {
    margin-top: 12px !important;
    height: 39px !important;
}
#togglePassword {
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 17px;
}
.forget-password-container {
    text-align: center;
    margin-top: .5rem;
}
.forgot_passowrd {
    padding: 0 !important;
    text-decoration: underline;
}
.join-us {
    margin-top: 2rem;
    background: #e8eaea;
    padding: 1rem .5rem;
    text-align: center;
}
.join-us .join-us-link, .forgot-password-link {
    font-weight: bold;
    color: #0030a8;
    text-decoration: underline;
}
@media (max-width:767px) {

    .login-container {
        margin-top: 2rem !important;
    }
    #login-image {
        display: none;
    }
}