@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');

* {
    outline: none !important;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    color: #000000;
}

img {
    vertical-align: text-bottom;
}

a {
    color: #3f6fdc;
    text-decoration: none;
    outline: none !important;
}

a:hover, a:focus {
    color: #3f6fdc;
    text-decoration: underline;
    outline: none !important;
}

section {
    padding-bottom: 20px !important;
}

h4 {
    font-weight: 500;
    padding-bottom: 20px;
    font-size: 13px;
}

label {
    /*width: 41px;*/
    color: #000000;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
}

.bottomMargin {
    margin-bottom: 15px !important;
}

.background-image {
    height: 100%;
    width: 100%;
    background-image: url(../images/bg/bg-img.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}

.login-body {
    height: 100%;
    width: 100%;
    display: grid;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    -webkit-background-size: cover;
    background-size: cover;
}

.container-login {
    min-height: 0;
    /*width: 433px;*/
    /*margin-top: 40px;*/
    padding: 0;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.login-info {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-background-size: cover;
    background-size: cover;
    display: grid;
    align-items: center;
}

.center-block {
    margin: 0 auto;
    width: 500px;
}

.container-login > section {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
}

#top-bar {
    display: inherit;
}

.email-instructions {
    display: block;
    text-align: left;
    margin-bottom: 15px;
    max-width: 80%;
}

.instruction {
    margin: 0 30px 10px 0;
}

.nav > li > a {
    padding: 0;
}

.nav-tabs.nav-justified {
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
}

.nav-tabs.nav-justified > li {
    display: table-cell;
    float: none;
    background: #ffffff;
    /*padding: 20px 30px 15px;*/
    padding: 20px 0px 15px 30px;
    text-align: right;
    z-index: 100000;
}

.nav-tabs.nav-justified > li a {
    font-weight: 500;
    color: #000000;
    text-align: right;
    letter-spacing: 0.3px
}

.nav-tabs.nav-justified > li.title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 25px;
    text-align: left;
    z-index: 100000;
    width: 100%;
}

.container-login .nav-tabs.nav-justified > li > a,
.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    border: medium none;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
}

.container-login .nav-tabs.nav-justified > .active > a,
.container-login .nav-tabs.nav-justified > .active > a:hover,
.container-login .nav-tabs.nav-justified > .active > a:focus {
    background: #ffffff;
    color: #000000;
    text-align: left !important;
}

.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    background: #ffffff;
}

img.logo {
    max-width: 120px;
    padding: 10px 0 20px;
}

.tabs-login {
    background: #ffffff;
    border: medium none;
    padding: 10px 30px;
}

.container-login h2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

input[type="password"],
input[type="password"]:focus,
.form-control,
.form-control:focus,
.form-control.inactive {
    border: 1px solid #E0E0E0;
    background-color: #FFFFFF;
    background-image: none;
    color: #000;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    height: 40px;
    transition: none !important;
}

input[type="password"]:focus, .form-control:focus {
    border: 1px solid #000000;
}

.form-control.inactive {
    border: 1px solid #ffffff;
    font-weight: 500;
    display: inline-block;
    width: 95%;
    padding: 0px;
    margin-bottom: 10px;
}

.no-arrow {
    padding: 20px 0 !important;
}

.form-control.red, .form-control.red:focus {
    border: 1px solid #c43535;
    display: inline-block;
    width: 100%;
    margin-right: 5px;
}

.margin-r---20px {
    margin-right: -20px !important;
}

.text-red {
    color: #c43535;
    margin-top: 5px;
}

.text-black {
    color: #000 !important;
}

.icon {
    width: 16px;
}

.form-horizontal .form-group {
    margin: 0px;
}

.container-login .checkbox {
    margin-top: -15px;
}

.container-login button, .container-login input[type="button"] {
    background-color: #3f6fdc;
    border: 1px solid #3f6fdc;
    color: #ffffff;
    border-radius: 0;
    font-size: 12px;
    padding: 8px 30px;
    width: 100%;
}

