﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Lato-Black;
    src: url(../fonts/Lato-Black.ttf);
}

@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Lato-Bold;
    src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: Lato-Light;
    src: url(../fonts/Lato-Light.ttf);
}

@font-face {
    font-family: Lato-Thin;
    src: url(../fonts/Lato-Thin.ttf);
}

@font-face {
    font-family: Lato-Italic;
    src: url(../fonts/Lato-Italic.ttf);
}

html {
    height: 100%;
}

body {
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: Lato-Regular;
}

/*
    To avoid loading default background image after logout and logedout
    If we put this at bottom first image will load and get 
    unset which will not be presentable

    Logout and loggedout style start
*/

.login_logout {
    background: unset !important;
}

    .login_logout .login-body {
        justify-content: center;
    }

    .login_logout .login_page_header {
        display: none;
    }

    .login_logout .login-body .login_lang_dropdown {
        color: black;
    }

    .login_logout .login-body .login_logout_header {
        color: black;
    }

    .login_logout .login-body .login_logout_details {
        color: black;
    }

    .login_logout .login-body .login_page_powerby {
        display: none;
    }

.login_logedout {
    background: unset !important;
}

    .login_logedout .login-body {
        justify-content: center;
    }

    .login_logedout .login_page_header {
        display: none;
    }

    .login_logedout .login-body .login_lang_dropdown {
        color: black;
    }

    .login_logedout .login-body .login_logout_header {
        color: black;
    }

    .login_logedout .login-body .login_logedout_details {
        color: black;
    }

    .login_logedout .login-body .login_page_powerby {
        display: none;
    }

.discovery_document {
    background: unset !important;
}

    .discovery_document .login-body {
        justify-content: center;
    }

    .discovery_document .login_page_header {
        display: none;
    }

    .discovery_document .login-body .login_page_powerby {
        display: none;
    }

/*Logout and loggedout style end*/

.loginError {
    display: flex;
    width: 100%;
}

.validation_summary {
    border-radius: 0.5rem;
    border: 1px solid #F04438;
    background: #364b2c63;
    padding: 1rem;
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
}

#validation_error {
    color: #F04438;
    margin-left: 0.5rem;
}


.button, .login_chooseotp_sendotp, .login_otpreset_submitbtn {
    background-color: #0099EF;
    border-radius: 4px;
    width: 140px;
    height: 48px;
    border: unset !important;
    color: white;
}

.login_extrnal_link {
    position: absolute;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Lato-Light';
    padding: 5px;
}

.login_page {
    background: url(../images/login_background.png) no-repeat;
    background-size: cover;
    height: 100%;
}

    .login_page.login_validation_error {
        height: 100%;
    }

.login_page_footer {
    display: flex;
    flex-direction: column;
    text-align: justify;
    width: 100%;
    margin: 10px 0px 5px 0px;
    margin-top:auto;
}

.login_page_text {
    font-family: Lato-Regular;
    font-size: 11px;
    color: #F2F2F2;
}

.login_page_text {
    font-family: Lato-Regular;
    font-size: 11px;
    color: #FFFFFF;
}

.login_page_powerby {
    text-align: end;
    margin-top: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    padding: 0px 0px;
    padding-left:10px;
    align-items: baseline;
    color: #FFFFFF;
}

.login_page_powerby_logo {
    background: url(../images/Powerby_logo.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 45px;
    height: 10px;
    margin-left: 5px;
}

.login_card {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.176) 0%, rgba(255, 255, 255, 0.044) 100%);
    box-shadow: 0px 2px 40px rgb(0 0 0 / 4%);
    backdrop-filter: blur(5px);
    min-width: 500px;
}

.login_card_blur {
    background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.176) 0%, rgba(255, 255, 255, 0.044) 100%);
    box-shadow: 0px 2px 40px rgb(0 0 0 / 4%);
    backdrop-filter: blur(5px);
}

.login_card_blur_unset {
    background: unset !important;
    box-shadow: unset !important;
    backdrop-filter: unset !important;
}

.loginError {
    max-width: 400px
}

.login_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.login_langdropdown.show {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 100px !important;
    inset: unset !important;
    right: 0px !important;
    transform: unset !important;
    margin-bottom: 6px;
}

