/* Login ve Register sayfaları için modern stil */

/* Ana Container */
.auth-container {
    min-height: 100vh;
    display: flex;
    /*align-items: center;*/
    /*background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
    padding: 2rem 1rem;
}

/* Kart Stili */
.auth-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.auth-card .card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}

.auth-card .card-header h3 {
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
}

.auth-card .card-body {
    padding: 2rem;
}

/* Form Elemanları */
.auth-form .form-label {
    font-weight: 600;
    color: #555;
    margin-bottom: 0.5rem;
}

.auth-form .form-control {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    border: 1px solid #e1e5eb;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.auth-form .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

.auth-form .input-group .input-group-text {
    background-color: #f8f9fa;
    border: 1px solid #e1e5eb;
    border-radius: 8px 0 0 8px;
    border-right: none;
    padding: 0.75rem 1rem;
}

.auth-form .input-group .form-control {
    border-radius: 0 8px 8px 0;
    border-left: none;
}

/* Butonlar */
.auth-form .btn-primary {
    background-color: #3b82f6;
    border-color: #3b82f6;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    transition: all 0.2s ease;
}

.auth-form .btn-primary:hover, .auth-form .btn-primary:focus {
    background-color: #2563eb;
    border-color: #2563eb;
    box-shadow: 0 4px 8px rgba(37, 99, 235, 0.2);
    transform: translateY(-1px);
}

/* Hatırla beni ve diğer bağlantılar */
.auth-form .form-check-label {
    font-size: 0.9rem;
    color: #666;
}

.auth-links {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.95rem;
}

.auth-links a {
    color: #3b82f6;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.auth-links a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.auth-links .separator {
    color: #ccc;
    margin: 0 8px;
}

/* Sosyal login butonları */
.social-login {
    margin-top: 1.5rem;
    text-align: center;
}

.social-login .or-divider {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    color: #888;
    font-size: 0.9rem;
}

.social-login .or-divider::before,
.social-login .or-divider::after {
    content: "";
    flex: 1;
    border-top: 1px solid #e5e7eb;
}

.social-login .or-divider span {
    padding: 0 1rem;
}

.social-login-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.social-login-buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
    width: 48%;
}

.social-login-buttons .btn i {
    margin-right: 8px;
    font-size: 1.1rem;
}

.social-login-buttons .btn-google {
    background-color: #fff;
    border: 1px solid #e1e5eb;
    color: #555;
}

.social-login-buttons .btn-google:hover {
    background-color: #f8f9fa;
    border-color: #d1d5db;
}

.social-login-buttons .btn-facebook {
    background-color: #1877f2;
    border: 1px solid #1877f2;
    color: #fff;
}

.social-login-buttons .btn-facebook:hover {
    background-color: #0c63d4;
    border-color: #0c63d4;
}

/* Alert stilleri */
.auth-form .alert {
    border-radius: 8px;
    font-size: 0.95rem;
}

/* Responsive ayarlar */
@media (min-width: 576px) {
    .auth-card {
        min-width: 450px;
    }
}

@media (max-width: 575.98px) {
    .auth-card .card-body {
        padding: 1.5rem;
    }
    
    .auth-form .btn-primary {
        padding: 0.6rem 1.25rem;
    }
}

/* Animasyonlar */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.auth-card {
    animation: fadeIn 0.5s ease-out forwards;
}

/* Register sayfası için ek stiller */
.terms-text {
    font-size: 0.85rem;
    color: #666;
}

/* Logo alanı */
.auth-logo {
    text-align: center;
    margin-bottom: 1.5rem;
}

.auth-logo img {
    height: 60px;
    width: auto;
}

/* Sayfa arka plan deseni (opsiyonel) */
.auth-pattern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%233b82f6' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");*/
    z-index: -1;
}

.terms-text a,.auth-links a, .text-primary{
	color:var(--primary-color)!important;
}