.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.login-card {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.login-header {
    text-align: center;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
}

.login-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}

.input-custom {
    height: 45px;
    border-radius: 8px;
}

.btn-login {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    font-weight: 500;
    margin-top: 10px;
}

.register-link {
    text-align: center;
    margin-top: 15px;
}