.form-label {
    font-size: 16px;
}

.nav-logo.login {
    align-items: center;
    flex-direction: row;
    gap: 20px;
    text-align: center;
    justify-content: center;
}

.footer-logo .nav-logo.login>span {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 0px;
}

body {
    background-color: #fff !important;
}

.register-p-1 {
    max-width: 584px;
    max-height: 606px;
}

.register-p-2 {
    max-width: 793px;
    max-height: 899px;
}

input.error {
    border-color: var(--colab-danger) !important;
}

label.error {
    color: var(--colab-danger) !important;
}

.error {
    color: var(--colab-danger) !important;
}


.register-p-2 {
    max-height: none;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform {
    position: relative;
}

#msform fieldset {
    position: relative;
}

.step {
    padding: 10px;
    border-radius: 50px;
    background: #d1d1d1bd;
    color: white;
}

#progressbar {
    width: 100%;
}

#progressbar li {
    position: relative;
    width: 100%;
    z-index: 0;

    display: block;
}

#progressbar li:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    color: grey;
    background: grey;
    top: 10px;
    z-index: -1;
    left: 0;
}

#progressbar li.active:before {
    background-color: #5d9a55;
}

#progressbar li.active:after {
    background-color: #5d9a55;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    color: grey;
    background: grey;
    top: 10px;
    z-index: -1;
    right: 0;
}

#progressbar li:nth-child(3):before {
    display: none;
}

#progressbar li:nth-child(2) {
    text-align: center;
}

#progressbar li:nth-child(3) {
    text-align: right;
}

#progressbar .active .step {
    background-color: #5d9a55;
    color: white;
}

@media (max-width: 480px) {
    .img-logo-hide {
        display: none;
    }

    .col-lg-6.col-sm-12.col-xs-12 {
        margin-bottom: 12px;
    }

    .cl-mb-size {
        margin-bottom: 20px !important;
    }

    .mar-lhg-var {
        margin-top: 0px !important;
    }

    form#regform {
        margin-top: 16px !important;
    }

    /* .card-body {
      padding: 0px 0px 5px 0px !important;
    } */

    .mb-3 {
        margin-bottom: 5px !important;
    }

    .nav-logo.login {
        padding: 12px !important;
    }

    .ict-logo-login {
        left: 80px !important;
    }

    .row.mt-5 {
        margin-top: 15px !important;
    }

    .col-sm-3 {
        display: none;
    }

    .footer-logo {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 767px) {
    .img-logo-hide {
        display: none;
    }

    .ict-logo-login {
        left: 136px !important;
    }

    .row.mt-5 {
        margin-top: 15px !important;
    }

    .col-sm-3 {
        display: none;
    }

    .card1 {
        border: none;
        padding-left: 60px;
        margin-left: 0px !important;
    }

    ul#progressbar1 {
        left: 0px !important;
    }
}

@media (max-width: 991px) {
    .footer-logo {
        margin-bottom: 0px !important;
    }

    .img-logo-hide {
        display: none;
    }

    .row.mt-5 {
        margin-top: 15px !important;
    }

    .footer-logo .nav-logo {
        flex-wrap: nowrap !important;
    }

    .ict-logo-login {
        left: 226px !important;
    }

    .img-logo-hide {
        width: 160px !important;
    }

    .col-lg-6.col-sm-12.col-xs-12 {
        margin-bottom: 30px !important;
    }

    .mar-lhg-var {
        margin-top: 0px !important;
    }
}

@media (max-width: 576px) {
    .ict-logo-login {
        left: 78px !important;
    }

    .nav-logo.login {
        padding: 12px !important;
    }

    .mar-lhg-var {
        margin-top: 0px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .ict-logo-login {
        left: 134px !important;
    }

    .mar-lhg-var {
        margin-top: 0px !important;
    }
}

.mob-login {
    display: none;
}

@media (min-width: 350px) and (max-width: 576px) {
    .mob-login {
        display: block;
    }

    .ict-logo-login,
    .ict-logo-forget,
    .logo,
    .nav-logo-by,
    .nav-logo-2nd {
        display: none !important;
    }

    .mob-login {
        width: 300px;
    }

    .nav-logo.login {
        align-items: center;
        gap: 0px !important;
    }

    .ict-logo-notification {
        display: none !important;
    }
}

@media (min-width: 350px) and (max-width: 460px) {
    .mob-login {
        width: 300px;
    }
}

@media (max-width:1024px) {
    .ict-logo-login {
        left: 105px;
    }

    .ict-logo-forget {
        left: 117px;
    }
}

.pwd-rel {
    position: relative;
}



#ref_captcha {
    border: 1px solid #ced4da !important;
}

.forget-pass {
    color: #71b6f9 !important;
    text-decoration: none;
    background-color: transparent;
}

/* label#password-error {
    position: absolute;
    top: 37px;
    cursor: pointer;
  }
   */


.input-group-text {
    cursor: pointer;
}

.registration-btn {
    border: 2px solid #323a46;
    display: block;
    color: #000;
}

.registration-btn:hover {
    background-color: #323a46;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .footer-logo {
        margin-bottom: 0rem;
    }

}



.login-sec {
    border-top: 60px solid var(--innovation-primary);
    background-image: url(../img/bg/log-in-bg.jpg);
    background-position: bottom;
    background-size: 100% calc(100% - 450px);
    min-height: 100vh;
    background-repeat: no-repeat;


}

/* .card {
    box-shadow: none;
    border: 1px solid var(--innovation-primary);
    border-radius: 0px;
  } */
.step-card {
    box-shadow: none;
    border: 1px solid var(--innovation-primary);
    border-radius: 0px;
}