/* AIF Self-Service Review - Login Page Styles */

body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 3rem;
    max-width: 450px;
    width: 100%;
}

.logo-section {
    text-align: center;
    margin-bottom: 2rem;
}

.logo-icon {
    font-size: 4rem;
    color: #667eea;
    margin-bottom: 1rem;
}

.app-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.app-subtitle {
    color: #666;
    font-size: 0.95rem;
}

.signin-section {
    margin-top: 2rem;
    text-align: center;
}

.google-btn-wrapper {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.domain-info {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 2rem;
    font-size: 0.85rem;
    color: #666;
}

.domain-info i {
    color: #667eea;
    margin-right: 0.5rem;
}

.alert {
    border-radius: 10px;
    margin-bottom: 1.5rem;
}
