
.loginLogo img{
    width: 130px;
    height: 32px;
    /* margin: 6px 0; */
}
.loginPageLogo img{
    width: 130px;
    height: 32px;
    margin: 8px 0;
}
.padding-6{
    padding: 6px 0px;
}
.loginBox{
    height: 88vh;
    /* height: 450px; */
    padding: 30px 30px;
    overflow: hidden;
    overflow-y: scroll;
}
.loginBox::-webkit-scrollbar {
    width: 8px;
}
.loginBox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white; 
    border-radius: 10px;
}
.loginBox::-webkit-scrollbar-thumb {
    background: #CED1D3; 
    border-radius: 10px;
}
.login-content{
    width: 50%;
    margin: 5% auto 0 !important;
}
a{
    text-decoration: none;
}
.loginBox p{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.01px;
    word-wrap: break-word;
}
.login-footer{
    width: 100%;
    text-align: center;
    margin-top: 4rem;
    color: #AEB2B6;
    font-size: 14px;
}
.signUpBox{
    height: 88vh;
    padding: 30px 30px;
    overflow: hidden;
    overflow-y: scroll;
}
.signUpBox::-webkit-scrollbar {
    width: 8px;
}
.signUpBox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white; 
    border-radius: 10px;
}
.signUpBox::-webkit-scrollbar-thumb {
    background: #CED1D3; 
    border-radius: 10px;
}
.signUpBox p{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.01px;
    word-wrap: break-word;
}
.password-info{
    position: absolute;
    margin-left: 4px;
    width: 12px;
    height: 12px;
}
.form-check-label{
    margin-left: 6px;
}
.btn-login{
    color: #ffffff;
    background-color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    width: 260px;
    border-radius: 5px;
    margin-top: 2.5rem;
}
.btn-login:hover{
    color: #ffffff;
    background-color: #783E8B;
}

.btn-signUp{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    color: #783E8B;
    text-transform: uppercase;
    width: 46%;
}
.btn-signUp:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.login-or{
    width: 35px;
    text-align: center;
    padding: 5px 10px;
}
.signUp-icon{
    width: 17px;
    height: 14px;
    margin-right: 4px;
}
.forgot-Password{
    color: #0D6EFD;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.05px;
    word-wrap: break-word;
    text-decoration: none;
}
.login-link{
    width: 50%;
}

.header-logo{
    float: left;
}
.header-login{
    float: right;
    padding: 8px 0px;
}
.header-login a{
    color: #783E8B;
    text-decoration: none;
    font-size: 14px;
}
.clr{
    clear: both;
}
.mb-12{
    margin-bottom: 12px;
}
.pl-0{
    padding-left: 0px;
}
.pr-0{
    padding-right: 0px;
}
.pl-16{
    padding-left: 16px !important;
}
.signUp-checkbox{
    width: 18px;
    height: 18px;
    margin-right: 0px;
}
.footer-signUp{
    color: #3B3B3B;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.05px;
    word-wrap: break-word;
    text-align: center;
    margin-top: 3rem;
}
.footer-signUp span a{
    font-size: 14px;
    color: #783E8B !important;
    text-decoration: none;
}
.selectedBtn{
    background-color: #783E8B;
    color: #ffffff;
    .svgIcon{
        stroke: #ffffff; 
    }
}
.footer-Otp{
    color: #3B3B3B;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.05px;
    word-wrap: break-word;
    text-align: center;
    margin-top: 3rem;
}
.footer-Otp span a{
    font-size: 14px;
    /* color: #783E8B !important; */
    text-decoration: underline;
}
.otpTextBox{
    border-bottom: 2px solid #AEB2B6;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    height: 60px;
    font-size: 36px;
    /* margin-top: 16px; */
}
.otpTextBox-mr{
    margin-right: 10px;
}

