* {
    margin: 0;
    padding: 0;
    font-family: 'Inter';
}

.flex--row {
    display: flex;
    flex-direction: row;
}

.flex--col {
    display: flex;
    flex-direction: column;
}

.flex--ac {
    align-items: center;
}

.flex--astr {
    align-self: stretch;
}

.flex--jc {
    justify-content: center;
}

.flex--sbw {
    justify-content: space-between;
}

.txt-dec-none {
    text-decoration: none;
}



.login-container-1 .board-img {
    width: 75% !important;
}

.login-container-1 .left-pnl-txt {
    font-size: 2.5rem !important;
}

.logo-container {
    /* gap: 65px !important; */
    padding-left: 6rem !important;
    padding-top: 1.2rem !important;
}

.login-inner-cont {
    width: 67% ;
}

.login-inner-cont>.logo>img {
    width: 160px !important;
}

.login-inner-cont>.logo>span {
    font-size: 24px !important;
}

.login-inner-cont>.logo {
    margin-bottom: 24px !important;
}

.login-inner-cont>.title {
    font-size: 16px;
    margin-bottom: 34px !important;
}

.login-inner-cont .login-form {
    gap: 16px !important;
}

.login-inner-cont .login-form input[type=email] {
    padding: 10px !important;
}

.get-st-btn {
    padding: 10px !important;
}

.login-inner-cont .or-section {
    margin: 16px 0 !important;
}

.login-inner-cont .or-section span {
    font-size: 13px !important;
}

.login-auth {
    gap: 12px !important;
    width: 100% !important;
}

.login-auth .glge-auth,
.login-auth .micr-auth {
    height: 36px !important;
}

.login-text,
.login-text-aft- {
    font-size: 14px !important;
}

.login-main-container {
    min-height: 100vh;
    background: linear-gradient(270deg, #FCECCE 0%, #FBEAD3 50%, #FFEAEA 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: auto;
}

.login-container-1 {
    gap:6rem;
}

.logo-container {
    padding-top: 2rem;
    width: 100%;
    margin-bottom: 1.5rem;
    height: 3rem;
    padding-left: 7rem;
}

.login-container-1 .logo-img {
    width: 180px;
}
.container{
    flex: 1;
    justify-content: space-around;
}
.container .login-container-1 .board-img {
    width: 78%;
    padding-left: 5rem;
    margin-bottom: 3rem;
}

.login-container-1 .left-pnl-txt {
    font-weight: 400;
    font-size: 2.5rem;
    width: 100%;
    line-height: 4rem;
    justify-content: center;
    letter-spacing: 0.01em;
    color: #222;
    padding-left: 4rem;
}
.login-container-1 .ratings-star {
    gap: 2rem;
    padding-left:7rem;
}
.login-container-1 .ratings-star .Get-App {
    gap:1.125rem;

}
.login-container-1 .ratings-star .software-advice{
    gap:1.125rem;
}
.login-container-1 .ratings-star .software-advice .star,
.login-container-1 .ratings-star .Get-App .star
{
    gap: 0.375rem;
}
.login-inner-cont>.logo {
    margin-bottom: 28px;
}

.login-inner-cont>.logo>img {
    width: 170px;
}

.login-inner-cont>.logo>span {
    font-weight: 500;
    font-size: 26px;
    color: #252525;
}

.login-inner-cont>.title {
    font-weight: 500;
    font-size: 18px;
    color: #252525;
    text-align: center;
    margin-bottom: 40px;
}

.login-container-2 {
    width: 52%;
}

.after-email {
    width: 52%;
    border-radius: 4px 0 0 4px;
}

.login-content {
    gap: 3rem;
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 0 auto;
    border-radius: 1.25rem;
    background: #FFF;
    box-shadow: -1px -1px 24px 12px rgba(255, 186, 186, 0.16), 1px 1px 24px 12px rgba(255, 186, 186, 0.16);
    position: relative;
    padding: 36px 0 0 0;
    height: 75%;
}

.login-inner-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.login-inner-cont .login-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 2.5rem;
}