.login_langdropdown_item {
    font-family: Lato-Regular;
    font-size: 12px;
    color: #546179;
}

    .login_langdropdown_item:active {
        background-color: #0099EF
    }

.login_title {
    background: url(../images/logo_light.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 115px;
    height: 24px;
}

#dropdownLangButton {
    border: 0px;
}

.login_signin {
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'Lato-Light';
    margin: 50px 0px 15px 0px;
}

.login_signin_ldap {
    margin: 20px 0px 15px 0px;
}

/*
** NATIVE - LDAP-AD TAB
.login_tabNav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px 0px 15px 0px;
}

.login_tabNav span {
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
}

.login_tabNavSelect {
    color: #FFFFFF;
    border-bottom: 2px solid #0099EF;
    font-family: Lato-Bold
}

.login_divider {
    height: 20px;
    margin: 0px 20px;
    border: #B7C1DB 1px solid;
}*/

.login_fieldset {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login_base_form {
    width: 80%;
}

.login_username {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 44px;
    background-color: #fff;
    border: #c2c2c2 solid 1px;
    border-radius: 4px;
    margin: 0 auto 15px auto;
    position: relative;
}

    .login_username input {
        border: 0px;
        outline-width: 0;
        padding-left: 28px;
        font-size: 14px;
        font-family: Lato-Regular;
        width: 95%;
        line-height: 40px;
        height: 40px;
    }

.chooseotpconfig_login_username {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 44px;
    background-color: #fff;
    border: #c2c2c2 solid 1px;
    border-radius: 4px;
    margin: 0 auto 15px auto;
    position: relative;
}

    .chooseotpconfig_login_username input {
        border: 0px;
        outline-width: 0;
        padding-left: 28px;
        font-size: 14px;
        font-family: Lato-Regular;
        width: 95%;
        line-height: 40px;
        height: 40px;
    }

#login_domainpassword {
    width: 100%;
}

.login_password {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 44px;
    background-color: #fff;
    border: #c2c2c2 solid 1px;
    border-radius: 4px;
    margin: 0px auto 15px auto;
    position: relative;
}

    .login_password input {
        border: 0px;
        outline-width: 0;
        padding-left: 38px;
        font-size: 14px;
        font-family: Lato-Regular;
        width: 95%;
        line-height: 40px;
        height: 40px;
    }

#login_remberme_resetpwd {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}

.login_resetpassword {
    margin-left: auto;
}

.login_remberme {
    font-size: 12px;
    font-family: Lato-Regular;
    color: #F2F2F2;
    cursor: pointer;
    text-align: right;
    display: inline;
    width: 50%;
    text-decoration: none;
}

#RememberLogin {
    vertical-align: middle
}

.login_reset_pwd {
    font-size: 12px;
    font-family: Lato-Regular;
    color: #F2F2F2;
    cursor: pointer;
    text-align: right;
    display: inline;
    width: 50%;
    text-decoration: none;
}

.login_byotp_btngrp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_byotp_reqotp {
    background: rgba(183, 193, 219, 0.15);
    border: 1px solid #B7C1DB;
    border-radius: 4px;
    width: 60%;
    color: #FFFFFF;
    height: 44px;
    padding: 0px 5px;
}

.login_form-group {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.login_button {
    width: 60%;
    border-radius: 4px;
    background: #0099EF;
    color: #ffffff;
    height: 44px;
    line-height: 2px;
    border: unset;
    margin: 5px;
}

.login_align_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.login_line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 40px 40px;
}

.login_or_left {
    width: 100%;
    border-bottom: 1px solid #B7C1DB;
}

.login_or {
    color: #F2F2F2;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 0px 22px
}

.login_or_right {
    width: 100%;
    border-bottom: 1px solid #B7C1DB;
}

.login_multiple_signin {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    margin: 10px 0px;
}

.login_termsconditions_btn {
    border: unset;
    background: unset;
}

    .login_termsconditions_btn a {
        color: white;
    }

.login_privacypolicy_btn {
    border: unset;
    background: unset;
}

    .login_privacypolicy_btn a {
        color: white;
    }

