body {
    font-family: "Poppins", sans-serif;
    color: #535353;
}
a:hover{
    color: #69bd45 !important;
}
.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}
.logoWrap img {
    max-width: 140px;
}

.appInfo {
    width: 100%;
}

    .appInfo > p {
        text-align: center;
    }

.loginCopyrights {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px 0;
    margin-top: 20px;
    border-top: 1px solid #d8dcdc;
}

    .loginCopyrights ul {
        list-style: none;
        display: flex;
        gap: 10px;
        padding: 0;
        margin: 0;
    }

    .loginCopyrights p {
        margin: 0;
    }

    .loginCopyrights ul li a {
        text-decoration: none;
        color: #000;
    }

.logoWrap {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-family: 'Jost', sans-serif;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.loginNav {
    width: 100%;
    position: absolute;
    top: 15px;
    font-size: 15px;
    right: 20px;
}

    .loginNav ul li a {
        text-decoration: underline;
    }
   


.login-12 .bg-img {
    position: relative;
}

.login-box .form-group label.error {
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}
.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: 17px;
    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 .login-popover{
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs{
    position: absolute;
    right: 15px;
    top: 15px;
}

/** Login 12 start **/
.login-12 .login-inner-form {
    color: #cccccc;
    position: relative;
}

.login-12 .form-info {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    flex-direction: column;
    gap: 50px;
}
.loginNav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    justify-content: end;
    padding-right: 20px;
    padding-bottom: 15px;
}
.login-12 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login-12 .form-section {
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
}

.login-12 .login-inner-form .form-group {
    margin-bottom: 25px;
}

.login-12 .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.login-12 .login-inner-form .form-control {
    font-size: 16px;
    outline: none;
    color: #535353;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #dcdcdc;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.login-12 .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.login-12 .login-inner-form .form-box .form-control {
    float: left;
    width: 100%;
    padding: 12px 45px 12px 20px;
    border-radius: 50px;
}

.login-12 .login-inner-form .form-box i {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 18px;
    color: #535353;
}

.login-12 .login-inner-form .forgot {
    margin: 0;
    line-height: 45px;
    color: #535353;
    font-size: 16px;
    float: right;
}

.login-12 .bg-img {
    background: url(../img/img-12.jpg) center;
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.login-12 .bg-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.login-12 .info{
    max-width: 800px;
    margin: 0 auto;
    z-index: 999;
}

.login-12 .info h1 {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.login-12 .info {
    text-align: left;
}

.login-12 .info p {
    margin-bottom: 0;
    color: #fff;
    line-height: 28px;
}

.login-12 .login-inner-form p {
    margin: 0;
    color: #535353;
}

.login-12 .login-inner-form p a {
    color: #535353;
}

.login-12 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-12 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-12 .logo img {
    height: 40px;
    margin-bottom: 15px;
}

.login-12 .nav-pills li {
    display: inline-block;
}

.login-12 .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 14px;
}

.login-12 .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

.login-12 .login-inner-form .form-check a {
    color: #d6d6d6;
    float: right;
}

.login-12 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-12 .login-inner-form .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login-12 .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
}

.login-12 .form-section h3 {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 400;
    color: #222;
}

.login-12  .animated-text h1{
    display: block;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    background: url(../img/animated-text-2.png) repeat-y;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.login-12 h2 {
    color: #fff;
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 50px;
}

.login-12 .form-section p {
    margin: 25px 0 0;
    font-size: 16px;
    color: #535353;
}

.login-12 .form-section p a {
    color: #535353;
}

.login-12 .form-check-input:focus {
    border-color: #ffbb19;
    outline: 0;
    box-shadow: none;
}

.login-12 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    position: absolute;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    margin-left: -20px;
}

.login-12 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.login-12 .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-12 .form-section .social-list li a {
    font-size: 13px;
    width: 120px;
    margin: 2px 0 3px 0;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-12 .form-section .social-list li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    border-radius: 20px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    font-size: 15px;
}

.login-12 .form-check-input:checked {
    background-color: #69bd45;
    border: 1px solid #69bd45;
}

.login-12 .form-section a {
    text-decoration: none;
}

.login-12 .form-section:hover .social-list li a i{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.login-12 .form-section .social-list li a span {
    margin-right: 7px;
}

.login-12 .form-section .extra-login {
    margin: 20px 0 25px;
    position: relative;
}

.login-12 .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}

.login-12 .form-section .extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    background: #fff;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 13px;
    color: #535353;
    text-transform: capitalize;
}

.login-12 .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none;
    color: #fff;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    border-radius: 50px;
    border: none;
}

.login-12 .btn-lg{
    padding: 0 50px;
    line-height: 50px;
}

.login-12 .btn{
    box-shadow: none!important;
}

.login-12 .btn-md{
    padding: 0 50px;
    line-height: 45px;
}

