﻿
ul {
    margin:0 !important;
}

.form-container {
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15)
}

.left-side {
    min-width: 25vw;
    min-height: 50vh;
    background-image: url("../images/left.webp");
    background-size: cover;
    padding: 55px 64px 36px 73px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.62);
}

.motto {
    margin-top: 33px;
    font-size: 36px;
    line-height: 42px;
    display: block;
}



.splash-container {
    background: #004ADA;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;

}

@media only screen and (max-width: 759px) {
    .splash-container .splash-screen {
        background: url('../images/mobile-splash-screen-background.svg');
        background-size: cover;
    }
}


@media only screen and (min-width: 760px) {
    .splash-container .splash-screen {  
        background: url('../images/main-container.svg');
        background-color: #003CB0EC;
        background-size: cover;
    }
}


    

.main-container{
    display:none;
}

@media only screen and (max-width: 759px) {
    .left-side-bar{
        background:url('../images/left-background.svg');
        background-color: #003CB0EC;
        background-size:cover;
        height: 224px !important;
    }
}


@media only screen and (min-width: 760px) {
    .left-side-bar{
        background:url('../images/left-background.svg');
        background-color: #003CB0EC;
        background-size:cover;
        height: 100vh !important;
    }
}



@media only screen and (max-width: 759px) {
    .welcome-text {
        font-weight: 700;
        font-size: 28px;
        line-height:40px;
    }
}
@media only screen and (min-width: 760px) {
    .welcome-text {
        font-weight: 700;
        font-size: 60px;
        line-height:60px;
    }
    
}

.sub-text{
    color:#AFCAFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.crp-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    min-width:187px;
    padding:5px;
    padding-left:8px;
}





.phone-number {
    color:rgba(255, 255, 255, 1);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.04px;
    text-shadow: none;
    border:1px solid rgba(255, 255, 255, 1);
    border-radius:8px;
    padding: 8px;
    align-items: center;
    width: max-content;
    height: 46px;
}
.phone-number .number{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; 
}

.phone-number-mobile {
    color:rgba(96, 100, 108, 1);
    margin-left:10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.04px;
    text-shadow: none;
    border:1px solid rgba(96, 100, 108, 1);
    border-radius:8px;
    padding: 8px;
    align-items: center;
    width: max-content;
    height: 46px;
}
.phone-number-mobile .number{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; 
}
@media only screen and (max-width: 759px) {
  
    .phone-number-mobile{
        display: flex;
    }
    .phone-number{
        display:none
    }
}

@media only screen and (min-width: 760px) {
    .phone-number{
        display:flex;
    }
    .phone-number-mobile{
        display: none;
    }
}


.fa-regular {
    margin-right: 8px;
}

.right-side {
    min-width: 25vw;
    min-height: 50vh;
    max-width: 25vw;
    padding: 123px 36px 64px;
}


.create-form {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4C566A;
}

.form-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    color: #1C2024;
}

.form-sub-title{
    color:#60646C;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; 
}

@media only screen and (max-width: 759px) {
    .form-title {
        color: #1C2024;
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: -0.16px;
    }
    
}
@media only screen and (min-width: 760px) {
    .form-title {
        color: #1C2024;
        font-size: 35px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.16px;
    }
   
}


@media only screen and (max-width: 759px) {
    .redirect-button-group {
        min-width: 358px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
}
@media only screen and (min-width: 760px) {
    .redirect-button-group {
        min-width: 400px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
}


.redirect-button-group .redirect-button {
    color: #60646C;
}

.login-btn {
    background: #004ADA;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.password-eyes {
    cursor: pointer;
    position: relative;
    right: 30px;
    top: 8px;
    color:#60646C;
}

.input-style {
    background: #FFFFFF;
    border:1px solid #0000301B;
    border-radius: 4px;
}

.input-group-append {
    display: -webkit-box !important;
    margin-left: unset;
}





@media only screen and (min-width: 760px) {
    .side-bar{
        padding:64px 64px 64px 64px;
    }
}


.welcome-page {
    min-width: 30vw;
}

.sms-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #467CAB;
}


@media only screen and (max-width: 759px) {
    .sms-message {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #4C566A;
    }
    
    
}
@media only screen and (min-width: 760px) {
    .sms-message {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #4C566A;
    }
    
    
}

.render-body{
    max-width: 401px !important;
}

.sms-send-again {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline !important;
    color: #003CB0EC !important;
}

.sms-logo {
    width: 28px;
}

.opt-box {
    display: flex;
}

@media only screen and (max-width: 759px) {
    .opt-box input {
        width: 45px;
        height: 40px;
        font-size: 20px;
        padding: 10px;
        text-align: center;
        border-radius: 4px;
        margin: 2px;
        border: 1px solid #0000301B;
        background: #FFFFFF;
        font-weight: bold;
        color: black;
        outline: none;
        transition: all 0.1s;
    }
    
}
@media only screen and (min-width: 760px) {
    .opt-box input {
        width: 40px;
        height: 40px;
        font-size: 20px;
        padding: 10px;
        text-align: center;
        border-radius: 4px;
        margin: 2px;
        border: 1px solid #0000301B;
        background: #FFFFFF;
        font-weight: bold;
        color: black;
        outline: none;
        transition: all 0.1s;
    }
    
}

.opt-box input:hover {
    border: 1px solid #00082F46;
}

  
        .opt-box input:focus {
            border: 1px solid #004ADA7F;
        }


@media only screen and (max-width: 759px) {
    .time-text {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #4C566A;
        width: 100%;
    }
    
}
@media only screen and (min-width: 760px) {
    .time-text {
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #4C566A;
        align-self: center;
    }
    
}

.forget-pass-text {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    color: #003CB0EC;
    cursor: pointer;
}



.redirect-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #4C566A;
    color: #003CB0EC;
    cursor: pointer;
}

@media (max-width: 768px) {
    .auth-layout {
        padding-top: 10vh;
    }

    .form-container {
        max-width: 90vw;
        margin-right: auto;
        margin-left: auto
    }

    .left-side {
        min-height: 500px;
    }

    .right-side {
        max-width: 100%;
    }

    .sms-log {
        width: 35px;
        object-fit: scale-down;
    }



    .opt-box {
        justify-content: center;
    }
}




@media only screen and (max-width: 759px) {
    .lang-dropdown {
        top: 15px;
        left:25px;
    }
}
@media only screen and (min-width: 760px) {
    .lang-dropdown {
        top: 15px;
        right: 60px;
    }
}


@media only screen and (max-width: 759px) {
    .back-button {
        border: 1px solid #01062F2C;
        color:#60646C;
        left: 0px;
        position: relative;
    }
}
@media only screen and (min-width: 760px) {
    .back-button {
        border: 1px solid #01062F2C;
        color:#60646C;
    }
}

.back-button:hover {
    border:1px solid #00082F46;
    color:#60646C !important;
}
.back-button:focus{
    background-color: #00003B0D !important;
    color:#60646C !important;
}

.lang-image {
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

.codeHide {
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