.login_socialmedia {
    margin: 0px 0px 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.login_mediabuttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 8px
}

.login_label_media {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 12px;
    color: #F2F2F2;
    margin-top: 1px;
}

.login_external {
    background: url(../images/wr.svg) no-repeat;
    height: 33px;
    width: 33px;
    cursor: pointer;
}

.login_domain {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 44px;
    background-color: #fff;
    border: #c2c2c2 solid 1px;
    border-radius: 4px;
    margin: 0 auto 15px auto;
}

    .login_domain select {
        border: 0px;
        outline-width: 0;
        padding-left: 28px;
        font-size: 15px;
        font-family: Lato-Regular;
        width: 95%;
        line-height: 40px;
        height: 40px;
    }

.login_domain_img {
    background: url(../images/domain.png) no-repeat left;
    margin-left: 15px;
}

.login_login_ic {
    background: url(../images/login_login_ic.svg) no-repeat left;
    margin-left: 15px;
}

.login_password_ic {
    background: url(../images/login_pasword_ic.svg) no-repeat left;
    margin-left: 15px;
}

.login_password_hide,
.login_cnf_otp_pwdhide,
.login_qna_pwdhide,
.login_ft_pwdhide,
.login_chgpwd_hide {
    background: url(../images/password_hide.svg) no-repeat left !important;
    min-width: 28px;
    height: 10px;
}

.login_password_show,
.login_cnf_otp_pwdshow,
.login_qna_pwdshow,
.login_ft_pwdshow,
.login_chgpwd_show {
    background: url(../images/password_show.svg) no-repeat left;
    min-width: 28px;
    height: 10px;
}

.displayNone {
    display: none !important;
}

.isdisabled {
    pointer-events: none;
    opacity: 0.5;
}

.login-body {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-body-center {
    justify-content: center;
}

.login-body-left {
    justify-content: flex-start;
}

.login-body-right {
    justify-content: flex-end;
}

#loginForm {
    margin: 0px;
}

.login_lang_dropdown {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 90%;
    color: #FFFFFF;
    font-family: Lato-Regular;
    font-size: 12px;
}

#dropdownLangButton:active {
    border-color: unset;
    border: 0px;
}

.login_qna_20mb,
.login_ft_20mb,
.login_cnfpwdotp_20mb {
    margin-bottom: 20px;
}

.btn-left {
    margin-right: 5px;
}

.btn-right {
    margin-left: 5px;
}

.login_qna_reset_label,
.login_cnfpwdotp_label,
.login_mfalabel,
.login_changepwd_label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: Lato-Regular;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #FFFFFF;
    font-weight: 300;
}

.login_otpconfig_label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: Lato-Regular;
    margin-bottom: 40px;
    color: #FFFFFF;
    font-weight: 300;
}

.login_chooseotpconfig_label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: Lato-Regular;
    margin-bottom: 40px;
    color: #FFFFFF;
    font-weight: 300;
}

.login_otp_reset_label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: Lato-Regular;
    margin-bottom: 40px;
    color: #FFFFFF;
    font-weight: 300;
}

.login_otp_align_cont,
.login_otpconfig_align_cont,
.login_mfa_align_cont,
.login_byotp_align_cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 90%;
    text-align: center;
    margin: auto;
}

.login_byotp_Refresh_Cont,
.login_mfa_Refresh_Cont,
.login_otp_Refresh_Cont {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    font-family: Lato-Regular;
    font-size: 14px;
    margin-top: 15px;
}

.login_byotp_align_cont {
    width: 90%;
}

#login_byotp_domainpassword {
    width: 100%;
}

.login_mfa_content {
    font-family: Lato-Regular;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
}

.login_mfa_otp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.login_otpconfig_align_cont {
    margin-top: 30px
}

.login_otp_resetotpbox,
.login_otpconfig_resetotpbox,
.login_mfa_resetotpbox,
.login_byotp {
    width: 92% !important;
    max-width: 48px !important;
    height: 48px !important;
    background-color: #FFFFFF !important;
    border: 1px solid #C9CDD6;
    border-radius: 4px;
    outline: unset !important;
    text-align: center;
    margin: 0px 2px;
}

