﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500&display=swap');

* {
    margin: 0px;
    padding: 0px;
}
.v-align-m{
    vertical-align:middle
}
.text-gray {
    color: #767676;
}
.relative {
    position: relative
}
.my-1{
    margin: .5rem 0;
}
.n-mt-2{
    margin-top:-20px
}
.mb-2 {
    margin-bottom: 20px;
}
.ml-1 {
    margin-left: 0.5rem
}
.ml-2{
    margin-left:1rem
}
.ft-14{
    font-size:14px
}
body {
    font-family: 'Inter', sans-serif;
}
.bodytext {
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size:16px;
}
.header {
    position: fixed;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: white
}

    .header img {
        object-fit: contain;
        max-width: 100%;
        height: 100%;
    }

.logo {
    display: flex;
    justify-content: center; /* Horizontally center the image */
    align-items: center;
    max-width: 300px;
    margin: 0 auto 1rem
}
    .logo img {
        object-fit: contain;
        max-width: 100%;
        height: 100%;
    }

.pageheadingnone {
    text-transform: none !important;
}
.pagehding span {
    font-size: 30px !important;
}
.text-center{
    text-align:center;
}
.text-right {
    text-align:right;
}
.text-left {
    text-align: left;
}
.disable {
    pointer-events: none
}
a {
    color: #0E4D8D;
    font-weight:500;
}
#timer {
    color: #1b407d;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.container-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
    position: absolute;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    z-index: 1050;
}
.d-flex{
    display:flex;
}
.hide {
    display: none !important
}
.messages {
    color: red;
    margin-top:1rem;
    margin-bottom:2px;
}
.container {
    display: flex;
    background-color: #FFF;
    width: fit-content;
    margin: auto;
    border-radius: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 30px;
    max-width: 350px;
    overflow:auto;
}

.login-form {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom:1rem;
}
.login-bg {
    flex: 0 0 auto;
    width: 100%;
}
.content-holder {
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 2px;

}

.content-holder h2 {
    font-size: 34px;
    margin: 20px auto;
}

.content-holder p {
    margin: 30px auto;
}

.content-holder button {
    border: none;
    font-size: 15px;
    padding: 10px;
    border-radius: 6px;
    background-color: white;
    width: 150px;
    margin: 20px auto;
    cursor:pointer;
}

.login-form-container {
    position:relative
}

.login-form-container h1 {
    color: #00b6ff;
    font-size: 22px;
    margin-bottom: 20px;
}

.titlestar {
    padding:2px 5px;
    position:absolute;
    left:5px;
    top:3px;
    background:#FFF
}
/*.titlestar span:first-child {
    margin-left: -4px;
}*/

.input-field {
    box-sizing: border-box;
    font-size: 14px;
    padding: 16px 10px;
    border-radius: 5px;
    border: 1px solid rgb(168, 168, 168);
    width: 100%;
    outline: none;
    margin-bottom: .7rem;
    margin-top: .7rem;
}

.login-button {
    box-sizing: border-box;
    color: white;
    font-size: 14px;
    padding: 13px;
    border-radius: 7px;
    border: none;
    width: 80%;
    outline: none;
    background-color: #00b6ff;
    margin-top: 1rem;
    cursor: pointer;
    margin:auto;
}



.button-2 {
    display: none;
}





.signup-form-container {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-60%);
    text-align: center;
    display: none;
}


    .signup-form-container h1 {
        color: black;
        font-size: 24px;
        padding: 20px;
    }

.signup-button {
    box-sizing: border-box;
    color: white;
    font-size: 14px;
    padding: 13px;
    border-radius: 7px;
    border: none;
    width: 250px;
    outline: none;
    background-color: #00b6ff;
    margin-top: 1rem;
    cursor: pointer;
}
img {
    max-height: 100px;
    object-fit: contain;
}

