.forgot-password-link {
    margin: 0 0 0 auto;
    display: table;
}

.auth .form-group {
    margin-bottom: 10px;
}


.auth-modal h3 {
    color: #002664;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
    text-align: center;
}

.login .btn {
    width: 100%;
    display: block;
}

.create-user {
    color: #002664;
    text-decoration: underline;
    margin: 20px auto 30px auto;
    display: table;
}

.create-user:hover {
    opacity: .8;
}

.link-forg-pass {
    color: #002664;
    margin: 10px 0 10px auto;
    display: table;
}

.link-forg-pass:hover {
    opacity: .8;
    text-decoration: underline;
}

.auth-form .form-group,
.modal .form-group {
    margin-bottom: 10px;
}

.auth-form .form-group.form-checkboxes,
.modal .form-group.form-checkboxes {
    margin: 20px 0 20px 0;
}

.auth-form .form-group.form-checkboxes .checkbox,
.modal .form-group.form-checkboxes .checkbox {
    margin: 0 0 10px 0;
}

.auth-form .form-group.form-checkboxes .checkbox:last-child,
.modal .form-group.form-checkboxes .checkbox:last-child {
    margin: 0;
}

.or {
    color: #002664;
    text-align: center;
    margin: 10px 0;
}

.auth-form .form-control {
    background-color: #fff;
}

.modal .form-control {
    background-color: #EEF2F7;
}

.auth-form .form-control::-webkit-input-placeholder, .modal .form-control::-webkit-input-placeholder {
    color: #4A4A49;
}

.auth-form .form-control::-moz-placeholder, .modal .form-control::-moz-placeholder {
    color: #4A4A49;
}

.auth-form .form-control:-ms-input-placeholder, .modal .form-control:-ms-input-placeholder {
    color: #4A4A49;
}

.auth-form .form-control::-ms-input-placeholder, .modal .form-control::-ms-input-placeholder {
    color: #4A4A49;
}

.auth-form .form-control::placeholder,
.modal .form-control::placeholder {
    color: #4A4A49;
}


.login-social-btns .btn {
    position: relative;
    margin: 0 0 10px 0;
    width: 100%;
}

.auth-form h3 {
    color: #002664;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
    text-align: center;
}

.login-social-btns .btn:last-child {
    margin: 0;
}

.login-social-btns .btn img {
    position: absolute;
    left: 15px;
    top: 10px;
    height: 20px;
}

.have-acc {
    margin: 40px 0 0 0;
}

.have-acc .lab {
    color: #002664;
    font-weight: bold;
    text-align: center;
}

.have-acc .val a {
    color: #002664;
    margin: 10px auto 0 auto;
    display: table;
    text-decoration: underline;
}


/* MOBILE */
@media only screen and (min-width: 767px) and (max-width: 991px) {

}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .cart-auth-reg {
        margin: 50px 0 0 0;
    }

    .have-acc {
        margin: 20px 0 0 0;
    }
}
