﻿/*CSS for User Verification Page*/

#timer {
    font-family: Lato;
    text-align: right;
    color: #464646
}


#ChannelLabel {
    font-family: Lato;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #727272;
}

.otp-link-disabled {
    pointer-events: none;
    cursor: default;
    font-family: Lato;
    text-decoration-style: none;
    color: #EDC7C9 !important;
    text-align: right;
}

.otp-text:focus {
    outline: none;
}

.otp-text {
    width: 35px;
    height: 36px;
    font-family: CircularStd;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    border: none;
}


.modal-custom-header .modal-header {
    border-bottom: none;
}

.modal-custom-header .modal-footer {
    border-top: none;
    justify-content: center;
}

.model-custom-body .modal-body {
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.dialogButton {
    margin: 20px;
}

.modal-body {
    border: none;
}

.modal-content {
    border-radius: 1px;
}

.modal-footer {
    border-top: none;
    justify-content: center;
}

.cofirrmButton {
    border: solid 1px #A9A9A9;
}



/*CSS For Login Page*/

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5 !important;
}

#captchaText {
    font-family: CircularStd;
    font-size: 10px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    margin-top: 30px;
    padding-left: 26px;
    padding-right: 26px;
}

    #captchaText a {
        color: #b72027;
        font-weight: bold;
    }

.grecaptcha-badge {
    display: none;
}

#chkUserConsent {
    margin-left: auto;
}

.form-check-label {
    font-family: Circular Std Book;
    font-size: 10px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    padding-left: 7px;
    text-align: left;
}

.consent-error {
    display: none;
    width: 100%;
    margin-top: -5px;
    font-size: 80%;
    padding-left: 25px;
    color: #dc3545;
}

/*CSS used in multiple pages*/

@media screen and (min-width:1025px) {
    /* Custum CSS for layout */
    .login-area {
        padding: 50px;
    }

    .size {
        width: 45px;
    }

    #VerificationHeader {
        font-family: CircularStd;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #707070;
        padding-right: 70px;
    }

    .footerCopyright {
        padding-top: 8px;
        padding-bottom: 8px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}

@media screen and (min-width: 361px) and (max-width:1024px) {
    /* Custum CSS for layout */
    .login-area {
        padding: 0px;
    }

    .size {
        width: 55px;
    }

    #VerificationHeader {
        font-family: CircularStd;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #707070;
    }

    .footerCopyright {
        max-height: 20%;
    }
}

@media screen and (min-width: 321px) and (max-width:361px) {
    /* Custum CSS for layout */
    .login-area {
        padding: 0px;
    }

    .size {
        width: 45px;
    }

    #VerificationHeader {
        font-family: CircularStd;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #707070;
    }

    .footerCopyright {
        max-height: 20%;
    }
}

@media screen and (max-width:321px) {
    .size {
        width: 35px;
    }

    #VerificationHeader {
        font-family: CircularStd;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #707070;
    }

    .footerCopyright {
        max-height: 20%;
    }
}

.copyright {
    font-family: Circular Std Book;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #4e4e4e;
    width: 100%
}

.externalError {
    font-family: Circular std;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #181C2D;
    opacity: 1;
}
