/* assets/css/login.css */

.qa-login-body {
    background-color: #f4f6f9;
    display: flex;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.qa-login-card {
    max-width: 400px;
    width: 100%;
    margin: auto;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: #ffffff;
}

.qa-login-logo {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e50;
}

.qa-login-subtitle {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #6c757d;
    margin-top: 5px;
}