#custom-button {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    color: #000000;
    border-radius: 0;
    font-size: 12px;
    padding: 8px 30px;
    margin-top: -5px;
    width: 100%;
}

.container-login button:hover,
.container-login button:focus,
.container-login input[type="button"]:hover,
.container-login input[type="button"]:focus {
    background: #3f6fdc;
    border-color: #3f6fdc;
}

.container-login button:hover,
.container-login input[type="button"]:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

/*.container-login button:focus,
.container-login input[type="button"]:focus {
    color: #3f6fdc !important;
}*/

.col-lg-12 .padding-0 {
    padding: 0 !important;
}

.divider-1 {
    height: 1px;
    background-color: #F4F4F4;
    margin: 20px 0;
}

.padding-b-20 {
    padding-bottom: 20px;
}

.padding-t-10 {
    padding-top: 10px;
}

footer {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    text-transform: uppercase;
}

footer img {
    max-height: 40px;
}

footer a {
    margin-top: 10px;
    font-size: 12px;
    padding: 0 0 0 20px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #000000 !important;
}

footer a:first-child {
    padding-left: 0px;
}

footer img a {
    margin-top: 0px;
    padding: 0px;
}

#menu1 {
    background-color: #fff !important;
    border: 0;
    color: #000;
    padding-right: 0;
    font-weight: 400;
    font-size: 13px;
}

.dropdown, .dropup {
    position: relative;
    margin-right: 5px;
}


.dropdown .btn .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown.open .btn .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-bottom: 4px dashed !important;
    border-bottom: 4px solid !important;
    border-top: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.nav-tabs.nav-justified > li a {
    color: #000000;
    text-align: right;
    letter-spacing: 0.3px;
    font-size: 13px;
    font-weight: 400;
    padding-top: 6px;
    outline: none;
}

.dropdown-menu {
    width: 150px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    border: transparent;
    border-radius: 0;
    right: 0 !important;
    left: auto !important;
    /*height: 250px;
  overflow-y: scroll;
    overflow-x:hidden;*/
}

.dropdown-menu > li > a {
    text-align: left !important;
    color: #000000;
}

.dropdown-menu > li a {
    height: 30px;
    padding-left: 20px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    height: 30px;
    background-color: #F4F4F4;
    border-left: 3px solid #3f6fdc !important;
    padding-left: 17px;
}


.hide {
    display: none !important;
}

button#menu1.btn.btn-primary.dropdown-toggle,
button#menu1.btn.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
    transition: none !important;
    border: 0px !important;
}

.margin-t-10 {
    margin-top: 10px !important;
}


.btn-primary:hover {
    color: #fff;
    background-color: #3f6fdc;
    border-color: #3f6fdc;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3f6fdc;
    background-image: none;
    border-color: #3f6fdc;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

#menu1.open > .dropdown-toggle.btn-primary.focus,
#menu1.open > .dropdown-toggle.btn-primary:focus,
#menu1.open > .dropdown-toggle.btn-primary:hover {
    /*color:#3f6fdc !important;*/
}


.btn-primary.focus,
.btn-primary:focus {
    color: #fff !important;
    background-color: #3f6fdc !important;
    border-color: #3f6fdc !important;
}

#submit,
#submit:active,
#submit:focus,
#submit:checked {
    color: #ffffff !important;
}


.fade-in-lightbox {
    -webkit-animation: fadein 0.2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.2s; /* Firefox < 16 */
    -ms-animation: fadein 0.2s; /* Internet Explorer */
    -o-animation: fadein 0.2s; /* Opera < 12.1 */
    animation: fadein 0.2s;
}

.dropdown > .dropdown-menu.sidebar.fade-in-content {
    -webkit-animation: fadein 0.2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.2s; /* Firefox < 16 */
    -ms-animation: fadein 0.2s; /* Internet Explorer */
    -o-animation: fadein 0.2s; /* Opera < 12.1 */
    animation: fadein 0.2s;
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* transition button 2.0 */
.ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translatez(0);
}