.login-inner-cont .login-form {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.login-inner-cont .login-form .email-input .email-txt {
    color: #222;
    font-size: 0.9375rem;
    font-weight: 500;
    text-align: start;
    padding-bottom: 0.6rem;
}
.login-inner-cont .login-form input[type=email] {
    border-radius: 0.5rem;
    border: 1px solid rgba(195, 198, 212, 0.56);
    padding: 10px;
    width: 100%;
    font-weight: 500;
    color: #232428;
    font-size: 15px;
}

.login-inner-cont .login-form .password-input .password-txt{
    color: #222;
    font-size: 0.9375rem;
    font-weight: 500;
    text-align: start;
    padding-bottom: 0.6rem;
}
.login-inner-cont .login-form .password-input #togglePassword{
  font-weight: 600;
  opacity: 60%;
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
}
.login-inner-cont .login-form .password-input > .pwd-inp-box{
    position: relative;
}

.login-inner-cont .login-form input[type=password] {
    border-radius: 0.5rem;
    border: 1px solid rgba(195, 198, 212, 0.56);
    padding: 10px;
    width: 100%;
    font-weight: 500;
    color: #232428;
    font-size: 15px;
}
.login-inner-cont .login-form input[type=text] {
    border-radius: 0.5rem;
    border: 1px solid rgba(195, 198, 212, 0.56);
    padding: 10px;
    width: 100%;
    font-weight: 500;
    color: #232428;
    font-size: 15px;
}
.google-micro{
    justify-content: flex-start;
    width: 100%;
    gap:0.6rem;
    color: #222;
    font-size: 0.9375rem;
}
.credential {
    font-weight: 500;
    font-size: 13px;
    color: #F44336;
/*    margin-top: 4px;
    padding: 6px 10px !important;*/
    font-size: 12px !important;
/*    margin-bottom: 11px !important;*/
    gap: 0.375rem;
    margin-top: -0.5rem;
    align-items: center;
    text-align: start;
}

.alreadyExist {
    font-weight: 500;
    font-size: 13px;
    color: #F44336;
    font-size: 12px !important;
    gap: 0.375rem;
    margin-top: -0.5rem;
    align-items: center;
    text-align: start;
}

#emailValue:invalid {
    /* background-color: red; */
    /* pointer-events: none; */
}

.login-inner-cont .login-form input[type=email]::placeholder {
    color: #626262;
}

.alert-input {
    border: 1px solid #F44336 !important;
}

.alt-txt {
    color: #F44336;
    font-size: 13px;
    font-weight: 500;
    gap: 0.375rem;
    margin-top: 0.25rem;
    display: none;
    align-items: center;
    text-align: start;
}

.update {
    color: #FF8F00;
    font-size: 13px;
    font-size: 12px !important;
    font-weight: 500;
    gap: 0.375rem;
    margin-top: -0.5rem;
    align-items: center;
    text-align: start;
}

.alt-txt img {
    margin-top: 3px;
}

.get-st-btn {
    font-size: 0.9375rem;
    border-radius: 8px;
    padding: 12px 10px;
    font-weight: 500;
    border: none;
    outline: none;
    color: #ffffff;
}

#submitBtn:enabled {
    background: #DD2C46;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #DD2C46 !important;
}

#submitBtn:disabled {
    background: rgba(83, 127, 231, 0.08);
    cursor: not-allowed;
}

.login-inner-cont .login-form input:focus {
    border: 2px solid #252525 !important;
    outline: none;
}

.login-inner-cont button {
    width: 100%;
    border-radius: 8px;
    padding: 12px 10px;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-top: 25px;
    font-weight: 500;
    font-size: 15px;
    background: #537FE7;
    color: #ffffff;
}

.login-inner-cont .or-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px 0;

}