.otp-warpper{
    display:flex;
    gap:0.5rem;
    position:relative;
    padding-right:25px;
}
.optfield {
    border: 0;
/*    border-bottom: 2px solid #23262F;*/
    border-radius: 0;
    text-align: center;
    font-size: 20px;
    width: 60px;
    height: 60px;
    padding: 10px;
    background:#F3F3F5
}
.mobileWrapper{
    position:relative;
}
    .mobileWrapper .mobileNo {
        padding: 16px 10px 16px 45px;
        box-sizing: border-box;
        font-size: 14px;
        border-radius: 5px;
        border: 1px solid rgb(168, 168, 168);
        width: 100%;
        outline: none;
        margin-bottom: 0.7rem;
        margin-top: 0.7rem;
    }
    .mobileWrapper span {
        position: absolute;
        top: 26px;
        left: 10px;
        font-size: 14px;
        color:#969696
    }

.emailWrapper {
    position: relative;
    display : flex;
}

    .emailWrapper .EmailId {
        padding: 10px 10px 10px 15px;
        box-sizing: border-box;
        font-size: 14px;
        border-radius: 5px 0px 0px 5px;
        border: 1px solid rgb(168, 168, 168);
        width:50%;
        outline: none;
        margin-bottom: 0.7rem;
        margin-top: 0.7rem;
        border-right :0;
    }
    .emailWrapper .EmailIdPrefix {
        padding: 10px 10px 10px 15px;
        box-sizing: border-box;
        font-size: 14px;
        border-radius: 0px 5px 5px 0px;
        border: 1px solid rgb(168, 168, 168);
        width: 50%;
        outline: none;
        margin-bottom: 0.7rem;
        margin-top: 0.7rem;
        border-left: 0;
    }


@media screen and (max-width: 500px) {
    .container {
        padding: 25px 20px;
        max-width: 90%;
    }
    .registration .container {
        max-width: 80%;
    }
    .bodytext {
        font-size: 14px;
    }
    #timer {
        font-size: 14px;
    }
    .otp-warpper {
        max-width: 260px;
    }
}





/*Loader CSS*/

.no-freeze-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.1s linear;
    height: 100vh;
    transform: scale(10);
    z-index: 1051;
    background: rgba(0,0,0,0.8);
}

.no-freeze-spinner #no-freeze-spinner {
    z-index: 9999;
    opacity: 0.5;
    width:7px;
    height:7px;
}

#no-freeze-spinner > div > div {
    animation-play-state: paused;
    border: 1px solid #4D88FE;
    border-radius: 50%;
    animation: rotate 1s infinite linear;
    border-left-color: rgb(231, 243, 255);
    width: 100%;
    height: 100%;
}

#no-freeze-spinner > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding: 0px;
}

.no-freeze-spinner #no-freeze-spinner div div {
    animation-play-state: running;
}

@keyframes loadicons {
    0% {
        transform: scale(0) translate3d(0, 0, 0);
    }

    11% {
        transform: scale(1.2) translate3d(0, 0, 0);
    }

    22% {
        transform: scale(1) translate3d(0, 0, 0);
    }

    33% {
        transform: scale(0) translate3d(0, 0, 0);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.no-freeze-spinner #no-freeze-spinner i {
    font-size: 0.6rem;
    position: absolute;
    top: 0;
    left: 0.1565rem;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #4D88FE;
    line-height: 0.45rem;
    transform: scale(0) translate3d(0, 0, 0);
}
.no-freeze-spinner #no-freeze-spinner i svg {
        fill: #4D88FE;
        width: 4px;
        height: 4px;
    }
.no-freeze-spinner #no-freeze-spinner i:nth-of-type(1) {
    animation: loadicons 3s infinite ease-in-out;
}

.no-freeze-spinner #no-freeze-spinner i:nth-of-type(2) {
    animation: loadicons 3s 1s infinite ease-in-out;
}

.no-freeze-spinner #no-freeze-spinner i:nth-of-type(3) {
    animation: loadicons 3s 2s infinite ease-in-out;
}
.eye-icon {
    position: absolute;
    cursor: pointer;
    right: -15px;
    top: 30px;
}
.labelText {
    position: absolute;
    z-index: 1;
    font-size: 13px;
    background: #FFF;
    left: 5px;
    top: 0px;
    padding:2px 5px;
}
.wd-33 {
    width: 33%;
} 
.wd-50 {
    width:47%;
} 
.float-left{
    float:left;
}
.clearfix {
    display: block;
    content: "";
    clear: both;
}
.checkbox-item {
    width: 24px;
    height: 24px;
    border: 1px solid #004A8F;
    background:#F3F3F3
}