/* Additional authentication styles */
.auth-form .form-group {
    margin-bottom: 1.5rem;
}

.auth-form .form-text {
    font-size: 0.85rem;
}

.auth-form .btn-block {
    width: 100%;
}

.auth-alternative {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.auth-links {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    font-size: 0.9rem;
}

.auth-terms {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 1.5rem;
    text-align: center;
}

.ago-login-logo-shell {
    width: 96px;
    height: 96px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.12);
}

.ago-login-logo {
    max-width: 72px;
    max-height: 72px;
    object-fit: contain;
    display: block;
}

/* OAuth/Social buttons */
.btn-oauth {
    border: 1px solid #dee2e6;
    background: white;
    color: #495057;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s;
}

.btn-oauth:hover {
    background-color: #f8f9fa;
    border-color: #adb5bd;
}

.btn-oauth i {
    margin-right: 8px;
}