.login-section {
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login-section form {
    max-width: 480px;
    margin: 0 auto;
}

.carousel-section {
    background-color: #000;
    color: #fff;
    height: 100vh;
}

.logo {
    width: 120px;
    margin-bottom: 20px;
}

.forgot-link {
    text-align: right;
    margin-top: 10px;
}