.ink {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    transform: scale(0);
}

.ink {
    background: #fff;
    opacity: 1;
}

.ink.animate {
    -webkit-animation: ripple-effect 0.5s linear;
    -o-animation: ripple-effect 0.5s linear;
    animation: ripple-effect 0.5s linear;
}

@keyframes ripple-effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-webkit-keyframes ripple-effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-moz-keyframes ripple-effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-ms-keyframes ripple-effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-o-keyframes ripple-effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

/* -- Tiles ------------------------------------------- */
.tile {
    color: #212121;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
    border: 0;
    font-size: 12px;
    padding: 8px 30px;
    background-color: #3f6fdc;
    border-radius: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.tile:hover, .tile:active, .tile.active, .tile:focus, .tile:active:focus, .tile.active:focus /* {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
} */
.tile:hover, .tile:active {
    background-color: #3f6fdc;
}

.tile:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.tile .ink {
    background-color: rgba(255, 255, 255, 0.2);
}

/* fine transition button 2.0 */
.social-button {
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
}

.social-button.microsoft:focus,
.social-button.google:focus {
    color: #ffffff !important;
}

.google {
    border: 1px solid #EA4335 !important;
    background-color: #EA4335 !important;
    margin-bottom: 25px;
}

.microsoft {
    border: 1px solid #03ADF1 !important;
    background-color: #03ADF1 !important;
    margin-bottom: 10px;
}

.social-button img {
    margin-right: 10px;
}

/* message */
.col-lg-12.col-md-12.col-sm-12.col-xs-12.top-message {
    padding: 0;
}

#sidebar {
    position: relative;
    height: 40px;
    background-color: #3F6FDC;
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 20px;
    top: 0;
    padding: 10px 5px;
    transition: all 0.3s;
}

#sidebar.active {
    margin-top: -40px;
}

.btn-close {
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(0, -50%);
}

.background-image {
    height: calc(100% - 40px);
    transition: all 0.3s;
}

.input-group {
    width: 100% !important;
}

/* show / hide password */
#show_hide_password.input-group { /*display: initial !important;*/
}

#show_hide_password.input-group a,
#show_hide_conf_password.input-group a {
    position: relative;
    right: 0;
}

.bg-eye,
.bg-eye-slash,
.bg-eye-validation,
.bg-eye-slash-validation {
    position: absolute;
    right: 10px;
    /*top: 12px;*/
    width: 20px;
    height: 40px;
    z-index: 1000;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.bg-eye, .bg-eye-validation {
    background-image: url(../images/visible.svg);
}

.bg-eye-slash, .bg-eye-slash-validation {
    background-image: url(../images/invisible.svg);
}

.bg-eye-validation, .bg-eye-slash-validation {
    right: 15px !important;
}

.icon-validation {
    width: 20px;
    height: 40px;
    display: inline-block;
    /*position: absolute;*/
    margin-top: 20px;
    margin-right: 5px;
    right: -5px;
}

.icon-error-page {
    width: 20px;
    height: 40px;
    display: inline-block;
    /*position: absolute;*/
    margin-top: 20px;
    margin-right: 5px;
    right: -5px;
}

.icon-validation img {
    width: 20px;
    height: 20px;
}

.top-20 {
    margin-top: 20px !important;
}

/* password strenght */

#pwindicator {
    margin-top: 4px;
    width: 100%
}

label.field {
    margin-top: 15px;
}

.label {
    font-size: 13px !important;
}

.bar-container {
    height: 5px;
    background-color: #f4f4f4;
    margin: 10px 0px;
}

.bar {
    height: 5px;
    width: 0px;
    transition: width 600ms;
}

.pw-very-weak .bar {
    background: #c43535;
    width: 20%;
}

.pw-very-weak .label {
    color: #c43535;
}

