.absui-login-page {
    background-image: url(/images/background/std-52a88dfceade9c10c5fc4604f90dce04.jpg?v=1);
    background-repeat: no-repeat;
}

.connector-portal {
    background-image: url(/images/background/std-52a88dfceade9c10c5fc4604f90dce04.jpg?v=1);
    background-repeat: no-repeat;
}

.box-logo {
    background: url("/images/logo-199e7a981513bd924b9a759dc7004f40.png") no-repeat center top;
    height: 24px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}

.presentation-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 2px;
}

.cas-info-box {
    background: none;
}

.cas-info-box .col-md-12, .cas-info-box .col-md-4 {
    margin-top: 50px;
}

.cas-align-center {
    text-align: center;
}

.absui-login-panel__remember {
    display: flex;
    justify-content: space-between;
}

.absui-login-panel__footer {
    height: 47px;
}

.cas-message-icon {
    font-size: 79px;
    color: #1395d3;
}

.hidden, #list-providers {
    display: none;
}

@media (min-width: 1600px) {
    .absui-container-box {
        max-width: 1175px;
    }
}

#cas-cookie-msg p {
    margin: 10px 0;
}

.cas-float-right {
    float: right;
}

.cas-pswd-policy-msg {
    padding: 10px 0;
}

#cas-login-btn-msg {
    width: auto;
}

/** ---progressb-bar */
progress {
    vertical-align: baseline;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 9px;
    width: 100%;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0087e0;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

/*.progress-bar-striped {*/
/*    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);*/
/*    background-size: 1rem 1rem;*/
/*}*/

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

#password-strength-progress, #password-strength-notes{
    margin-top: 6px;
}

.mw-20{
    max-width: 20% !important;
}

.absui-login-panel__form .absui-control-checkboxes{
    padding-top: 0;
}

.absui-login-panel__form .absui-control-remember-me {
    width: 50%;
    float: right;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right;
    border: 0;
    height: auto;
}

#providers-or-box {
    position: relative;
    width: 100%;
    text-align: center;
}
.card-text #providers-or-box{
    display:none;
}

#providers-or-box > hr {
    position: relative;
    border-top: 1px solid grey;
    bottom: -9px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    height: 1px;
    margin: 0px;

}


#providers-or-box > span {
    background: white;
    position: relative;
    padding: 10px;
}

.discovery-intro{
    margin-bottom: 20px;
}

#cas-old-browser-msg {
    margin-top: 5px;
}

.caps-check:not(.caps-on) .caps-warn, .caps-check:not(.caps-on)+.caps-warn {
    display: none;
}

.margin5px0{
    margin: 5px 0!important;
}

.d-flex{
    display: flex;
}

.flex-column{
    flex-direction: column;
}

.align-items-center{
    align-items: center;
}

.absui-login-panel__lang{
    display: none;
}

.absui-login-panel__btn {
    justify-content: center;
}

.mdc-dialog {
    z-index: 1000;
}

.cas-logout-step .cas-message-icon { font-size: 48px;  color: #4c4c4c;    margin: 20px 0;}

.absui-login-panel .absui-form-control:read-only{
    background: #e5e5e5;
    pointer-events: none;
}

#provider-carrefour {
    display: none;
}