.login_byotp {
    max-width: 57px !important;
}

.login_qna_align_cont,
.login_ft_align_cont,
.login_otpconfig_cont,
.login_mfa_align_cont,
.login_chgpwd_align_cont,
.login_chooseotpconfig_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.login_otp_username_label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Lato-Light;
    font-weight: 300;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.login_otp_subbtn,
.login_opt_canbtn,
.login_mfa_subbtn,
.login_mfa_canbtn {
    background-color: #0073e6 !important;
    border-radius: 4px;
    color: white;
    width: 30%;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: Lato-Bold;
    margin: 12px auto auto auto;
    cursor: pointer;
    display: block;
    border: none;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.login_qna_username_label,
.login_ft_username_label,
.login_cnfpwdotp_username_label,
.login_otpconfig_username_label,
.login_mfa_username_label,
.login_chgpwd_username_label,
.login_chooseotpconfig_username_label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Lato-Light;
    font-weight: 300;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.login_qna_domain,
.login_ft_domain {
    height: 45px;
    background-color: #fff;
    border: #c2c2c2 solid 1px;
    border-radius: 4px;
    width: 95%;
    margin-bottom: 20px;
}

.login_qna_domain_input,
.login_ft_domain_input {
    border: 0px;
    outline-width: 0;
    font-size: 15px;
    font-family: Lato-Regular;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    margin-bottom: 20px;
}


.login_qna_password,
.login_qna_confirm_password,
.login_ft_password,
.login_ft_cnf_password,
.login_cnfpwdotp_newpassword,
.login_cnfpwdotp_conpassword,
.login_qna_username,
.login_ft_ans,
.login_chgpwd_newpwd_div,
.login_chgpwd_cnfpwd_div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    height: 45px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}

.login_qna_username_input,
.login_qna_newpassword_input,
.login_qna_conpassword_input,
.login_ft_ans_input,
.login_ft_pwd_input,
.login_ft_cnf_pwd_input,
.login_chgpwd_input,
.login_cnf_chgpwd_input {
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border-radius: 4px;
    padding-left: 35px;
    border: 0px;
    outline: unset !important;
}

.login_cnfpwdotp_newpwd_input,
.login_cnfpwdotp_newpwdconf_input {
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border-radius: 4px;
    padding-left: 35px;
    border: 0px solid #C9CDD6;
    outline: unset !important;
}

.login_otp_form_button,
.login_mfa_form_button {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}

.login_qna_form_button,
.login_ft_form_button,
.login_cnfpwdotp_button,
.login_chgpwd_btngrp {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin-top: 40px;
}

.login_cnfpwdotp_basecontainer {
    width: 100%
}

.login_cnfpwdptp_form {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login_qna_basecontainer,
.login_cnfpwdotp_basecontainer,
.login_mfa_basecontainer,
.change_pwd_basecontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: max-content;
    width: 80%;
}

.login_otpconfig_basecontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: max-content;
    min-height: 100vh;
}

.login_otpconfig_form_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.login_chooseotpconfig_basecontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: max-content;
    min-height: 100vh;
}

.login_opt_reg_mail_label {
    font-family: Lato-Light;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.login_opt_reg_mail_div {
    margin-bottom: 40px;
    display: flex;
}

.login_otp_timer_div,
.login_mfa_timer_div,
.login_byotp_timer_div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    margin: 10px 10px 0px 10px;
    margin-left: auto;
    color: #FFFFFF;
}

.login_mfa_timer_div {
    width: 100%
}

