/* 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;
}

.register_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;
}

.register-container {
    width: 100%;
    max-width: 350px;
}

.register_left h1 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 1.5rem;
    color: white;
    margin-bottom: 100px;
}

.register-form input {
    margin-bottom: 1rem;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: 50px !important;
}

.register-form input:focus {
    outline: none;
    border-color: #39DEFC;
}

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-register {
    color: white !important;
    padding: 8px 35px;
    font-size: 18px;
    background: #000;
    border: 1px solid #000;
}

.btn-register:hover {
    opacity: 0.7;
}

.register_right {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container {
    padding: 2rem;
}

.register_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;
}