.hero-section {
    background: url('../images/auth-hero.png') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    color: white;
}
.hero-section h1 {
    font-size: 3rem;
}
.form-section {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 60%;
}

@media (max-width: 768px) {
    .login-add-on a, .login-add-on label {
        font-size: 13px;
    }
    .login-add-on a {
        margin-top: -5px;
    }
}