.login_otp_resend_link,
.login_mfa_resend_link,
.login_byotp_resend_link {
    font-family: Lato-Light;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

.login_otpconfig_channel {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 40px
}

.login_chooseotpconfig_channel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login_otpconfig_channel_label {
    font-family: Lato-Light;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 20px;
}

.login_chooseotpconfig_channel_label {
    font-family: Lato-Light;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.login_otpconfig_channel_button {
    display: flex;
    flex-direction: row;
}

.login_chooseotpconfig_channel_button {
    display: flex;
    flex-direction: row;
}

.login_otpconfig_rb {
    color: #ffffff;
    margin-right: 10px;
}

.login_chooseotpconfig_rb {
    color: #ffffff;
    margin-right: 5px;
    margin-left : 5px;
}

.login_otpconfig_sendotp,
.login_otpconfig_verify {
    width: 30%;
    border-radius: 4px;
    background: #0099EF;
    color: #ffffff;
    height: 50px;
    line-height: 2px;
    border: unset;
    margin-right: 5px;
}

. btn-otpconfig-cancel {
    width: 225px;
}

.login_chooseotpconfig_sendotp {
    border-radius: 4px;
    background: #0099EF;
    color: #ffffff;
    height: 50px;
    line-height: 2px;
    border: unset;
    margin: 15px;
}

.login_optconfig_mobile,
.login_optconfig_mail {
    width: 60%;
    height: 45px;
    background-color: transparent;
    border: 1px solid #C9CDD6;
    border-radius: 4px;
    margin: 0 auto 10px auto;
}

.otpConfigTxtBox {
    border: 0px;
    outline-width: 0;
    font-size: 14px;
    font-family: Lato-Regular;
    width: 100%;
    line-height: 40px;
    height: 43px;
    background: white;
    border-radius: 4px;
    padding: 0px 10px;
    color: black;
}

.otpConfigTxtBoxDisabled {
    background: #FFFFFF2b;
    color: #FFFFFF;
    border: 1px solid #FFFFFF2b;
}

.login_otpconfig_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px
}

.login_chooseotpconfig_btn {
    width: 100%;
    margin-top: 40px;
    text-align:center;

}

.login_cnfpwdotp_submit,
.login_cnfpwdotp_cancel {
    background: #0099EF;
    color: #ffffff;
    border-radius: 4px;
    outline: unset !important;
    width: 30%;
    font-size: 16px;
    font-family: 'Lato-Regular';
    height: 48px;
    border: unset !important;
}

.error-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login_error_header {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.login_error {
    color: #CF1322;
    width: 14px;
    margin-right: 8px;
    width: auto;
    padding: 5px;
}

.login_error_content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.login_error_reqid {
    margin-top: 50px;
    font-family: 'Lato-Regular';
    color: #FFFFFF;
    font-size: 15px;
}

.login_logout_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login_logout_header {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 70px;
}

.login_logout_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.login_logout_yesbtn {
    background: #0099EF;
    color: #ffffff;
    border-radius: 4px;
    outline: unset !important;
    font-size: 16px;
    font-family: 'Lato-Regular';
    border: unset !important;
}

.login_logedout_card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%
}

.login_logedout_details {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

/*
XX-Large devices (larger desktops, 1400px and up)
*/
@media (max-width: 1400px) {
    .login_line {
        margin: 10px 40px;
    }

    .login_form-group {
        margin: 20px 0px 5px 0px;
    }
}

/*
X-Large devices (large desktops, 1200px and up)
*/
@media (max-width: 1200px) {
}

/*
Large devices (desktops, 992px and up)
*/
@media (max-width: 992px) {
    .login_card {
        height: 92% !important;
        overflow: auto;
        justify-content: unset !important;
    }

    .login_qna_basecontainer,
    .login_cnfpwdotp_basecontainer,
    .change_pwd_basecontainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: unset;
        height: max-content;
        min-height: 100%;
    }
}


/*
Medium devices (tablets, 768px and up)
*/
@media (max-width: 1024px) {
    .login_card {
        height: 92% !important;
        overflow: auto;
        justify-content: unset !important;
    }

    .login_reset_qna .login_card {
        height: unset !important;
        overflow: unset !important;
        margin: 20px;
    }

    .login_reset_otp .login_card {
        height: unset !important;
        overflow: unset !important;
        margin: 20px;
    }

    .login_firsttime .login_card {
        height: unset !important;
        overflow: unset !important;
        margin: 20px;
    }

    .login_qna_basecontainer,
    .login_cnfpwdotp_basecontainer,
    .change_pwd_basecontainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: unset;
        height: max-content;
        min-height: 100%;
    }

    #login_AULA {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
}

