.transparent-header {
position:relative;
}
.accountleft{
padding: 30px 57px 67.3px 65px;
/* background-image: linear-gradient(to left, #002955, #002955); */
height: 100vh;
overflow: hidden;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(215, 52, 100, 0.8)), to(rgba(54, 9, 105, 0.8)));
background: -webkit-linear-gradient(rgba(215, 52, 100, 0.8), rgba(54, 9, 105, 0.8));
background: -o-linear-gradient(rgba(215, 52, 100, 0.8), rgba(54, 9, 105, 0.8));
background: linear-gradient(rgba(215, 52, 100, 0.8), rgba(54, 9, 105, 0.8));
}
.formsection-right{
background-color: #dceef7;
background-image: linear-gradient(#cedeff, #faf7ff 54%, #f7ecf0);
}
.accountleft h6 {
color: #fff;
}
.iti__selected-flag {
    height: 50px !important;
}
span#select2-id_state_in-container {
    line-height: 38px;
}
span.select2-selection.select2-selection--single {
    height: 50px;
}
.section-between {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: calc(100vh - 100px);
}
.login-maindiv {
display: flex;
align-items: center;
justify-content: center;
height: calc(100vh - 100px);
}
.iti__country-list {
    z-index: 99 !important;
}
.whatsappotp {
  display: flex;
  column-gap: 5px;
  align-items: flex-start;
}
 #update_timer_email {
    position: absolute !important;
    right: 16px;
    top:3px;
    font-size: 11px !important;
    color:#000 !important;
}
 #update_timer_phone {
    position: absolute !important;
    right: 16px;
    top:3px;
    font-size: 11px !important;
    color:#000 !important;
}
.login-maindiv .formbox {
max-width: 425px;
background-color: #fff;
padding: 20px;
width: 100%;
box-shadow: 0px 0px 4px 0px #00000080;
border-radius: 20px;
margin-bottom: 25px;
}
.signupform .iti--inline-dropdown .iti__dropdown-content{
   z-index: 99 !important;
}
.sign-up-maindiv .formbox {
   max-width: 500px;
   background-color: #fff;
   padding: 20px;
   width: 100%;
   box-shadow: 0px 0px 4px 0px #00000080;
   border-radius: 20px;
   overflow-y: scroll;
   margin: 20px auto;
}
.formfield label {
position: absolute;
left: 15px;
color: #000;
z-index: 9;
background-color: #ffff;
top: -12px;
padding: 0px 5px;
font-weight: 500;
font-size: 16px;
}
.formbox span.note {
font-weight: 500;
font-size: 14px;
padding-top: 10px;
}
.formfield {
width: 100%;
margin-bottom: 20px;
position: relative;
}
.formfield input, select {
width: 100%;
padding: 12px;
border-radius: 5px;
border: 1px solid #B9B9B9;
}
.formfield select {
    background-color: #fff !important;
    box-shadow: none !important;
    height: 50px;
    -webkit-appearance: none;
    background: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>) no-repeat;
    background-size: 12px;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
}
.formfield img.inputicon {
    position: absolute;
    right: 15px;
    top: 16px;
}
span.red {
color: red;
}
.viewpassword {
position: absolute;
width: auto !important;
top: 9px;
right: 8px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
padding: 8px !important;
background-image: none !important;
background-color: transparent;
cursor: pointer;
}
.loginusericon {
width: 100%;
text-align: center;
}
.fa-eye {
display: none;
}
.formbox button {
font-size: 16px;
}
form.signupform h4 {
text-align: center;
}
.formbox span.note {
font-weight: 500;
font-size: 14px;
padding-top: 10px;
}
.already-account h5 a {
font-size: 16px !important;
padding: 16px;
margin-left:10px;
}
.already-account h5 {
font-size: 18px !important;
}
.login-form-head {
padding: 20px 25px;
}
.login .note a {
color: #0254d6;
font-weight: 600;
}
.leftsideimage{
float:left;
width:100%;
text-align: center;
}
.leftsideimage img{
width:100%;
max-width:600px;
margin:auto;
}
.formbox button {
width: 100%;
}

.sign-up-maindiv {
height: calc(100vh - 100px);
justify-content: center;
float:left;
width:100%;
overflow-y:scroll;
}
.formfield .otpsection {
    display: flex;
    justify-content: space-around;
    align-items: end;
    margin-bottom: 25px;
    margin-top: 10px;
}
.formfield .otpsection span {
white-space: nowrap;
color: #0354D6;
font-size: 16px;
font-weight: 500;
}
.digit-group input {
height: 40px;
line-height: 50px;
text-align: center;
font-size: 24px;
font-weight: 200;
margin: 0 1%;
border-bottom: 1px solid #000 !important;
border: 0px;
border-radius: 0px;
width: 21%;
padding: 5px;
}
.formfield .signupemail {
width: 100%;
padding: 0px;
border-radius: 5px;
border: 1px solid #B9B9B9;
}
.signupemail input {
border: 0px;
width: calc(100% - 105px);
}
.sendotpemail {
position: absolute;
width: 105px;
padding: 0px;
top: 12px;
right: 0px;
background-color: transparent !important;
background-image: none;
color: #0254d6;
font-weight: 500;
cursor: pointer;
padding-right: 5px;
text-align: center;
}  
.sendotpphone {
    width: 105px;
    padding: 0px;
    top: 12px;
    right: 0px;
    background-color: transparent !important;
    background-image: none;
    color: #0254d6;
    font-weight: 500;
    cursor: pointer;
    padding-right: 5px;
    text-align: center;
} 
.btn_send_otp {
    position: absolute;
    padding: 0px 5px;
    top: 18px;
    right: 0px;
    background-color: transparent !important;
    background-image: none;
    color: #0254d6 !important;
    font-weight: 500;
    cursor: pointer !important;
    width: 120px !important;
    border: 0px;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.btn_send_otp:hover{
    background-color: transparent !important;
}

#signup_error_message .alert-dismissible .btn-close, .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
    width: auto !important;
} 
.sendotpphone:disabled {
    background-color: grey;  /* Set grey background */
    cursor: not-allowed;     /* Make the cursor show that the button is disabled */
    color: #fff;             /* Change text color to white */
}
p.consent {
color: #000;
font-size: 14px;
line-height: normal;
}  
p.consent a{
color: #0254d6;
font-weight: 600;
}
.cred-block{
   display:none;
}
.cred-show{
   display:block;
}
.iti.iti--allow-dropdown{
width: 100%;
}
.otpsent {
color: #1bb61b;
font-size: 18px;
display: none;
position: absolute;
top: 16px;
right: 16px;
}

.mobiledevicelogin{
    display:none;
}

@media only screen and (max-width: 991.98px) {
.mobiledevicelogin {
    text-align: center;
    display: block;
}
.mobiledevicelogin a.btn.btn-login {
    max-width: 460px;
    font-weight: 500;
    font-size: 20px;
    color: #0254d6;
    border: 2px solid #0254d6;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}
.section-between {
    display: none;
}
.accountleft {
    padding: 30px;
    height: auto;
}
.accountleft h6 {
    color: #fff;
    margin-bottom: 0px;
}
.login-maindiv {
    height: auto;
    padding: 30px 20px;
}
.login-form-head {
    display: none !important;
}
.formsection-right {
    background-color: #fff;
    background-image: none;
}
.sign-up-maindiv {
    height: auto;
    padding: 30px 20px;
}
}
