.hero-sec {
    padding-top: 140px;
}
.left-panel {
    padding: 48px;
    background-color: var(--Opacity56);
    border-radius: 20px;
    border: 1px solid #fff;
}
.login-box-heading {
    font-family: 'DM Sans font';
    font-weight: 800;
    font-size: 48px;
    color: var(--Neutral900);

}
.single-input-body .input-group {
    display: flex;
    flex-wrap: nowrap !important;
}
input:focus,
select:focus{
    box-shadow: none;
    outline: none;
}
.single-input-body input, .single-input-body select{
    border: 1.5px solid var(--Neutral400);
    background-color: #fff;
    border-radius: var(--rounded-XS);
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--Neutral500);
    padding: 0 10px;
}
.single-input-body input:focus-visible{
    outline: none;
}
.single-input-body input:focus{
    box-shadow: none;
    border-color: var(--Brand500);
}
.single-input-body .input-group .country-code select {
    width: max-content;
    border-radius: 8px 0 0 8px;
    background-color: #ECEDEC;
    border-right: 0;
    padding: 0 5px;
    text-align: center;
    appearance: none;
}
.login-btn {
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 12px 0;
    border-radius: var(--rounded-S);
    font-size: 16px;
    background-color: var(--Brand500);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.login-btn:hover{
    background-color: var(--Brand600) !important;
    color: #fff !important;
}
.other-sign-btn {
    background-color: var(--Opacity56);
    border: 1px solid #E5E7EB;
    backdrop-filter: var(--Blur20);
    padding: 12px 0;
    border-radius: var(--rounded-XS);
    font-size: 16px;
    font-weight: 500;
    color: var(--Neutral900);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.other-sign-btn a {
    color: var(--Neutral900);
    display: flex;
}
.other-sign-btn svg {
    margin-right: 8px;
}
.other-sign-btn:hover {
    box-shadow: 0px 4px 10px 0 #00000014;
}
.sign-text::before {
    content: '';
    position: absolute;
    height: 1.4px;
    width: 100%;
    background-color: #CFDFE2;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
}
.sign-text {
    position: relative;
}
.sign-text p {
    background-color: #fbf8f5;
    width: fit-content;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}
.dual-btn-container {
    position: relative;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    margin: 30px 0;
}
.mob-email-btns-area {
    position: relative;
    border: 0;
    padding: 0;
    font-size: 15px;
    color: #222;
}
.mob-email-btns-area input {
    position: absolute;
    opacity: 0;
}
.mob-email-btns-area label {
    position: relative;
    z-index: 2;
    width: 49%;
    margin-bottom: 0px;
    text-align: center;
    color: var(--Neutral800);
    vertical-align: middle;
    cursor: pointer;
    transition: color 0s ease .1s;
}
.mob-email-btns-area .switch-button {
    clear: both;
    position: absolute;
    left: 0%;
    z-index: 1;
    width: 50%;
    height: 100%;
    background-color: var(--Neutral800);
    border-radius: 10px 0 0 10px;
    transition: all .3s ease-out;
}
.flex-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
}
.mob-email-btns-area label img {
    width: 100%;
    max-width: 25px;
    filter: brightness(1.5);
}
.css-loaded .mob-email-btns-area input:checked + label {
    color: #fff !important;
}
.css-loaded .mob-email-btns-area input:checked + label svg path {
    transition: 0.6s;
    fill: #fff;
}
.mob-email-btns-area input:last-of-type:checked ~ .switch-button {
    left: 50%;
    border-radius: 0px 10px 10px 0px;
}

/************************* styling for display issue with inteli-tel-input probably not needed
.iti {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  overflow: visible;
}*/

/* position the selected flag absolutely so it overlays the input left side 
.iti__selected-flag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: auto;
  background: transparent;
}*/

/* keep inner input responsive and able to shrink inside flex/containers 
.iti input,
.iti .form-control {
  min-width: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
  z-index: 1;
  background: transparent;
}*/
/************************/

.iti.iti--allow-dropdown.iti--separate-dial-code{
    width: 100%;
}
.iti.iti--allow-dropdown.iti--separate-dial-code:focus-visible{
    outline: none;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    border-right: 1px solid var(--Neutral400);
}
.iti__flag {
    border-radius: 3px;
}
.login-info-msg {
    font-size: 16px;
    color: var(--Neutral700);
    font-weight: 400;
}
.resend-otp-msg{
    font-size: 14px;
    color: var(--Neutral600);
    font-weight: 300;
}
.resend-otp-msg span{
    font-weight: 500;
    color: var(--Brand900);
}
.new-signup {
    font-size: 16px;
    font-weight: 400;
    color: var(--Neutral700);
}
.new-signup a{
    font-weight: 500;
    color: var(--Neutral900);
}
.tc-policy{
    font-size: 14px;
    font-weight: 300;
    color: var(--Neutral700);
}
.tc-policy a{
    color: var(--Neutral700);

}
.login-ninja-girl img {
    max-width: 550px;
    margin: auto;
    display: block;
}
.input-error-msg {
    font-weight: 400;
    font-size: 14px;
    color: #dc3545;
}
@media screen and (max-width:500px){
    .left-panel {
    padding: 20px;
}
.login-box-heading {
    font-size: 32px;
}
}