/*  */
.btn-theme {
    background-color: #142557;
    padding: 12px;
    border: 1px solid #142557;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    border-radius: 100px;
    text-transform: capitalize;
    transition: .5s;
}

.btn-theme:hover {
    background-color: transparent;
    color: #142557;
}

.auth-logo {
    width: 160px;
    margin: 0 auto;
}

.auth-heading h3 {
    font-size: 17px;
    margin-bottom: 5px;
}

.auth-botom-txt p {
    font-size: 16px;
}

.auth-botom-txt a {
    color: #142557;
    transition: .5s;
    font-weight: 600;
}

.auth-botom-txt a:hover {
    text-decoration: underline !important;
}

.auth-main {
    background-image: url(../images/auth-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1001;
}

.auth-main::before {
    content: '';
    background-color: #0000004f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.auth-bg {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    z-index: 1011;
    border-radius: 15px;
}

.auth-bg:after {
    content: '';
    background-color: #142557;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.auth-bg .form-control {
    padding: 15px 15px 15px 35px;
    font-size: 15px;
    line-height: 25px;
}

.auth-bg .form-control::placeholder {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 25px;
}

.auth-icon {
    position: absolute;
    top: 45px;
    left: 13px;
}

.auth-icon i {
    color: #142557;
    font-size: 15px;
    line-height: 25px;
}

#togglePassword {
    position: absolute;
    top: 46px;
    right: 15px;
    background-color: transparent;
    border: 0;
}

.eye-icon {
    position: absolute;
    top: 50px;
    right: 25px;
}

#togglePassword i {
    font-size: 15px;
    line-height: 25px;
}

.rember-btn input {
    border: 5px;
}

.rember-btn input:checked {
    background-color: #142557;

}

.rember-btn label {
    font-size: 16px;
}

.forgot-btn a {
    color: #142557;
    font-size: 16px;
    text-decoration: none;
}

#flexCheckChecked {
    margin-bottom: 4px;
}

.forgot-btn a:hover {
    text-decoration: underline !important;
}

.form-control:focus {
    box-shadow: none;
}

.auth-rigth-txt h2 {
    font-size: 39px;
    line-height: 49px;
}

.auth-rigth-txt p {
    font-size: 17px;
    line-height: 27px;
}

.auth-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}

.auth-footer p {
    color: #fff;
}

.auth-footer p a {
    color: #fff !important;
    font-weight: 700;
}

.auth-footer p a:hover {
    color: #fff !important;
    font-weight: 700;
}

/*  */




/* media query */

@media screen and (max-width: 1399px) {
    .auth-rigth-txt h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .auth-rigth-txt h2 {
        font-size: 27px;
        line-height: 37px;
    }
}

@media screen and (max-width: 991px) {
    .auth-bg::after {
        content: none;
    }

    .auth-bg form {
        padding: 0 !important;
    }

    .auth-rigth-txt {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
    .auth-bg {
        padding: 20px !important;
    }

    .auth-heading {
        margin-top: 15px !important;
    }
}