body {
    position: relative;
}

    body::before {
        content: '';
        /*position: absolute;*/
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.92);
    }

.login-content .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    background: transparent;
    margin-right: 5px;
    border-radius: 2px !important;
    border: 1px solid #ff1d00 !important;
    margin-top: 45px;
    color: #ff1d00 !important;
    font-weight: 600;
}

.login-content-wrapper .login-content i {
    font-size: 120px;
    position: absolute;
    top: 39%;
    right: -8px;
    color: #636465;
    border-left: 6px solid #636465;
}

.login-content-wrapper .login-content p {
    color: #ff1d00;
    line-height: 25px;
    padding: 0px;
    border-radius: 30px;
    margin-top: 15px;
    background: #d3cfd0;
    padding: 30px;
    border-left: 6px solid #e42e2d;
    text-align: justify;
    border-right: 6px solid #e42e2d;
}

.brand-wrapper {
    padding-top: 7px;
    padding-bottom: 8px;
}

.login-wrapper .login-title {
    color: #003f8a;
}

.login-wrapper .mbcaptcha {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.login-wrapper input#CaptchaInputText {
    border-width: 1px;
    padding: 6px 12px;
    width: 100%;
}

.login-wrapper img#CaptchaImage {
    display: inline-block;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.login-content-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    min-height: calc(100vh - 272px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

    .login-content-wrapper .login-content, .login-section-wrapper {
        padding: 25px 15px;
    }

.login-content h4, .welcome-title {
    font-size: 18px;
    color: #191a1b;
    font-weight: 300;
    line-height: 20px;
}

.login-content p {
    color: #798a9e;
}

.login-content h4 span, .welcome-title span {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 2px;
    display: inline-block;
    line-height: 40px;
}

.welcome-title {
    color: #191a1b;
    max-width: 100%;
    margin: 0px auto 0 auto;
}

.login-content .navbar {
    padding: 0;
    display: inline-block;
}

    .login-content .navbar li {
        display: inline-block;
    }

.login-content .navbar-nav {
    display: inline-block;
}

    .login-content .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        background: rgba(255, 255, 255, 0.1);
        margin-right: 5px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        margin-top: 45px;
        color: #fff;
        font-weight: 300;
    }

        .login-content .navbar-nav .nav-link:hover {
            background: rgba(255, 255, 255, 1.0);
            border: 1px solid rgba(255, 255, 255, 1.0);
            color: #003f8a;
        }

.login-section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 0px;
    background-color: transparent;
    min-height: calc(100vh - 76px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    padding: 15px 15px 15px 200px;
}

#forgotPassword_wrapper .login-section-wrapper {
    padding: 15px 15px 15px 15px;
}

.login-section-wrapper .alert {
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 14px;
    font-size: 14px;
}

.login-wrapper .form-horizontal label {
    padding-top: 5px;
}

.termsWrapper {
    max-height: 60vh;
    overflow-y: auto;
}

