.login-container {
    display: flex;
    width: 90%;
    max-width: 800px;
    height: 400px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    min-height: 450px; 
    overflow: hidden;
}
.image-section {
    flex: 1;
    background: url('../images/DART.png') no-repeat center center;
    background-size: cover;
}
.form-section {
    flex: 1;
    padding: 2rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
html, body {
  overflow-y: scroll; /* Siempre muestra el scroll vertical */
}
