body {
    width: 100%;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'poppinssemibold';
}

.fullscreen-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#all-pages {
    position: relative;
    top: 0;
    transition: all 800ms ease;
    /* height set by js */
}

#all-pages .page {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

#all-pages .page:nth-child(1) {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/banner/login_back-img.jpg) center / cover;
    padding: 80px 0;
}

#all-pages .page:nth-child(2) {
    background: #ffffff;
    padding: 80px 0;
}
/* 
#all-pages .page:nth-child(3) {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(https://raw.githubusercontent.com/Juuggo/FELab/master/fullscreen-scroll/images/bg3.jpg) center / cover;
} */

.text-container {
    font-family: sans-serif, helvetica, arial;
    color: white;
    position: relative;
    top: 50%;
    margin: 0 40px;
    opacity: 0;
    visibility: visible;
    transform: translateY(-50%);
    transition: all 3s ease;
}

.text-container.in-sight {
    opacity: 1;
    visibility: visible;
}

.text-container h2 {
    font-size: 6vh;
    text-transform: uppercase;
}

.nav-dot-container {
    position: fixed;
    top: 50%;
    right: 14%;
    transform: translateY(-50%);
}

.nav-dot {
    width: 20px;
    height: 30px;
    padding: 20px 0px;
    margin: auto;
}

.nav-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 200ms ease;
    margin: auto;
}

.nav-dot span:hover {
    width: 12px;
    height: 12px;
}

.nav-dot.dot-active span {
    width: 15px;
    height: 15px;
}



.logo {
    width: 240px;
}

.logo img {
    width: 100%;
    height: auto;
}

.login_form{
    border-radius: 30px;
    padding: 50px;
    max-width: 80vw;
    backdrop-filter: saturate(180%) blur(13px);
    background: rgba(255, 255, 255, 0.25);
    max-height: 95vh;
    margin: 0 auto;
}

.login_inner_card{
    width: 80%;
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: space-evenly;
}

.login_inner_card h2{
    color: #104C67;
    font-size: 50px;
    line-height: 60px;
    font-family: "poppinsbold";
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    text-transform: capitalize;
}

.login_card{
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
}

.login_inner_card h5{
    font-size: 22px;
    color: #104C67;
    font-family: 'poppinssemibold';
}

.account_up{
    color: #8b8b8b;
    font-size: 10px;
}
.login_b2b{
    font-size: 18px;
    color: white;
    margin-top: 20px;
}

.login_card p {
    font-size: 14px;
    color: #747474;
    margin-bottom: 20px;
}

.login_card .form-control{
    border: none !important;
    box-shadow: 4px 4px 10px #00000029;
    height: auto;
    border-radius: 10px;
}

.login_btn {
    text-align: center;
    background: #e99004 !important;
    color: white !important;
}

.resend_create{
    text-align: end;
}

.resend_create span{
    color: gray;
}

.resend_create a{
    margin-top: 10px;
    text-decoration: underline;
    color: #104C67;
/*    font-size: 10px;*/
}

.account_up{
    font-size: 10px;
    color: #747474;
    margin-top: 20px;
}

.resend_otp{
    margin-top: 20px;
}

.resend_otp a{
    font-size: 14px;
    color: #104C67;
}

.resend_otp a span{
    color: #747474;
    text-transform: capitalize;
}

.why_ct{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.why_ct .choose_details p a,
.why_ct .choose_details p{
    font-weight: 600;
    font-size: 18px;
    color: #747474;
    margin-bottom: 20px;
    text-align: start;
    line-height: 26px;
}

.why_ct .choose_details p a{
    color: #104C67;
    transition: all 0.4s;
}
.why_ct .choose_details p a:hover{
    text-decoration: underline;
}

.why_ct .login_inner_card {
    width: 40%;
    margin: 0;
}

.why_ct .choose_details{
    width: 49%;
}

.nav-dot span{
    background: #104C67 !important;
}

.nav-dot.dot-active span{
    background: #e99004 !important;
}

.footer-section{
    background-color: var(--footer-bg);
}

.footer_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

@media (max-width:1440px){
    .nav-dot-container{
        right: 12%;
    }
}


@media (max-width:1025px){

    .nav-dot-container{
        right: 6%;
    }
    .login_form{
        padding: 30px;
        max-width: 90vw;
    }
    .login_inner_card h2{
        font-size: 50px;
    }

    .login_inner_card {
        margin: 30px auto 0 auto;
    }

    .login_card{
        padding: 20px;
    }

    .login_inner_card{
        width: 95%;
    }

    .why_ct .login_inner_card {
        width: 30%;
    }

    .why_ct .choose_details {
        width: 70%;
    }

    .why_ct .choose_details p a,
    .why_ct .choose_details p{
        font-size: 16px;
        margin-bottom: 20px;
    }
}


@media (max-width:769px) {
    .why_ct{
        display: block;
    }
    .why_ct .login_inner_card {
        width: 100%;
    }
    .why_ct .choose_details {
        width: 100%;
    }
}

@media (max-width:750px) {
    .nav-dot-container {
        display: none;
    }

    .text-container{
        opacity: 1;
        transform: none;
        top: 0;
        margin: 0;
    }

    #all-pages{
        height: auto !important;
        position: unset !important;
    }

    .why_ct .login_inner_card {
        margin: 30px auto 50px auto;
    }

    .login_form{
        max-height: none;
    }
}

@media (max-width:426px){
    .why_ct .choose_details p a,
    .why_ct .choose_details p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .login_inner_card {
        margin: 20px auto 0 auto;
    }

    .login_b2b {
        font-size: 16px;
    }

    .login_inner_card h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .why_ct .login_inner_card {
        margin: 30px auto 20px auto;
    }
}
