﻿

.loginFrame {
    width: 518px;
    height: 568px;
    border-radius: 15px;
    margin: auto;
}

.authSetupFrame {
    width: 518px;
    height: 788px;
    border-radius: 15px;
    margin: auto;
}

.authFrame {
    width: 518px;
    height: 568px;
    border-radius: 15px;
    margin: auto;
}

.loginBox {
    width: 398px;
    margin: auto;
}

@media (max-width: 992px) {
    .loginFrame {
        max-width: 518px;
        width: 90%;
    }

    .authSetupFrame {
        width: 518px;
        width: 90%;
    }

    .loginBox {
        max-width: 398px;
        width: 90%;
    }
}






.loginLogo {
    width: 160px;
    height: 29px;
    margin-top: 52px;
}


.signinText {
    font-size: 20px;
    color: #1F1801;
    font-family: Montserrat;
    margin-top: 34px;
    font-weight: 600;
}

.smallText {
    font-size: 13px;
    color: #1F1801;
    font-family: Montserrat;    
}

.signIn-Input {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #1F1801;
    border: 1px solid #F1F1F1;
    border-radius: 10px;
    width: 100%;
    height: 48px;
    padding-left: 68px;
}

.input-Icon {
    position: absolute;
    margin-top: 15px;
    margin-left: 28px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    /* -webkit-text-fill-color: #1F1801;*/
    /* -webkit-box-shadow: 0 0 0px 40rem #ffff inset;*/
    box-shadow: 0 0 0px 40rem #ffff inset;
    background: url(../img/EmailIcon.png) no-repeat 20px 20px;
    background-position: left;
    background-position-x: 20px;
    padding-left: 50px;
}


.signIn-Input:focus {
    outline-color: #FFC000;
}

.signIn-Input ::placeholder {
    top: 0px;
    font-size: 15px;
    margin-left: 0px;
    font-weight: 500;
}



.signIn-Input::-webkit-input-placeholder {
    top: 0px;
    font-size: 15px;
    margin-left: 0px;
    font-weight: 500;
}

.signIn-Input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    top: 0px;
    opacity: 1;
    font-size: 15px;
    margin-left: 0px;
    font-weight: 500;
}

.signIn-Input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    top: 0px;
    opacity: 1;
    font-size: 15px;
    margin-left: 0px;
    font-weight: 500;
}



.signIn-Input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    top: 0px;
    font-size: 15px;
    margin-left: 0px;
    font-weight: 500;
}


.signIn-InputBox img {
    margin-left: 28px;
    margin-top: 15px;
    height: 20px;
    width: 20px;
}


.signInButton {
    font-size: 15px;
    color: #1F1801;
    width: 100%;
    margin: auto;
    border: none;
    height: 52px;
    background: #FFC000;
    border-radius: 10px;
    cursor: pointer;
}

.externalLoginBox {
    background-color: white;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    border: 1px solid #F1F1F1;
    border-radius: 10px;
    cursor: pointer;
}

    .externalLoginBox:hover {
        border: 1px solid #FFC000;
    }


.externalLoginText {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #1F1801;
    margin-top: 12px;
}


.microsoftLogo {
    margin: 12px;
    margin-left: 25px;
    background: url("../img/microsoftlogo.svg");
    width: 20px;
    height: 20px;
}

.externalloginLogo {
    margin: 12px;
    margin-left: 25px;
    background: url("../img/loginlogo.svg");
    width: 20px;
    height: 20px;
}

.signOr {
    margin-left: 10px;
    margin-right: 10px;
    color: #818181;
    border: 0;
    font-size: 15px;
}

.hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.forgotPasswordText {
    font-size: 12px;
    font-family: 'Montserrat';
}

.qrcode{
    height: 120px;    
}

.errorBox {
    background-color: #FFFBEF;
    border-radius: 10px;
    height: 38px;
    font-size: 12px;
}

.errorBoxHeight {   
    height: 20px;
}

.errorIcon {
    position: absolute;
    margin-top: 5px;
    margin-left: 22px;
}

.fontSmall {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px !important;
    color: #1F1801;
}

.errorText {    
    padding-left: 70px;
    line-height: 40px;
}

    .errorText ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }


.switchAuthentication {
    background: none;
    border: none;
    float: right;
    color: var(--bs-link-color);
    text-decoration: underline;
    margin-top: 5px;
}
.switchAuthentication:hover {
    background: none;
    border: none;
    color: var(--bs-link-hover-color);
}

.OtpSent, .OtpResent {
    color: #2f8d32;
}

.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

#resendOtpBtn {
    height: 30px;
    margin-left: 10px;
}

#timer{
    text-align: right;
}

.resendtimer {
    display: flex;
    align-items: center;
}

.resendtimer > label{
    width: 100%;
}

.success-message {
    font-size: 13px !important;
    margin-bottom: 0px !important;
}