.pw-weak .bar {
    background: #c43535;
    width: 40%;
}

.pw-weak .label {
    color: #c43535;
}

.pw-mediocre .bar {
    background: #ffc100;
    width: 60%;
}

.pw-mediocre .label {
    color: #ffc100;
}

.pw-strong .bar {
    background: #ffc100;
    width: 80%;
}

.pw-strong .label {
    color: #ffc100;
}

.pw-very-strong .bar {
    background: #098755;
    width: 100%;
}

.pw-very-strong .label {
    color: #098755;
}

/* password check */

.invalid {
    background-image: url(../images/error.svg);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 22px;
    line-height: 25px;
    color: #000000;
}

.valid {
    background-image: url(../images/success.svg);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 22px;
    line-height: 25px;
    color: #000000;
}

#pswd_info > ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#pswd_info li {
    padding-left: 30px;
}

.pswd_info-hide,
.display-none {
    display: none;
}

.display-block {
    display: block;
}

.wspace-no-wrap {
    white-space: nowrap;
}

.pswd_info-show {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

#kc-login, #kc-login-rm {
    border: 0px !important;
}

#kc-login-rm {
    margin-left: 16px;
}

@media screen and (max-width: 415px) {
    .login-body {
        background-color: #ffffff;
        display: block;
    }

    footer {
        text-align: center;
    }

    .text {
        text-align: justify;
    }

    .icon {
        width: 20px;
    }
}

/* hack IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .login-body {
        display: flex;
        align-items: center;
    }
}

/* button disabled */

button:disabled,
button[disabled],
button[disabled]:hover {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    border: 1px solid #cccccc;
    width: 100%;
}

.globalRegistrationUri {
    display: block;
    margin-top: 20px;
}

.globalRegistrationUri>a {
    color: #3769db;
    text-decoration: none;
    /*font-weight: 400;*/
    letter-spacing: 0.2px;
    line-height: 20px;
}

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

.loginFormContainer {
    width: 50%;
    padding-right: 30px;
}

.loginFormSocialProviders {
    width: 50%;
    padding-left: 30px;
    border-left: 1px solid #d1d1d1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loginFormSocialProviders > ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.loginFormSocialProviders > ul > li {
    margin-bottom: 20px;
}
.zocial {
    width: 100%;
    background: #f5f5f5;
    padding: 5px 10px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    /* color: #000000; */
    font-size: 14px;
    transition: 0.2s;
}

.zocial:hover {
    background: #ededed !important;
    text-decoration: none;
}

.otp-info-wrapper{
    width: 100%;
    border-left: 4px solid #3769db !important
}

.otp-info-container{
    width: 100%;
    border: 1px solid lightgray;
    padding: 10px 10px;
    background: #f4f4f4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    border-left: none;
}

.otp-info-message{
    margin-left: 10px;
}

.otp-info-image{
    color: #3769db;
    height: 20px;
    width: 20px;
}

.margin-t-15i {
    margin-top: 15px !important;
}

.margin-r-20px {
    margin-right: 20px !important;
}

.otpSelectGroup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
    align-items: center;
}

.otpSelectLabelWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.otpSelectLabelWrapper label {
    margin: 0 !important;
}

#saveTOTPBtn {
    color: #ffffff;
    width: 100%;
}

#info-icon {
    margin-right: 10px;
    height: 25px;
    width: 25px;
}

#right-content {
    display: flex;
    align-items: center;
}

#menu1:focus {
    color: #000 !important;
}

.form-options-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.flex-container {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    width: 100%;
}

.label-container {
    margin-right: auto;
}

.password-label {
    margin-bottom: 5px;
}

.custom-button {
    width: 100%;
}

.error-container {
    display: flex;
    align-items: center;
    margin-bottom: -15px;
}

#error-container-update-password {
    display: flex;
    align-items: center;
    margin-bottom: -15px;
}

