body {
    background-color: #f8f9fa;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.auth-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 15px;
}

.logo-area {
    text-align: center;
    margin-bottom: 20px;
}

.logo-area img {
    width: 130px;
    height: auto;
}