﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: normal;
    src: local('InterRegular'), url('../fonts/inter-regular.otf') format('woff');
}

@font-face {
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: normal;
    src: local('InterMedium'), url('../fonts/fonts/Inter-Medium.otf') format('woff');
}

@font-face {
    font-family: 'InterSemiMedium';
    font-style: normal;
    font-weight: normal;
    src: local('InterSemiMedium'), url('../fonts/fonts/Inter-Medium.otf') format('woff');
}

@font-face {
    font-family: 'InterSemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('InterSemiBold'), url('../fonts/fonts/Inter-SemiBold.otf') format('woff');
}

@font-face {
    font-family: 'InterLight';
    font-style: normal;
    font-weight: normal;
    src: local('InterLight'), url('../fonts/fonts/Inter-Light-BETA.otf') format('woff');
}


body {
    height: 100%;
    font-family: 'InterRegular';
    overflow: hidden;
}


/*--------------------loader start here-----------------*/
.loaderOverlayfull {
    background: #fff;
    clear: both;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    margin-top: 0px !important;
    opacity: 0.7;
    position: fixed; /* better than absolute for full screen */
    top: 0;
    left: 0;
}

#loaderpositionFull {
    position: absolute;
    z-index: 99999 !important;
    top: 40%;
    left: 50%;
    width: auto;
}

    #loaderpositionFull img {
        width: 12%;
        margin-top: 0px;
        margin-left: 0px;
    }


/*--------------------loader end here-----------------*/

.container {
    display: flex;
    min-height: 100vh;
    flex-wrap: wrap;
}

.form-section {
    background-color: #eef1ed;
    padding: 15px 76px;
    display: flex;
    justify-content: center;
    width: 50%;
    display: block;
}

.logcmndiv {
    margin-top: 10px;
    position: relative;
}
.resendBox {
    position: absolute;
    color: #ff5f2e;
    font-size: 12px;
    justify-content: end;
    display: flex;
    bottom: -20px;
}
    .resendBox span a {
        color: #ff5f2e;
    }


.resendotp {
    border: none;
    color: #ff5f2e;
    font-size: 12px;
    text-decoration: underline;
}

.logcmndiv label {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.errorMsg {
    font-size: 12px;
    color: #d90b0b;
    padding-top: 8px;
}

.w100 {
    width: 100%;
}

.m-0 {
    margin: 0px;
}

.center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.weltxt {
    margin-bottom: 5px;
}

.logo {
    width: 130px;
}

.loglogodiv {
    width: 120px;
    height: 38px;
    overflow: hidden;
}

    .loglogodiv img {
        width: 100%;
    }

.weltxt label {
    font-size: 46px;
}

form {
    display: flex;
    flex-direction: column;
}

h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.d-none {
    display: none;
}
.position-relative{position: relative}
input[type="text"],
input[type="tel"] {
    padding: 9px 12px;
    font-size: 13px;
    border: 1px solid #999;
    border-radius: 6px;
}

.mobile_input {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.country_code {
    position: absolute;
    font-size: 13px;
    top: 12px;
    left: 14px;
    border-right: 1px solid #cdcdcd;
    padding-right: 6px;
}

.verify_btn {
    background: linear-gradient(to right, #ff9900, #ff5f2e);
    color: white;
    padding: 6px 30px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    position: absolute;
    right: 10px;
}

    .verify_btn:disabled {
        background: #bdbab5;
    }

.verify_otp {
    position: relative !important;
    padding: 2px 10px !important;
    height: 27px !important;
    margin-top: 4px !important;
}

.mobin {
    padding-left: 65px !important;
}

.error-message {
    position: absolute;
    color: #ff0000;
    font-size: 12px;
    bottom: -15px;
    left: 5px;
}

.otp-inputs {
    display: flex;
    gap: 15px;
}

    .otp-inputs input {
        width: 11%;
        text-align: center;
        font-size: 13px;
        border: 1px solid #999;
        border-radius: 6px;
    }

.info-text {
    font-size: 11px;
    margin: 10px 0;
    color: #333;
}

.checkbox {
    font-size: 11px;
    margin: 0px 0px 5px;
}

.submit_btn {
    background: linear-gradient(to right, #ff9900, #ff5f2e);
    color: white;
    font-size: 18px;
    padding: 12px;
    margin-top: 0px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.terms {
    font-size: 11px;
    margin-top: 6px;
    color: #555;
}

    .terms a {
        color: #007bff;
        text-decoration: none;
    }


.newtoComp {
    font-size: 13px;
    margin-top: 12px;
    color: #000000;
    text-align: center;
}

    .newtoComp a {
        color: #007bff;
        text-decoration: none;
        cursor:pointer;
    }

.image_section {
    background: url(../images/loginimage.png) no-repeat center center / cover;
    position: relative;
    color: white;
    width: 50%;
}


.overlay_text {
    text-align: left;
}

    .overlay_text label {
        font-size: 70px;
        line-height: 68.3px;
        width: 82%;
        position: absolute;
        top: 10%;
        left: 7%;
        font-family: InterRegular;
    }

    .overlay_text p {
        font-size: 17px;
        font-family: InterRegular;
        position: absolute;
        bottom: 6%;
        width: 70%;
        left: 15%;
        text-align: center;
    }
.login .weltxt{margin-top:10%}

.login .otp-inputs input {
    width: 15%;
}
.captchadiv {
    width: 163px;
    height: 36px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #999 !important;
}
    .captchadiv img{width: 100%}
    .refreshdiv {
        width: 60px;
    }

.refreshimg {
    width: 39%;
    margin: 8px 0px 0px 13px;
    cursor: pointer;
}

    @media (max-width: 768px) {
        body {
            overflow: auto;
        }

        .container {
            flex-direction: column;
        }

        .image_section {
            display: none;
        }

        .form-section {
            padding: 20px;
            width: 100%;
            height: 100vh;
        }
    }



.wlcmtxt {
    display: grid;
    gap: 16px;
    margin-top: 40px;
    font-size: 15px;
}

.wlcmbtn {
    display: flex;
    gap: 10px;
    margin-top: 40px;
    
}

.signUp_btn {
    position: relative;
    padding: 12px 24px;
    font-size: 18px;
    color: #000;
    background: linear-gradient(to right, #ff9900, #ff5f2e);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    z-index: 0;
    width:100%;
}

    .signUp_btn::before {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background-color: #fff; /* inner background */
        border-radius: 6px; /* slightly less than parent */
        z-index: -1;
    }

.login_btn {
    background: linear-gradient(to right, #ff9900, #ff5f2e);
    color: white;
    font-size: 18px;
    padding: 12px;
    margin-top: 0px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
}