.login-12 .btn-primary{
    background: #1078f2;
}

.login-12 .btn-primary:after {
    background: #69bd45;
}

.login-12 .btn-light:after {
    background: #f9fafb;
}

.login-12 .btn-theme i::before {
    position: relative;
    font-size: 18px;
    top: 3px;
    padding-left: 5px;
}

.login-12 .btn-theme:hover {
    color: #fff !important;
}

.login-12 .btn-theme:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}

.login-12 .btn-theme:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 7px;
    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-12 .facebook-i {
    background: #4867aa;
    color: #fff;
}

.login-12 .twitter-i {
    background: #33CCFF;
    color: #fff;
}

.login-12 .google-i {
    background: #db4437;
    color: #fff;
}

.login-12 .facebook-color {
    color: #4867aa;
}

.login-12 .twitter-color {
    color: #33CCFF;
}

.login-12 .google-color {
    color: #db4437;
}

.login-12 .lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.login-12 .line {
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.login-12 .line::after {
    content: '';
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    animation: drop 7s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    z-index: -888;
}

.login-12 .line:nth-child(1) {
    margin-left: -40%;
}

.login-12 .line:nth-child(1)::after {
    animation-delay: 1s;
}

.login-12 .line:nth-child(3) {
    margin-left: 40%;
}

.login-12 .line:nth-child(3)::after {
    animation-delay: 2s;
}

.login-12 .line:nth-child(4) {
    margin-left: -20%;
}

.login-12 .line:nth-child(4)::after {
    animation-delay: 3s;
}

.login-12 .line:nth-child(5) {
    margin-left: 20%;
}

.login-12 .line:nth-child(5)::after {
    animation-delay: 4s;
}

@keyframes drop {
    0% {top: -50%; }
    100% {top: 110%; }
}

/** MEDIA **/
@media (max-width: 1200px) {
    .login-12 .info h1 {
        font-size: 45px;
    }
}

@media (max-width: 992px) {
    .login-12 .bg-img {
        display: none;
    }

    .login-12 .form-info{
        padding: 30px 15px;
    }
}
/** Login 12 end **/
/*==== our custom ============*/
.req_field {
    color: red !important;
    display: none;
}
.dnone {
    display: none;
}
.loginCopyrights {
    font-size: 12px;
}
.validalert {
    font-size: 13px !important;
    border: none !important;
    border-radius: 3px;
    margin: 0 !important;
    color: #535353;
}
a.thembo {
    color: #69bd45 !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #1078f2 !important;
    border-color: #1078f2 !important;
    min-width: 55px;
}
.btn-success {
    color: #fff !important;
    background-color: #69bd45 !important;
    border-color: #69bd45 !important;
}
    .btn-success:hover {
        color: #fff !important;
        background-color: #1078f2 !important;
        border-color: #1078f2 !important;
    }
/*=================================*/
.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.auth-card {
    background-color: #fff;
}
    .auth-card .auth-title-box {
        width: 100%;
    }
.bg-body-highlight {
    background-color: rgba(239, 242, 246, 1) !important;
}
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}
.fs-7 {
    font-size: 1.25rem !important;
}
.pt-7 {
    padding-top: 3rem !important;
}
.w-max-content {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}
.z-n1 {
    z-index: 99 !important;
}
.mb-6 {
    margin-bottom: 2.5rem !important;
}
.auth-card .auth-form-box {
    margin: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .auth-card .auth-title-box {
        width: 16.875rem;
    }

    .w-md-auto {
        width: auto !important;
    }
    .auth-card .auth-title-box .auth-title-box-img {
        width: 12.5rem;
        height: 9.875rem;
    }
    .auth-card .auth-form-box {
        max-width: 31rem;
    }
}

@media (min-width: 992px) {
    .auth-card .auth-title-box {
        width: 23.4375rem;
    }
    .pb-lg-7 {
        padding-bottom: 3rem !important;
    }
    .px-lg-7 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .auth-card .auth-title-box .auth-title-box-img {
        width: 17.93rem;
        height: 14.18rem;
    }
    .auth-card .auth-form-box {
        max-width: 33rem;
    }
}
@media (min-width: 1540px) {
    .auth-card .auth-form-box {
        max-width: 40rem;
    }
}
.divider-content-center {
    position: absolute;
    top: 50%;
    left: 13%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
    color: rgba(82, 91, 117, 0.85);
    white-space: nowrap;
    font-weight: 600;
}
.bg-body-emphasis {
    background-color: rgba(255, 255, 255, 1) !important;
}
.loginpro_btn a {
    padding: 0.375rem 0.75rem !important;
    line-height: 1.5 !important;
    margin-right: 10px;
    width: 295px !important;
    font-size: 13px;
    margin-bottom: .5rem;
    border-radius: 50px;
}