body {
    font-family: 'Open Sans', sans-serif;
    color: #535353;
}

label {
    color: white;
    margin-bottom: 3px;
    float: left;
    letter-spacing: 1px;
    font-size: 14px;
}
.registration-page-sec label {
    margin-bottom: 7px;
    color: #2D2D2D;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    text-align: left !important;
    display: flex;
    letter-spacing: 0.08px;
    font-weight: 400;
    align-items: center;
}

.form-control:focus {
    box-shadow: none;
}

.login-box .alert {
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close {
    padding: 18.5px 19px;
    background-size: 8px;
}

    .login-box .alert-dismissible .btn-close:focus,
    .login-box .alert-dismissible .btn-close:active {
        box-shadow: none;
    }

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}


.login-box .form-group label.error {
    font-size: 13px;
    text-align: left;
    color: #c7c3c3;
    width: 100%;
}



/** Login 16 start **/





.login-16 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login-16 a {
    text-decoration: none;
}

.login-16 .form-inner {
    max-width: 900px;
    line-height: 1.1;
    width: 100%;
    padding: 16px 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 24px;
    height: 95%;
}
@keyframes blink {
    0% {
        color: red;
    }

    100% {
        color: #fff;
    }
}

@-webkit-keyframes blink {
    0% {
        color: red;
    }

    100% {
        color: #fff;
    }
}

.blink {
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 0.6s linear infinite;
    animation: blink 1s linear infinite;
}

.login-16 .form-section .form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    vertical-align: top;
    position: absolute;
    border-radius: 2px;
    border: none;
    background-color: #f7f7f7;
    margin-left: -22px;
}

.login-16 .form-check-input:focus {
    border-color: snow;
    outline: 0;
    box-shadow: none;
}

.login-16 .form-check-input:checked {
    background-color: #b79515;
}

.login-16 .form-section p {
    color: #535353;
    margin-bottom: 0;
    font-size: 15px;
}

    .login-16 .form-section p a {
        color: #535353;
    }


.login-16 .form-section h3 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 500;
    color: white;
}

.login-16 .form-section .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}

.login-16 .form-section .form-control {
    padding: 0px 6px 0px 11px;
    font-size: 14px;
    outline: none;
    letter-spacing: 0.3px;
    height: 44px;
    color: #000;
    border-radius: 10px;
    border: 1px solid rgb(32 32 32 / 9%);
    background: #f9f9f9;
    font-family: "Onest", sans-serif;
}
.row.login-box h4 {
    font-family: "Onest", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #131F8A;
    text-align: left;
    margin-bottom: 1.2rem;
}
.login-16 .form-section .form-check {
    margin-bottom: 0;
}

    .login-16 .form-section .form-check a {
        color: #535353;
    }

.login-16 .form-section .form-check-label {
    padding-left: 5px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.9px;
}

.login-16 .form-section a.forgot-password {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.9px;
}


.login-16 .btn-theme {
    position: relative;
    display: inline-block;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
    width: 100%;
}

    .login-16 .btn-theme:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        border-radius: 3px;
        transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
        transform-origin: bottom center;
        transition: transform 0.4s linear, transform 0.4s linear;
        z-index: -1;
    }

    .login-16 .btn-theme:hover:after {
        transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
        transition: transform 0.4s linear, transform 0.4s linear;
    }


.login-16 .btn {
    box-shadow: none !important;
}


.login-16 .btn-primary {
    background: #1b77e8;
    border-color: #1b77e8;
}

    .login-16 .btn-primary:after {
        background: #1b77e8;
    }


.form-section {
    display: flex;
    justify-content: center;
}


/** Social media **/
@media (max-width: 992px) {
    .login-16 .form-inner {
        padding: 50px;
    }

    .login-16 .bg-img {
        display: none;
    }

    .foot-bg {
        position: fixed;
        bottom: 0;
    }
}

@media (max-width: 768px) {
    .login-16 .form-inner {
        padding: 50px 30px;
    }

    .head-bg {
        z-index: 1;
    }
}
/** Login 16 end **/


.login-inner-form {
    width: 100%;
}

.login-16 .btn-theme {
    font-family: "Onest", sans-serif !important;
    border-radius: 13px;
    margin-top: 0px;
    padding: 12px;
}



.button-box .btn-width {
    width: 25%;
}

/** Login 35 end **/




.background-main {
    background-image: url(assets/img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

/*.logo-brand .logo img {
    width: 100px;
}*/
/*.logo-brand h3{
    color: #e7e7e7;
    padding-left: 25px;
    font-size: 22px;
}*/
.head-bg {
    background-position: center right;
    background-size: cover;
}

/*.foot-bg {
    height: 40px;
    background-color: #004caa;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 0px;
}*/
.login-16 {
    padding: 100px 0px;
}

.button-box {
    display: flex;
    justify-content: flex-start;
}


.btn-right {
    margin-left: 12px;
}

/*footer.foot-bg P {
    color: white;
}*/

@media (max-width: 640px) {
    .foot-bg {
        position: static !important;
    }

    .logo-brand {
        flex-flow: row wrap;
        justify-content: center;
    }

        .logo-brand h3 {
            padding-left: 0px !important;
            font-size: 15px;
        }

    .inner {
        margin-bottom: 2px;
    }

        .inner h2 {
            font-size: 18px;
        }

    .login-16 {
        padding: 10px 0px !important;
    }

    .button-box {
        justify-content: center !important;
        margin-bottom: 12px;
    }

        .button-box .btn-width {
            width: 45% !important;
        }

    .login-box p {
        display: none;
    }
}
