/* NEW LOGIN CSS*/

.loginbox {
    margin-top: 50%;
    padding: 10px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.title-loginbox {
    text-transform: uppercase;
    color: #FFFFFF;
}

.logo {
    width: 100px;
    height: 55px;
    margin-left: 10%;
}

@media (max-width: 767px) {
    .loginbox {
        margin-top: 10%;
    }
}

.loginbox_content {
    background: white;
    color: black;
    padding: 20px;
    border-radius: 10px;
    min-height: 290px;
    width: 450px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
}

#form_login {
    padding: 5% 10% 0 10%;
}

.singtext {
    font-family: "Open Sans", sans-serif;
    font-size: 27px;
    color: #82C226;
    float: right;
    padding-right: 25%;
}

.submit-btn {
    float: right;
    margin-right: 23%;
}

.forgotpassword {
    padding-left: 5px;
}

@media (max-width: 800px) {
    .submit-btn {
        margin-right: 23%;
    }

}

#loginCarousel {
    position: fixed;
    z-index: 0;
}

.carousel,
.carousel-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-fade .carousel-inner .item {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.content-wrapper {
    position: absolute;
    z-index: 1 !important;
    min-width: 100%;
    min-height: 100%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel {
    z-index: -99;
}

.item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

i.flag-icon {
    position: relative;
    left: -22px;
    top: 0px;
    margin-right: -12px;
}
#language-selector {
    padding: 0;
    font-size: inherit;
    text-transform: none;
}
.active{
    background-color: #d3d4d6;
}

#mobileErrorMessage{
    display: none;
}

.logo-head-login{
    margin:auto;
}

.powered-by-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 20px;  /* Augmenté pour créer plus d'espace */
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;       /* Assure que la div prend toute la largeur */
    clear: both;       /* Force le placement sous les éléments flottants */
}

.powered-text {
    font-size: 0.65rem;
    color: #666;
    font-weight: 400;
}

.powered-logo {
    height: 12px;
    width: auto;
}
