﻿.auth-card {
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.08);
}

.auth-left {
    min-height: 360px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
}

.auth-placeholder {
    width: 180px;
    height: 180px;
    border: 2px dashed #c7cdd4;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #98a2ad;
    background-color: rgba(255, 255, 255, 0.65);
    font-size: 4rem;
}

.auth-right {
    padding: 2rem;
}

.auth-title-icon {
    margin-right: .5rem;
}

.auth-input-icon {
    width: 42px;
    justify-content: center;
}

.auth-actions {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}

.auth-note {
    font-size: .95rem;
    color: #6c757d;
}

.uyelik-desc {
    margin: 0 0 16px 0;
    font-size: 14px;
    opacity: .85;
    max-width: 100%;
    line-height: 1.55;
    white-space: normal;
}