/* Utilisation de la police Poppins */
body {
    font-family: 'Poppins', sans-serif !important;
    text-align: left;
}

.container-fluid {
    height: 100vh;
    display: flex;
    padding: 0;
}

.control-label{
    padding: 0  !important;
    text-align: left;
}

#message {
    min-height: 40px;
}

.login_left {
    background-color: #F8A403; /* Fond orange */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    min-height: 560px;
    font-size: 15px;
}

.login-container {
    width: 100%;
    max-width: 350px;
}

.login_left h1 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 1.5rem;
    color: white;
    margin-bottom: 100px;
}

.login-form input {
    margin-bottom: 1rem;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: 50px !important;
}

.login-form input:focus {
    outline: none;
    border-color: #39DEFC;
}

.forgot-password {
    display: block;
    text-align: right;
    margin-bottom: 1rem;
    margin-top: 11px;
}

a {
    color: #5A1647 !important;   
    text-decoration: none !important;
}

a:hover {
    color: #5A1647A3  !important;   
}

.btn {
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    padding: 8px 35px !important;
}

.w-100 {
    width: 100% !important;
    display: flex;
}

.ml-3, .mx-3 {
margin-left: 1rem !important;
}

.line {
    height: 2px;
    background-color: #5A1647;
    margin-top: 20px;
    margin-bottom: 20px;
  }


.btn-login {
    color: white !important;
    padding: 8px 35px;
    font-size: 18px;
    background: #000;
    border: 1px solid #000;
}

.btn-login:hover {
    opacity: 0.7;
}

.login_right {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container {
    padding: 2rem;
}

.login_right {
    background-color: white;
    display: flex;
    justify-content: center; 
    align-items: center;    
    height: 100vh;     
}

.image-container {
    padding: 2rem; 
    width: 70%;  
}

.modern-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* Responsiveness */
@media (max-width: 992px) {
    .login_rights {
        display: none !important;
    }
}

