body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: default;

}
#app{
    background-size: 100% 100%;
    max-width: 100%;
}
.login-screen{
    opacity: 0.94;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    background: white;
}
.login-screen .main-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 9.5rem;
    min-height: 500px;
}
.ad-logo{
    padding-bottom: 3.59rem;
}
.login-text{
    display: flex;
    width: 22.5rem;
    min-height: 6.5625rem;
    flex-direction: column;
    align-items: center;
   
}
.login-text h3{
    /* color: var(--white, #FFF); */
    color : #223770;
    text-align: center;
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.00625rem;
}
.login-text p{
    /* color: var(--background-grey, #F0F2FC); */
    color : #5F6F98;
    text-align: center;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.00625rem;   
}
.login-text p.not{
    color: var(--secondary-red, #FBC9CB);
    text-align: center;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.00625rem;    
}
form{
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}
form .input-field{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.375rem;
    align-self: stretch;
}
form .input-field input{
    display: flex;
    height: 3rem;
    padding: 0.625rem 0.875rem;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
    border-radius: 0.5rem;
    /* background: var(--white, #FFF);   */
    background: #F0F2FC !important;
    width: 28.875rem;
    color: var(--grey, #5F6F98);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.00625rem;
}
form .input-field input:focus{
    color: var(--grey, #5F6F98);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.00625rem;
}
form .input-field  input::placeholder{
    color: var(--grey, #5F6F98);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.00625rem;
}
label{
    /* color: var(--white, #FFF); */
    color: #223770;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.00625rem;    
}
.checkbox-field{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.checkbox-field .remember-field{
    display: flex;
    gap: 0.5rem;
    align-items: center;

}
.checkbox-field .form-check-input{
    background-color: #CBD5F6;
    border: 1px solid #fff;
    margin: 0;
}
.form-check-input:checked[type=checkbox]{
    background-color:#30549E !important;

}
.checkbox-field .form-check label{
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.00625rem;
}
.checkbox-field  .forget-password{
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.00625rem;
    cursor: pointer;
}
.login-btn{
    border-radius: 0.5rem;
    background: var(--primary-green, #249789);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
    border: none;
    padding: 0.625rem 1.125rem;

    color: #FFF;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.00625rem;
}
.contact-line {
    cursor: pointer;
}
.contact-line span:first-child{
    color: var(--secondary-blue, #515562);
    text-align: center;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.00625rem;
}
.contact-line span:last-child{
    color: #223770;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.00625rem;   
}
.goto-login-btn{
    border: none;
    background-color: transparent;
    outline: none;
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.00625rem;
}
.login-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: white;
    color: #223770;
}
.login-footer p{
    width: 35%;
    text-align: center;
    font-family: Inter;
    font-size: 0.72656rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem; /* 137.634% */
    opacity: 0.72;
    margin-top: 6rem;
}
.login-footer .footer-right{
    position: absolute;
    right: 3rem;
    display: flex;
    gap: 1rem;
}
.login-footer .footer-right div{
    display: flex;
    gap: 0.5rem;
}
.login-footer .footer-right span{
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.00625rem;
}
.contact-form{
    display: flex;
    padding: 3.125rem 5.5625rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    border-radius: 0.625rem;
    border: 1px solid var(--background-grey, #F0F2FC);
    background: #FFF;
    box-shadow: 0 2px #F0F2FC;
}
.send-message {
    display: flex;
    gap: 0.5rem;
    padding: 0rem 0.25rem 0.625rem 0.25rem;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid var(--primary-green, #249789);}
.send-message span{
    color: var(--primary-green, #249789);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem; /* 150% */
    text-transform: uppercase;
}
.contact-us label{
    color: var(--Black, #223770);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.00625rem;    
}
label{
    margin: 0!important;
}
.contact-us input{
    border-radius: 0.5rem !important;
    background: #F0F2FC !important;
    border: none !important;
}
.contact-us textarea{
    border-radius: 0.5rem !important;
    background: #F0F2FC !important;
    border: none !important;

}
.contact-us textarea::placeholder ,input::placeholder{
    color: var(--light-grey, #A2ABC3) !important;
    font-family: Inter !important;
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: -0.00625rem !important;
}
.send-msg-btn{
    border: none;
    border-radius: 0.5rem;
    border: 1px solid var(--primary-blue, #249789);
    background: var(--primary-blue, #249789);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
    padding: 0.75rem 1.25rem;
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.00625rem;
}
.login-text .faqchat{
    color: var(--white, #FFF);
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.1px;
text-decoration-line: underline;
}
.bg-img-1{
    position: absolute;
    top: 13.8%;
    right: 14%;
}
.bg-img-1 img{
    width: 217.368px;
    height: 220.002px;
    flex-shrink: 0;
}
.bg-img-2{
    position: absolute;
    top: 47.9%;
    right: 15.75%;
}
.bg-img-2 img{
    width: 75.092px;
height: 76.006px;
flex-shrink: 0;
}
.bg-img-3{
    position: absolute;
    bottom: 4.5%;
    left: -4.75%;
}
.bg-img-3 img{
    width: 245.747px;
    height: 248.739px;
    flex-shrink: 0;
}
.contact-first-cl{
    gap:0.75rem; 
            display: flex;
            width: 100%;
            flex-direction: row;
            align-items: flex-start;
}
.send-msg-btn-close{
    border: none;
    border-radius: 0.5rem;
    border: 1px solid var(--primary-blue, #249789);
    background: var(--primary-blue, #249789);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
    padding: 0.75rem;
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.00625rem;
}
.password_validate_text{
    display: flex;
    gap: 0.25rem;
    align-items: center;
}
.password_validate_text span{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.10000000149011612px;
    text-align: left;
    color: #249789;
}
.password_unvalidate_text{
    display: flex;
    gap: 0.25rem;
    align-items: center;
}
.password_unvalidate_text span{
    color: #5F6F98;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.10000000149011612px;
    text-align: left;
}
.eye-icon-div{
    position:relative; width:95%; top:-45px;
}