/*registration sec*/
/* .registration-blk {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100vh;
    background: #fff;
    overflow: hidden;
} */

/* .registration-img img {
    height: 100vh;
} */

/* .registration-form {
    width: 50%;
    border-radius: 25px;
    border: none;
    padding: 0 100px;
    height: 100%;
    overflow-y: auto;
} */

/* .register-sec {
    background: #fff;
    box-shadow: 0 0 4px 2px #f0f0f0;
    border-radius: 10px;
    padding: 1px;
    margin: 0 60px 80px;
} */

.registration-form ul.loginTab {
    /* margin: 40px 60px 35px; */
    border-radius: 24px;
    border: 1px solid #ccc;
    font-size: 16px;
    overflow: hidden;
}

.registration-form ul.loginTab li.nav-item:first-child {
    border-radius: 5px 0 0 5px;
    color: #333;
    overflow: hidden;
}

.registration-form .nav-pills .nav-link.active,
.registration-form .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0000ff;
}

.registration-form ul.loginTab li.nav-item button {
    font-weight: 600;
    margin-bottom: 0px;
}

.registration-form ul.loginTab li.nav-item:last-child {
    color: #333;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    font-size: 16px;
}

/* .ques-form {
    padding: 40px 40px 30px;
    background: #fff;
    margin: 15px 0 0;
    border-top: 1px solid #f5f5f5;
    border-radius: 0 0 10px;
} */

.ques-form .form-group,
.ques-form .row .form-group:last-child {
    position: relative;
    margin-bottom: 25px !important;
}

.ques-form .form-group:last-child {
    margin-bottom: 10px !important;
}

.registration-form ul.loginTab li.nav-item:first-child button {
    border-radius: 5px 0 0 5px;
}

.registration-form ul.loginTab li.nav-item:last-child button {
    border-radius: 0 5px 5px 0;
}

.ques-form label {
    position: absolute;
    top: -8px;
    font-size: 12px;
    left: 12px;
    background: #fff;
    padding: 0 5px;
    z-index: 100;
}

.ques-form .form-group input.form-control,
.ques-form .form-select {
    border: 1px solid #ccc;
    color: #000;
    background: #fff;
    font-size: 14px;
    height: 50px;
    font-weight: 600;
    z-index: 100;
}

.form-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.login-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-btn a,
button.loginnow-btn {
    float: none;
    display: block;
    text-align: center;
    padding: 10px 40px;
    color: #fff !important;
    background: #0000ff;
    font-weight: 600;
    font-size: 16px;
    border: unset;
    margin: 0px;
    border-radius: 24px;
    width: max-content;
}

a.frgt-btn,
.logo-top a {
    color: #00f;
}

.logo-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* margin: 35px 0 8%; */
}

.ques-form .form-group .form-select {
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    background-size: 16px 12px;
    background-position: right .75rem center;
    cursor: pointer;
}

.registration-form::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.registration-form::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #00d3ff;
    border-radius: 10px;
}

.registration-form::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

/*login modal*/
.login-modal .modal-body {
    padding: 0;
}

.login-modal .ques-form {
    margin: 0;
    background: transparent;
    border-radius: 0;
    border: none;
}

.login-modal .modal-title {
    font-weight: 600;
}

.frgt-blk.reg {
    justify-content: flex-end;
}

button.login-btn {
    float: right;
    border: none;
    background: #00f;
    color: #fff;
    border-radius: 10px;
    padding: 6px 30px;
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
}

.login-modal .modal-footer {
    justify-content: center;
    padding: 20px 0;
}

.login-modal .modal-footer p a {
    margin-left: 10px;
    color: #00f;
}

.login-modal .modal-footer p {
    font-size: 18px;
    font-weight: 600;
}

.frgt-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* @media screen and (max-width:1140px) {

    .registration-form {
        padding: 0 25px;
        width: 65%;
    }

    .registration-img img {
        max-width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1340px) {
    .registration-form {
        padding: 0 25px;
        width: 65%;
    }

    .registration-img img {
        max-width: 100%;
    }
} */

/* @media (min-width: 1341px) and (max-width: 1460px) {


    .registration-form {
        padding: 0 50px;
        width: 65%;
    }

    .registration-img img {
        max-width: 100%;
    }

}


@media (min-width: 1461px) and (max-width: 1670px) {
    .registration-form {
        padding: 0 50px;
        width: 50%;
    }

    .register-sec {
        margin: 0 25px 50px;
    }

    .registration-img img {
        max-width: 100%;
    }

} */
.error {
    color: red;
}
.registration-sec {
    max-height: 100vh;
    /* overflow: hidden; */
}

.registration-sec .card {
    border-radius: 1rem;
    overflow: hidden;
}

.registration-sec .card-header {
    background-color: #002050;
}

.registration-sec .nav-link, .registration-sec .nav-link:hover {
    color: #333;
    text-decoration: none;
}
