.loginFormContainer{
   
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 15px;
    font-family: "Source Sans 3", sans-serif;
}

.loginFormWrapper{
    height: auto; 
    background: #051d41;
    border-radius: 12px;
}

.formHeader{
   
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #ffffff;
}
.formHeader .logo{
    width: 280px;
    height: 80px;
}

#formContent{
    padding: 13px 40px 25px 44px;
    width: 600px;
}

.numberInput{
    display: flex;
    background: transparent;
    color: #fff;
    border-bottom: 2px solid #e9eff8;
    border-radius: 0;
}

.mobileNumber{
    background: transparent;
    border: none !important;
    color: white;
    padding: 12px;
    font-size :18px
}

#country_code{
    padding-left: 66px!important;
}

.mobileNumber:focus {
    outline: none; 
    border-color: transparent;
}
.mobileNumber::placeholder {
    color: #fff;
}

.loginbutton{
    height: 57px;
    border-radius: 10px;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.2;
    cursor: pointer;
    margin-top:30px;
    color: #555;
    background: #d4e1f5;
    border: none;
    font-weight: 600;
}

#formFooter{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otpInput{
    background: transparent;
    color: #fff;
    border : none;
    border-bottom: 2px solid #e9eff8;
    border-radius: 0;
    outline : none !important;
    width :20%;
    text-align: center;
    padding-bottom: 18px;
    font-weight: 700;
}

.otp-input-group{
    display: flex;
    gap :8px;
    
    margin-top: 40px;
}
p.resend-text{
    color: white;
    margin-top: 8px;
    margin-bottom: 0;
}

span.headerText{
    font-size: 22px;
    line-height:33px;
   
   text-wrap: nowrap;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.numberheaderText{
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin-bottom: 13px;
    font-weight: 400;

}

.resendText{
    width: 100%;
    margin-top: -6px;
    color: #fff;
}
.atagclass{
    text-decoration: none;
    color: white;
}
.loginbutton {
    background:#fff;
    color: #555;
    border-radius: 10px;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.2;
    border: none;
    border-style: none;
    margin-block: 15px 10px;
}

.loginbutton:hover {
    background-color: #555;
    /* color: var(--font-color); */
    color:#fff;
}

.loginbutton:disabled {
    background: #d4e1f5;
    cursor: not-allowed; 
    opacity: .7;
}
.loginbutton:disabled:hover {
    background: #555555; 
    color: #fff;
}

.loginbuttonOTP {
    height: 57px;
    background:#e4e7ec;
    color: #555;
    border-radius: 10px;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.2;
    border: none;
    border-style: none;
    margin-top: 24px;
}

.loginbuttonOTP:hover {
    background-color: #d4e1f5;
    color: #051d41;
    /* cursor: not-allowed; */
    /* color: var(--font-color); */
}

.loginbuttonOTP:disabled {
    background: #d4e1f5;
    cursor: not-allowed; 
    opacity: .7;
}
a{
    text-decoration: underline;
    color: white;
}
.loginbuttonOTP:disabled:hover {
    background: #555555; 
    color: #fff;
}
.helpdesk{
    margin-top: 5px;
   display: flex;
   justify-content: center;
}