/*
Small devices (landscape phones, 576px and up)
*/
@media(max-width: 576px) {
    .login_page {
        background: url(../images/login_Phone_background.png) no-repeat;
        background-size: cover;
        background-position: center;
        height: 100%;
    }

    .login_card {
        height: 92% !important;
        min-width: 90% !important;
        overflow: auto;
        justify-content: unset !important;
        margin: 20px;
    }

    .loginError {
        max-width: 80% !important
    }

    .login_qna_basecontainer,
    .login_cnfpwdotp_basecontainer,
    .change_pwd_basecontainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: unset;
        height: max-content;
        min-height: 100%;
    }

    .login_reset_qna .login_card {
        margin: 20px
    }
}

@media (min-width : 768px) and (max-height : 620px) {
    .login_page {
        height: max-content;
    }

    .login_socail_federatedlogin_off {
        height: 100%;
    }
}

@media (min-height: 710px) {
    .login_page {
        height: 100% !important;
    }
}

@media (min-height: 590px) {
    .login_reset_qna {
        height: 100% !important;
    }
}

@media (min-height: 483px) {
    .login_reset_otp {
        height: 100% !important;
    }

    .login_firsttime {
        height: 100% !important;
    }

    .login_change_password {
        height: 100% !important;
    }

    .login_otp_configuration {
        height: 100% !important;
    }

    .login_chooseotp_configuration {
        height: 100% !important;
    }

    .login_error_page {
        height: 100% !important;
    }

    .login_logout {
        height: 100% !important;
    }

    .login_logedout {
        height: 100% !important
    }
}

@media(max-width: 474px) {
    .login_byotp_reqotp {
        width: 100%
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 60%
    }
}

#login_chgpwd_form {
    width: 100%
}


.alert {
    margin-top: 15px;
    color: #CF1322;
    background: #FFD6E2;
}

.warning_alert {
    margin-top: 15px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.login_ft_guidancetxt {
    font-family: Lato-Italic;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #F2F2F2;
}

#login_ft_basecontainer {
    width: 80%
}