#error-container-mandatory-fields {
    display: flex;
    align-items: center;
    margin-bottom: -15px;
}

.error-container-forgot-password {
    display: flex;
    align-items: center;
    margin-top: -20px;
}

#error-container-login-reset-password {
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.red-border {
    border: 1px solid #c43535;
}

.error-container-totp-config {
    display: flex;
    align-items: center;
    margin-top: -10px;
    margin-bottom: -20px;
}

#kc-totp-settings-form h2 {
    text-transform: none;
    margin-bottom: 10px;
}

.login-to-otp-step-text {
    color: #adadad;
    margin-top: 5px;
}

.step2-container {
    display: flex;
    align-items: flex-start; /* Align tops */
}

.step2-content {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items to the start */
}

#kc-totp-secret-qr-code {
    align-self: flex-start; /* Align the image with the top of the container */
    max-width: 100%; /* Make the image responsive */
    height: auto; /* Maintain the aspect ratio */
    margin-top: -20px;
}

.button-container {
    text-align: right;
    margin-top: 10px; /* Adjust the margin as needed */
}

.button-container button {
    background-color: #3f6fdc;
    border: 1px solid #3f6fdc;
    color: #ffffff;
    border-radius: 0;
    font-size: 12px;
    padding: 8px 30px;
    float: right;
    width: auto;
}

.icon-validation-update-password {
    width: 20px;
    height: 40px;
    margin-right: 5px;
}

.text-red-update-password {
    color: #c43535;
    margin-top: -18px;
}

.error-container-otp-selection {
    align-items: center;
    margin-top: -10px;
    margin-bottom: 20px;
    display: none;
}

.icon-validation-otp-selection {
    width: 20px;
    margin-right: 5px;
}

.text-error-otp-selection {
    color: #000000;
    margin-top: -18px;
    margin-left: 25px;
}

#try-another-way-otp {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    color: #000000;
    border-radius: 0;
    font-size: 12px;
    padding: 8px 30px;
    margin-top: -5px;
    width: 100%;
}

.otp-instructions {
    display: block;
    text-align: justify;
    margin-bottom: 15px;
}

#login-otp-label {
    /*width: 41px;*/
    color: #000000;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}

#custom-button-update-password {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    color: #000000;
    border-radius: 0;
    font-size: 12px;
    padding: 8px 30px;
    margin-top: 10px;
    width: 100%;
}

ul.inline-list {
    list-style-type: none;
    padding: 0;
    font-weight: bold;
}

ul.inline-list li {
    display: inline-block;
    margin-right: 10px;
}

ul.inline-list li::before {
    content: "•";
    margin-right: 5px;
}

ul.inline-list li#kc-totp-type::before {
    content: "";
    margin-right: 0;
}

#kc-totp-secret-key {
    font-weight: bold;
}

.header-container {
    display: flex;
    align-items: center;
}

.icon-header img {
    width: 25px;
    height: 25px;
}

.error-page {
    border-top: 2px solid red; /* Specify the color for the error page */
}

.info-page {
    border-top: 2px solid blue; /* Specify the color for the info page */
}

#kc-locale ul {
    top: 30px;
    width: auto;
    padding: 0;
    max-height: 360px;
    overflow: hidden auto;
}

#kc-locale-dropdown{
    display: inline-block;
}

/* IE compatibility */
#kc-locale-dropdown a {
    color: #6A6E73;
    color: var(--pf-global--Color--200);
    text-align: right;
    font-size: 14px;
    font-size: var(--pf-global--FontSize--sm);
}

/* IE compatibility */
a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
    margin-left: var(--pf-global--spacer--xs)
}

.nav-tabs.nav-justified > li a:hover {
    background-color: #f4f8ff;
}

.error-container-sms-resend-code {
    display: flex;
    align-items: center;
    margin-top: 10px;
    height: 50px;
}

.resend-otp {
    margin-top: 5px;
}

#jaiAssistantDiv {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200001;
    pointer-events: auto;
}