.mbcaptcha {
    text-align: left !important;
}

    .mbcaptcha img {
        height: 40px;
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .mbcaptcha br {
        padding: 0px;
        height: 0px;
        display: none;
    }

    .mbcaptcha label {
        float: left;
    }

    .mbcaptcha input {
        color: #71748d;
    }

    .alert-validate::before, .mbcaptcha .alert-validate::before {
        content: attr(data-validate);
        position: absolute;
        max-width: 70%;
        background-color: #fff;
        border: 1px solid #d00d0d;
        border-radius: 2px;
        padding: 4px 25px 4px 10px;
        top: 42px;
        z-index: 99;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0px;
        pointer-events: none;
        /*font-family: Poppins-Regular;*/
        color: #d00d0d;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        visibility: visible;
        opacity: 1;
        /*-webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;*/
    }

    .alert-validate::after, .mbcaptcha .alert-validate::after {
        content: "\f05a";
        font-family: 'FontAwesome';
        font-size: 16px;
        color: #ed1d24;
        display: block;
        position: absolute;
        background-color: transparent;
        top: 42px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5px;
        z-index: 99;
    }

    .mbcaptcha.alert-validate::before {
        top: auto;
        bottom: -14px;
    }

    .mbcaptcha.alert-validate::after {
        top: auto;
        bottom: -10px;
    }

    .validate-input, .mbcaptcha.validate-input {
        position: relative;
    }

@media all and (min-width: 768px) {
    .alert-validate::before {
        visibility: hidden;
        opacity: 0;
    }

    .alert-validate:hover::before {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .login-section-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 575px) {
}

.login-wrapper {
    border: 2px solid #d8d8d8;
    max-width: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 15px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    -moz-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    -webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    -ms-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}

.login-content-wrapper .login-content p {
    color: #000;
    line-height: 25px;
}

.login-content-wrapper .login-content h4 span {
    margin-bottom: 65px;
}

@media (max-width: 575px) {
}

.login-wrapper label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.login-wrapper .form-control, .login-wrapper input, .login-wrapper .form-control, .login-wrapper select {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    padding: 5px 5px;
    min-height: 30px;
    font-size: 14px;
    font-weight: normal;
    background: none;
    width: 100%;
    color: #000;
    height: 30px;
}

.login-wrapper select {
    font-family: 'FontAwesome';
    content: "\f0d7";
    float: right;
    background-repeat: no-repeat;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.login-wrapper .form-inline .form-control {
    max-width: 100%;
    width: auto;
}

.login-wrapper input:focus, .login-wrapper select:focus {
    color: #000;
    /*border-color: #a7a7f0;*/
    outline: 0;
    box-shadow: none;
}

.login-wrapper .form-control::-webkit-input-placeholder {
    color: #b0adad;
}

.login-wrapper .form-control:-ms-input-placeholder {
    color: #b0adad;
}

.login-wrapper .form-control::-ms-input-placeholder {
    color: #b0adad;
}

.login-wrapper .form-control::placeholder {
    color: #b0adad;
}

.login-wrapper .login-btn {
    padding: 14px 20px;
    background-color: #ff1d00;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
    min-height: 52px;
}

.btn-primary {
    color: #fff;
    background-color: #636465 !important;
    border-color: #636465 !important;
}

.login-wrapper .login-btn:hover {
    background-color: #ff1d00;
    color: #ffffff;
}


.login-wrapper .mb-3.row {
    padding: 2px 0px;
}

.login-wrapper a.forgot-password-link {
    color: #ff1d00 !important;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    ;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 1);
        text-decoration: underline;
    }

    .navbar-light .navbar-nav .nav-link:focus {
        color: #fff;
    }

@media (max-width: 575px) {
}


.login-title {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}

.login-img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}
/*# sourceMappingURL=login.css.map */
.login-footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
}

    .login-footer p {
        text-align: justify;
    }

.login-footer {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding: 0px;
}

.ms-auto, .mx-auto {
    margin-left: auto !important;
}

.validate-input, .mbcaptcha.validate-input {
    position: relative;
}

@media all and (min-width: 768px) {
    .alert-validate::before {
        visibility: hidden;
        opacity: 0;
    }

    .alert-validate:hover::before {
        visibility: visible;
        opacity: 1;
    }
}

.mbcaptcha {
    text-align: center;
}

    .mbcaptcha img {
        height: 60px;
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .mbcaptcha br {
        padding: 0px;
        height: 0px;
        display: none;
    }

    .mbcaptcha label {
        float: left;
    }

    .mbcaptcha input {
        color: #71748d;
    }
ul.captch-sec li::marker {
     color: #fff; 
}


.bg-light {
    background-color: #636465 !important;
}

.mt-5, .my-5 {
    margin-top: 1rem !important;
}

.navbar-nav .nav-link {
    color: #ffdfe1;
}

.navbar {
    padding: 0rem 0rem !important;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    border-right: 1px solid #636465;
}

    .navbar-light .navbar-nav .nav-link:last-child {
        border-right: 0px;
    }

.login-wrapper .badge-btn {
    padding: 4px 10px;
    border-radius: 6px;
    background: #636465;
    color: #fff;
}

.success-wrapper i {
    color: #53da96;
    font-size: 60px;
}

.success-wrapper h2 {
    color: #53da96;
}

.login-wrapper button.btn {
    border-radius: 6px;
}

.fp_img {
    height: 300px;
}

.alert-dismissible .close {
    padding: .05rem .25rem;
}

@media (max-width: 767px) {
    .login-footer {
        padding: 5px 15px;
        position: relative;
    }

    .navbar {
        padding: 0.5rem 1.5rem !important;
    }

    .navbar-toggler {
        background-color: #fff !important;
        margin-left: 15px;
        margin: 5px;
        margin-top: 5px;
        display: none;
    }

    .navbar-nav {
        flex-direction: row;
    }

    .forget_password {
        padding-right: 15px;
    }

    .login-wrapper a.forgot-password-link {
        margin-bottom: 16px;
    }

    .login-content-wrapper .login-content p {
        background: #002967;
        border-radius: 35px;
        padding: 30px;
        color: #fff;
        line-height: 25px;
    }

    .login-wrapper {
        padding: 5px 15px;
    }

        .login-wrapper a.logo {
            height: 40px;
        }

    .login-wrapper {
        width: 100%;
    }

    .login-section-wrapper {
        padding: 15px;
        max-width: 100%;
        flex: 100%;
    }

    .login-content-wrapper {
        min-height: auto;
        display: none !important;
    }

        .login-content-wrapper p.warning {
            display: none !important;
        }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    .forget_password_wrap {
        position: absolute;
        right: 0px;
        top: 8px;
    }

    .nav-link {
        padding: .1rem 1rem;
    }

    .navbar-nav {
        padding: 0 15px;
    }
}

.login-content-wrapper .login-content .termsWrapper p {
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    color: #000;
    line-height: 25px;
}

@media (max-width: 767px) {
    .login-section-wrapper {
        min-height: 68vh !important;
    }
}

@media (max-width: 600px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 11px;
        text-align: center;
    }

    .simple-card .nav.nav-tabs .nav-item .nav-link {
        padding: 6px 5px !important;
        font-size: 12px;
    }
}

@media(min-width:601px) and (max-width:1024px) {
    .login-section-wrapper {
        min-height: calc(100vh - 150px) !important;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
        padding: 6px 10px;
    }

    .login-footer {
        position: absolute !important;
        bottom: 0;
        min-height: 85px;
    }

        .login-footer p {
            text-align: justify;
        }

    .login-container {
        height: calc(100vh - 112px);
        display: flex;
        align-items: center;
    }
}

a {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.simple-card .nav.nav-tabs .nav-item .nav-link {
    padding: 6px 15px;
}

.simple-card .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #e20a17 !important;
}

.simple-card .tab-content {
    padding: 10px;
}
.navbar-nav .nav-link {
    color: #ffdfe1;
}

.navbar {
    padding: 0rem 0rem !important;
}