.login_fb {
    background: url(../images/login_fb.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 33px;
    height: 34px;
}

.login_google {
    background: url(../images/login_google.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 33px;
    height: 34px;
}

.login_linkedin {
    background: url(../images/login_linkedin.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 33px;
    height: 34px;
}

.login_twitter {
    background: url(../images/login_twitter.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 33px;
    height: 34px;
}

#validation_error {
    width: 350px;
}

.login_page_terms_policy {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 25px;
}

.login_privacy_policy_and {
    text-decoration: unset
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.login_username_ic {
    background: url(../images/login_login_ic.svg) no-repeat left;
    min-width: 18px;
    height: 17px;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin: auto 0px;
    position: absolute;
    width: 15px;
    top: 0px;
    bottom: 0px;
    left: 12px;
}

.login_password_ic {
    background: url(../images/login_pasword_ic.svg) no-repeat left;
    min-width: 18px;
    height: 17px;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin: auto 0px;
    position: absolute;
    width: 15px;
    top: 0px;
    bottom: 0px;
    left: 12px;
}

.login_qna_username_ic,
.login_qna_newpassword_ic,
.login_qna_conpassword_ic,
.login_ft_ans_ic,
.login_ft_pwd_ic,
.login_ft_cnf_pwd_ic,
.login_cnfpwdotp_newpwd_ic,
.login_cnfpwdotp_newpwdconf_ic {
    background: url(../images/login_pasword_ic.svg) no-repeat left;
    min-width: 18px;
    height: 17px;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin: auto 0px;
    position: absolute;
    width: 15px;
    top: 0px;
    bottom: 0px;
    left: 12px;
}

.login_otpconfig_resendhelptext {
    display: flex;
    flex-direction: row;
    width: 99%;
    text-align: center;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
}

.login_AULA_wrapper .login_AULA_top {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    border: 1px solid var(--Gray-200, #EAECF0);
    background: var(--Base-White, #FFF);
    position: relative;
}

.login_AULA_logo_div {
    display: flex;
    flex-direction: row;
}

.login_AULA_icon {
    background: url(../images/AULA_Icon.svg) no-repeat left;
    position: relative;
    display: block;
    width: 28px;
    top: 0px;
    bottom: 0px;
    height: 28px;
}

.login_AULA_logo {
    background: url(../images/AULA_logo.svg) no-repeat left;
    margin: auto 0px;
    position: relative;
    display: block;
    width: 80px;
    top: 0px;
    bottom: 0px;
    height: 20px;
    left: 12px;
}

.login_AULA_body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    height: calc(100% - 65px);
    width: 100%;
    padding: 1.5rem;
}

.login_AULA_footer {
}

.login_AULA_guidancetxt {
    color: white;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}

.AULA_HelpText {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 32px;
    color: white;
}

.AULA_HelpText1 {
    color: #475467;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.AULA_HelpText2 {
    color: #0068CF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.AULA_form_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
}

.AULA-cancel {
    color: #F04438;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    width: 168px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #F04438 !important;
    background: rgba(255, 255, 255, 0.00);
    width: 161px;
    height: 36px;
    margin-right: 1rem;
}

.AULA-sub {
    display: flex;
    width: 168px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #0073E6;
    box-shadow: 0px 2px 4px -2px rgba(24, 40, 88, 0.06), 0px 4px 8px -2px rgba(24, 40, 88, 0.10);
    width: 161px;
    height: 36px;
}

.aula-decline-model {
    max-width: 400px;
    margin: 0px auto;
}

.modal-content .aula-decline-content {
    border-radius: 12px;
}

.aula-decline-model-header {
    border-bottom: unset !important;
    padding: 24px;
}

.aula-moda-icontitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aula-modal-title {
    color: #475467;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-left: 12px
}

.aula-decline-modal-body {
    color: #475467;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 12px 12px 0px;
}

.AULA_decline_form_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 24px
}

.AULA-modal-cancel {
    color: #F04438;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    width: 168px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #F04438 !important;
    background: rgba(255, 255, 255, 0.00);
}

.AULA-modal-sub {
    display: flex;
    width: 168px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #0073E6;
    box-shadow: 0px 2px 4px -2px rgba(24, 40, 88, 0.06), 0px 4px 8px -2px rgba(24, 40, 88, 0.10);
    margin-right: 12px;
}

#AULA_modal_proceed_btnid {
    color: #F04438;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    width: 168px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #F04438 !important;
    background: rgba(255, 255, 255, 0.00);
    margin-right: 12px;
    width: 161px;
    height: 36px;
}

#AULA_modal_cancel_btnid {
    display: flex;
    width: 168px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #0073E6;
    box-shadow: 0px 2px 4px -2px rgba(24, 40, 88, 0.06), 0px 4px 8px -2px rgba(24, 40, 88, 0.10);
    margin-right: 12px;
    width: 161px;
    height: 36px;
    font-size: 13px;
}

#AULA_content_title,
#AULA_LimitedLicense_title,
#AULA_Additional_title,
#AULA_Intellectual_title,
#AULA_ownership_title,
#AULA_indemnity_title,
#AULA_termination_title,
#AULA_agreement_title,
#AULA_remedy_title,
#AULA_jurisdiction_title,
#AULA_assignment_title,
#AULA_survival_title,
#AULA_confidentiality_title,
#AULA_miscellaneous_title {
    color: #344054;
    font-family: Inter-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 0px 15px;
}

#AULA_content_content,
#AULA_LimitedLicense_content,
#AULA_Additional_content,
#AULA_Intellectual_content,
#AULA_ownership_content,
#AULA_indemnity_content,
#AULA_termination_content,
#AULA_agreement_content,
#AULA_remedy_content,
#AULA_jurisdiction_content,
#AULA_assignment_content,
#AULA_survival_content,
#AULA_confidentiality_content,
#AULA_miscellaneous_content {
    color: #344054;
    font-family: Inter-Regular;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    padding: 0px 30px;
}

#LDAPDomainName {
    border: 0px;
    outline-width: 0;
    padding-left: 28px;
    font-size: 14px;
    font-family: Lato-Regular;
    width: 95%;
    line-height: 40px;
    height: 40px;
}

.login_page.login_socail_federatedlogin_off.login_firsttime{
    overflow : hidden;
}