.login-inner-cont .or-section .line-1 {
    width: 12rem;
    border: 1px solid;
    border-image: linear-gradient(45deg, #ffffff, rgba(0, 0, 0, 0.18)) 1;
}

.login-inner-cont .or-section .line-2 {
    width: 12rem;
    border: 1px solid;
    border-image: linear-gradient(45deg, rgba(0, 0, 0, 0.18), #ffffff) 1;
}

.login-inner-cont .or-section span {
    margin: 0 10px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #000000;
}

.login-auth {
    gap: 14px;
    width: 100%;
}

.login-auth .glge-auth a {
    gap:0.75rem;
    text-decoration: none
}

.login-auth .glge-auth {
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    gap: 10px;
    cursor: pointer;
}

.login-auth .glge-auth:hover,
.login-auth .micr-auth:hover {
    background: #F0F0F0;
}

.login-auth .glge-auth img {
    width: 1.3rem;
    height: 1.3rem;
}

.login-auth .micr-auth a {
    gap:0.75rem;
    text-decoration: none
}

.login-auth .micr-auth {
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    gap: 10px;
    cursor: pointer;
}

.login-auth .micr-auth img {
    width: 1.3rem;
    height: 1.3rem;
}

.login-auth span {
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: #000000;
    display: flex;
    margin-bottom: 2px;

}

.login-text {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #263238;
    margin-bottom: 12px;
}

.login-text-aft- {
    display: flex;
    flex-grow: 1;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.login-text a,
.login-text-aft- a {
    text-decoration: none;
    cursor: pointer;
    margin-left: 5px;
    color: #DD2C48;
}

.login-footer {
    background: #D9D9D9;
    height: 30px;
}

.after-login {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    height: 75%;
    width: 65%;
}

.after-login-content {
    width: 75%;
    flex-grow: 5;
}

.after-login-content img {
    width: 8rem;
    height: 8rem;
}

.after-login-content p {
    text-align: center;
}

.after-login-content span {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-top: 10px;
}
.terms-container{
    width: 100%;
    border-radius: 0rem 0rem 0.75rem 0.75rem;
    position: absolute;
    bottom: 0;
}

.policy-terms {
    color: #232428;
    font-size: 0.875rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    border-radius: 0rem 0rem 0.75rem 0.75rem;
    padding: 10px 5px 10px 5px;

}
.policy-terms a {
    color: #232428;
    font-size: 0.875rem;
    font-weight: 400;

}
.forget-password{
    color: #263238;
    font-size: 0.875rem;
    justify-content: flex-end;
    margin-top: -.5rem;
}
.forget-password a{
    color: #263238;

}
.vertical-line{
    border-left: 1px solid #000000;
    height: 2.5rem;
    margin: 0.5rem;
    color:#444;
}

.login-auth .auth-container-glgle,
.login-auth .auth-container-micro{
    width: 100%;
}

#emailValue:not(:placeholder-shown) {
    background: rgba(245, 245, 245, 0.80) !important;
}

#userPass:not(:placeholder-shown) {
    background: rgba(245, 245, 245, 0.80) !important;
}

input:-webkit-autofill {
    appearance: menulist-button;
    -webkit-box-shadow: 0 0 0px 0.1px rgba(195, 198, 212, 0.56), 0 0 0px 1000px rgba(245, 245, 245, 0.80) inset !important;
/*    -webkit-text-fill-color: #757575 !important;*/
}

@media only screen and (max-width: 376px) {
       .login-container-1 .left-pnl-txt {
           display: none;
       }
       .logo-container {
           display: block;
       }
       .login-container-1 {
           display: none;
       }

    .login-main-container {
       
         width: 100%;

    }

    .login-container-2 {
        width: 80%;
       
    }
    .login-inner-cont .login-form .email-input .email-txt,
    .login-inner-cont .login-form .password-input .password-txt,
    .login-inner-cont .login-form input[type=password],
    .forget-password ,
    .google-micro
    {
        font-size: 13px;
    }

    .login-content {
        width: 95% !important;
         height: 30rem;
        padding: 20px 0 0 0;
        transition: all 0.5s ease;
    }

    .login-inner-cont>.logo>img {
        width: 120px;
    }

    .login-inner-cont{
        width: 75% !important;
    }

    .login-auth .glge-auth span,
    .login-auth .micr-auth span {
        font-size: 11px;

    }

    .login-inner-cont>.title {

        font-size: 13px !important;
        margin-top: 5px;
        margin-bottom: 10px !important;
    }

    .login-inner-cont .login-title {
        font-size: 14px !important;
    }

    .login-inner-cont .login-form input[type=email] {
        font-size: 13px;
        margin-top: 10px;
    }

    .login-inner-cont button {
        font-size: 13px;
        margin-top: 20px;
    }
    .login-auth .glge-auth img,
    .login-auth .micr-auth img {
        width: 1rem;
        height: 1rem;
    }
    .login-inner-cont .or-section .line-1,
    .login-inner-cont .or-section .line-2 {
        width: 6rem;
    }

    .get-st-btn {
        margin-top: 5px;
        font-size: 13px;
    }
    .login-inner-cont .or-section span {
        font-size: 13px;
       
    }

    .login-auth {
        gap: 12px !important;
    }
    .policy-terms a {
        margin: 0;
        padding: 0;
        font-size: 11px;

    }
.policy-terms {
        font-size: 11px;
        display:inline-block;
        padding:5px 20px 10px 20px;
       text-align: center;
    }

    .login-text {
        font-size: 11px !important;
        margin-bottom: 15% !important;

    }
    .login-text-aft-lgn
 {

        font-size: 11px;

    }
    .width400 {
        width: 400px;
        text-align: center;
    }
    
    .width400 img {
        width: 120px; 
        padding: 0 0 10px 0;
    }
}


/* @media screen and (min-width: 426px) and (max-width: 600px) { */

@media screen and (min-width: 376px) and (max-width: 426px) {
       .login-container-1 .left-pnl-txt {
           display: none;
       }
       .logo-container {
           display: block;
       }
       .login-container-1 {
           display: none;
       }
   
    .login-main-container {
        display: flex;
        flex-direction: column;
         justify-content: center;

    }
    .login-container-2 {
       width: 80%;
    }

   .login-content {
       width: 90% !important;
       height: 30rem;
       padding: 20px 0 0px 0;
    }

   .login-inner-cont>.logo>img {
       width: 120px;
    }

   .login-auth .glge-auth span,
   .login-auth .micr-auth span {
       font-size: 11px;
   }

   .login-inner-cont>.title {
       font-size: 13px !important;
       margin-top: 5px;
       margin-bottom: 20px !important;
   }

   .login-inner-cont .login-title {
       font-size: 14px !important;
   }

   .login-inner-cont .login-form input[type=email],
   .login-inner-cont .login-form input[type=password] {
       font-size: 13px;
   }

   .login-inner-cont button {
       font-size: 13px;
       margin-top: 20px;
   }

   .login-inner-cont .or-section .line-1,
   .login-inner-cont .or-section .line-2 {
       width: 6rem;
   }

   .get-st-btn {
       margin-top: 5px;
       font-size: 13px;
   }
   .login-inner-cont .or-section span {
    font-size: 13px;
    }

   .login-auth {
       gap: 12px !important;
       width: 100% !important;
   }
   .policy-terms a {
       margin: 0;
       padding: 0;
       font-size: 11px;
   }
    .policy-terms {

       font-size: 11px;
       padding: 10px 35px 10px 35px;
       display: inline-block;
       text-align: center;

   }
  
   .terms-container{
        width: 100%;
        border-radius: 0rem 0rem 0.75rem 0.75rem;

    }
   .login-text {
        font-size: 11px !important;
        margin-bottom:10%;

   }
   .login-text-aft-lgn {
       font-size: 11px;

   }
   .width400 {
        width: 400px;
        text-align: center;
    }

    .width400 img {
        width: 120px; 
        padding: 0 0 10px 0;
    }
    .forget-password {
        font-size: 13px;
    }
}

/* @media screen and (min-width: 600px) and (max-width: 768px) { */
@media screen and (min-width: 426px) and (max-width: 675px) {
       .login-container-1 .left-pnl-txt {
           display: none;
       }
       .logo-container {
           display: block;
       }
       .login-container-1 {
           display: none;
       }
    .login-main-container {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }
    .login-container-2 {
       width: 80%;
   }

   .login-content {
       padding: 2px 0 0px 0;
       position: relative;
       height: 30rem;
       gap:1rem;
       width: 100%;
   }

   .login-inner-cont>.logo>img {
       width: 120px;
   }

   .login-inner-cont .login-form input[type=email],
   .login-inner-cont .login-form input[type=password],
   .login-inner-cont .login-form .email-input .email-txt,
   .login-inner-cont .login-form .password-input .password-txt ,
   .get-st-btn,
   .google-micro {
        font-size:0.9rem !important;
   }
   .login-inner-cont>.title {
        font-size: 14px !important;
        margin-bottom: 30px !important;
    }
    .login-inner-cont .or-section .line-1,
    .login-inner-cont .or-section .line-2 {
       width: 6rem;
   }

   .login-auth {
       gap: 12px !important;
   }
   .terms-container{

    margin-top: 10px;
   }

    .policy-terms {
        padding:10px 1px 21px 16px;
        font-size: 11px;
        text-align: center;
        gap:0.5rem;
   }
    .policy-terms a{
        font-size: 11px !important;
    }
    .login-inner-cont{
        width: 77% !important;
    }
    .login-text {
        margin-bottom: 1% !important;
    }
   
   .login-text-aft-lgn {
       font-size: 11px;
   }
   .width400 {
        width: 400px;
        text-align: center;
    }

    .width400 img {
        width: 120px; 
        padding: 0 0 25px 0;/* Adjust the width as needed */
        /* height: auto; Maintains the aspect ratio */
    }
    .login-text{
        margin-bottom: 20%;
    }
}
@media screen and (min-width: 675px) and (max-width: 769px) {

       .login-container-1 .left-pnl-txt {
           display: none;
       }
       .logo-container {
           display: block;
       }
       .login-container-1 {
           display: none;
       }
   
    .login-main-container {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }
    .login-container-2 {
       width: 80%;
       /* position: absolute; */
   }

   .login-content {
       padding: 2px 0 0px 0;
       position: relative;
       height: 30rem;
       gap:1rem;
   }

   .login-inner-cont>.logo>img {
       width: 120px;
   }

   .login-inner-cont .login-form input[type=email],
   .login-inner-cont .login-form input[type=password],
   .login-inner-cont .login-form .email-input .email-txt,
   .login-inner-cont .login-form .password-input .password-txt ,
   .get-st-btn,
   .google-micro  {
        font-size:0.9rem !important;
   }
   .login-inner-cont>.title {
    font-size: 14px !important;
    margin-bottom: 30px !important;
}
  .login-inner-cont .or-section .line-1,
   .login-inner-cont .or-section .line-2 {
       width: 6rem;
   }

   .login-auth {
       gap: 12px !important;
   }

   .terms-container{
        margin-top: 10px;
   }

    .policy-terms {
        padding:10px 1px 21px 16px;
        font-size: 11px;
        text-align: center;
        gap:0.8rem !important;
    }
    .policy-terms a{
        font-size: 11px !important;
    }
    .login-inner-cont{
        width: 77% !important;
    }
    .login-text {
        margin-bottom: 1% !important;
    }
      
}
   .login-text-aft-lgn {
       font-size: 11px;
   }
   .width400 {
    width: 400px;
    text-align: center;
}

.width400 img {
    width: 120px; 
    padding: 0 0 25px 0;
}
.login-text{
    margin-bottom: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
    .login-container-2 .policy-terms {
        color: #171717;
        font-size: 0.75rem;
        font-weight: 400;
        width: 100%;
        height: 2.5rem; 
        padding:6px 0 1px 0;
        border-radius: 0rem 0rem 0.75rem 0.75rem;
        background: #F8F8F8;
        gap: 0.25rem;
        text-align: center;
        display: block;
    }
    .login-container-2 .policy-terms a {
        margin: 0;
        padding: 0;
        font-size: 11px;

    }
    .login-container-1{
        gap:3rem;
    }
    .login-container-1 .left-pnl-txt {
        font-size:1.8rem !important;
        line-height: 3rem !important;
        padding-left:4.5rem !important;
    }
    .logo-container {
        height: 3rem;
    }

    .login-inner-cont>.title {

        margin-bottom: 13px !important;
    }
    .login-container-2 {
        width: 52%;
    }
    .login-content {
        width: 63% !important;
        height: 22rem;
        gap:1rem;
        padding: 1px 0 0 0 !important; 
    }
    .login-inner-cont .login-form {
        gap: 11px !important;
    }
    .login-inner-cont .login-form .email-input .email-txt {
        font-size: 11px !important;
    }
    .login-inner-cont .login-form .password-input .password-txt,
    .google-micro 
    {
        font-size: 11px;
    }
    .login-inner-cont .login-form input[type=password] {
        font-size: 11px;
    }
        .login-inner-cont .login-form input[type=text] {
            font-size: 11px;
        }
                .login-inner-cont .login-form .password-input #togglePassword {
                    bottom: 0.55rem;
                }
    .forget-password{
        font-size: 9px;
    }
    .get-st-btn {
        font-size: 11px;
    }
.width400{
    display: none;
   }
   .login-inner-cont .login-title {
    margin-bottom: 20px !important;
}
.login-text{
    margin-bottom: 0;
    font-size: 9px !important;
}
.login-auth{
    /* width:68% !important; */
}
.login-inner-cont .login-form input[type=email] {
    font-size: 11px;
}
.login-inner-cont .or-section span {
    font-size: 11px !important;
}
.login-auth .glge-auth, .login-auth .micr-auth {
    height: 27px !important;
}
.login-auth span {
    font-size: 11px !important;
}
.login-auth .micr-auth img,
.login-auth .glge-auth img
{
    width: 0.8rem;
    height: 0.8rem;
}
.policy-terms,
.policy-terms a {
    font-size:11px;
}
img.software-img{
width: 8rem;
}
img.getApp-img {
    width: 5rem;
}
img.star-img {
    width: 1rem;
    height:1rem;
}
.count {
    font-size: 11px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .credential {
    font-size: 11px !important;
    }
    .update {
        font-size: 11px !important;
    }
    .alreadyExist {
        font-size: 11px !important;
    }
    .login-container-2 .policy-terms {
        color: #171717;
        font-size: 0.75rem;
        font-weight: 400;
        width: 100%;
        height: 2.5rem; 
        padding:6px 0 1px 0;
        border-radius: 0rem 0rem 0.75rem 0.75rem;
        background: #F8F8F8;
        gap: 0.25rem;
        text-align: center;
        display: block;
    }
    .login-container-2 .policy-terms a {
        margin: 0;
        padding: 0;
        font-size: 11px;

    }
    .login-container-1{
        gap:4rem;
    }
    .login-container-1 .left-pnl-txt {
        font-size:2.3rem !important;
        line-height: 4rem !important;
        padding-left:4rem !important;
    }
    .logo-container {
        height: 2.5rem;
    }

    .login-inner-cont>.title {

        margin-bottom: 25px !important;
    }
    .login-container-2 {
        width: 52%;
    }
    .login-content {
        width: 65% !important;
        height: 28rem;
        padding: 10px 0 0 0 !important; 
    }
    .login-inner-cont .login-form {
        gap: 11px !important;
    }
    .login-inner-cont .login-form .email-input .email-txt {
        font-size: 13px !important;
    }
    .login-inner-cont .login-form .password-input .password-txt,
    .google-micro 
    {
        font-size: 13px;
    }
    .login-inner-cont .login-form input[type=password] {
        font-size: 13px;
    }
        .login-inner-cont .login-form input[type=text] {
            font-size: 13px;
        }
        .login-inner-cont .login-form .password-input #togglePassword {
            bottom: 0.6rem;
        }

    .forget-password{
        font-size: 11px;
    }
    .get-st-btn {
        font-size: 13px;
    }
.width400{
    display: none;
   }
   .login-inner-cont .login-title {
    margin-bottom: 20px !important;
}
.login-text{
    margin-bottom: 0;
    font-size: 11px !important;
}
.login-auth{
    /* width:68% !important; */
}
.login-inner-cont .login-form input[type=email] {
    font-size: 13px;
}
.login-inner-cont .or-section span {
    font-size: 11px !important;
}
.login-auth .glge-auth, .login-auth .micr-auth {
    height: 30px !important;
}
.login-auth span {
    font-size: 13px !important;
}
.login-auth .micr-auth img,
.login-auth .glge-auth img
{
    width: 1rem;
    height: 1rem;
}
.policy-terms,
.policy-terms a {
    font-size:11px;
}
img.software-img{
width: 8rem;
}
img.getApp-img {
    width: 5rem;
}
img.star-img {
    width: 1rem;
    height:1rem;
}
.count {
    font-size: 13px;
}
}
@media screen and (min-width: 1300px) and (max-width: 1441px) {
    .credential {
        font-size: 10px !important;
    }
    .update {
        font-size: 10px !important;
    }
    .alreadyExist {
        font-size: 10px !important;
    }
     .policy-terms {
        font-size: 11px;
       width: 98%;
        padding: 10px 5px 10px 5px;
        text-align: center;
    }
    .policy-terms a{
        color: #232428;
        font-size: 11px;
        font-weight: 400;
    }

    .login-container-2 {
        width: 63%;
    }
    .logo-container {
        padding-left: 7rem !important;
    }
    .login-content {
        width: 52% !important;
        height: 30rem;
    }
    .login-container-1 .left-pnl-txt {
        font-size: 2.5rem !important;
        line-height: 4rem !important;
        padding-left: 5rem !important;
    }
    img.software-img {
        width: 9rem;
    }
    img.getApp-img{
        /* width: 8rem; */
    }
        
    .width400{
        display: none;
    }
    .login-text {
        margin-bottom: 10%;
    }
    .login-container-1 .board-img {
        width: 80% !important;
        
    }
    .login-container-1 {
        gap: 4rem;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .width400 img{
        display: none;
       }

    img.star-img {
        width: 1.125rem;
        height: 1.125rem;
    }
    .count{
        color: #2F2E2E;

    font-size: 1.125rem;
    font-weight: 400;
    }

    .login-text{
        margin-bottom: 50px;
    }
   .policy-terms{
    padding: 10px 5px 15px 5px !important;
   }
   .login-container-1 .board-img {
    width: 78% !important;
    
    }
    .login-content {
        width: 60%;
    }
}
@media screen and (min-width: 1601px) and (max-width: 2561px) {
    .width400 img{
        display: none;
    }

    .login-content {
        width: 63% !important;
        height: 35rem;
        padding: 36px 0 0 0;
    }
    .login-text{
        margin-bottom: 12%;
    }
    .policy-terms{
        padding: 10px 5px 15px 5px !important;
    }
       .login-container-1 .board-img {
        width: auto !important;
        padding-left: 5rem;
        margin-bottom: 3rem;
    }
}