.passwordBox{
    width: 90px;
    height: 10px;
    margin-right: 8px;
    background: #CED4DA; 
    border-radius: 3px;
}
.passwordShowIcon {
    /* position: absolute;
    top: 8px;
    right: 10px;
    font-size: 14px;
    color: #AEB2B6;
    cursor: pointer; */
    color: #AEB2B6;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 1rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 400;
    letter-spacing: 0.175px;
}
.resetEmail a{
    text-decoration: underline;
}
.mailLinkColor{
    color: #783E8B;
    text-decoration: none !important;
}
.tryLink{
    display: inline-block;
}



@media (min-width: 320px) and (max-width: 767px) {
    .btn-signUp{
        width: 260px;
    }
    .mobileContainer{
        padding-left: 0px;
        padding-right: 0px;
    }
    .passwordBox {
        width: 35px;
    } 
    .modal-dialog {
        margin: 0px;
    }
    .modal-content{
        height: 100vh;
        border-radius: 0px;
        border-color: #fff;
        flex-direction: unset;
    }
}

@media (min-width: 320px) and (max-width: 399px) {
    .mobile-pl-0{
        padding-left: 0px;
    }
    .mobile-pr-0{
        padding-right: 0px;
    }
    .mobile-mt-3{
        margin-top: 3rem;
    }
    /* .signUp-checkbox{
        margin-right: 6px;
    } */
    .login-content {
        width: 100%;
        margin: 13% auto 0 !important;
    }
    .loginBox{
        height: 100vh;
        padding: 30px 12px;
    }
    .signUpBox{
        padding: 30px 16px;
        height: 100vh;
    }
    .btn-signUp{
        margin: auto;
    }
    .login-or{
        width: 100%;
    }
    .mobile-textCenter{
        text-align: center;
    }
    .mobile-margin-24{
        margin: 24px 0px;
    }
    .mobile-mb-16{
        margin-bottom: 16px;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    .mobilePadding{
        padding-top: 0px;
    }
    .mobile-pl-0{
        padding-left: 0px;
    }
    .mobile-pr-0{
        padding-right: 0px;
    }
    .mobile-mt-3{
        margin-top: 3rem;
    }
    /* .signUp-checkbox{
        margin-right: 6px;
    } */
    .login-content {
        width: 100%;
        margin: 11% auto 0 !important;
    }
    .loginBox{
        height: 100vh;
        padding: 30px 12px;
    }
    .signUpBox{
        padding: 30px 16px;
        height: 100vh;
    }
    .btn-signUp{
        margin: auto;
    }
    .login-or{
        width: 100%;
    }
    .mobile-textCenter{
        text-align: center;
    }
    .mobile-margin-24{
        margin: 24px 0px;
    }
    .mobile-mb-16{
        margin-bottom: 16px;
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    .login-content {
        width: 80% !important;
        margin: 13% auto 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .login-content {
        width: 80% !important;
    }
    .btn-signUp{
        width: 250px;
    }
}

@media (min-width: 768px) and (max-width: 995px) {
    .mobile-pl-0{
        padding-left: 0px;
    }
    .mobile-pr-0{
        padding-right: 0px;
    }
    .mobile-mt-3{
        margin-top: 3rem;
    }
    .signUp-checkbox{
        margin-right: 6px;
    }
    .login-content {
        width: 77%;
    }
}

@media (min-width: 996px) and (max-width: 1023px) {
    .mobile-pl-0{
        padding-left: 0px;
    }
    .mobile-pr-0{
        padding-right: 0px;
    }
    .mobile-mt-3{
        margin-top: 3rem;
    }
    .signUp-checkbox{
        margin-right: 6px;
    }
    .login-content {
        width: 65%;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .mobile-pl-0{
        padding-left: 0px;
    }
    .mobile-pr-0{
        padding-right: 0px;
    }
    .mobile-mt-3{
        margin-top: 3rem;
    }
    .signUp-checkbox{
        margin-right: 6px;
    }
    .login-content {
        width: 62%;
    }
}
