﻿body {
    background: linear-gradient(135deg, #eef2f7, #cfd9df);
    font-family: system-ui;
}

/* MAX GENİŞLİK */
.register-container {
    width: 100%;
    max-width: 350px;
}




/* WRAPPER */
.register-wrapper {
    background: rgba(255,255,255,0.97);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 25px 60px rgba(0,0,0,.25);
}

/* LOGO */
.logo-semac {
    font-family: 'Audiowide', cursive !important;
    font-size: 3.7rem !important;
    letter-spacing: 4px;
    color: #c00000;
    font-style: italic;
    -webkit-text-stroke: 5px #c00000;
}

.logo-slogan {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    opacity: 0.75;
}

/* INPUT */
.form-control {
    border-radius: 10px;
}

/* PASSWORD EYE */
.toggle-password-btn {
    top: 50%;
    transform: translateY(-50%);
}

/* BUTTON */
.back-home-btn {
    border-radius: 10px;
}

/* PASSWORD STRENGTH */
.password-strength {
    height: 6px;
}

/* KVKK */
.kvkk {
    font-size: 0.75rem;
    opacity: 0.65;
}

    .kvkk a {
        text-decoration: none;
        font-weight: 500;
    }

        .kvkk a:hover {
            text-decoration: underline;
        }



.register-btn {
    font-size: 14px;
}


















/*body {
    background: linear-gradient(135deg, #eef2f7, #cfd9df);
    font-family: system-ui;
}*/

/* WRAPPER */
/*.login-wrapper {
    background: rgba(255,255,255,0.97);
    border-radius: 26px;
    padding: 2rem;
    box-shadow: 0 25px 60px rgba(0,0,0,.25);
}*/

/* LOGO */
/*.logo-semac {
    font-family: 'Audiowide', cursive !important;
    font-size: 4.8rem !important;
    letter-spacing: 4px;
    color: #c00000;
    font-style: italic;
}

.logo-slogan {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0.75;
}*/

/* FORM */
/*.form-control {
    border-radius: 10px;
}*/

/* PASSWORD BUTTON */
/*.toggle-password-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}*/

/* BUTTONS */
/*.back-home-btn {
    border-radius: 10px;
}*/

/* PASSWORD STRENGTH */
/*.password-strength {
    height: 6px;
    border-radius: 6px;
}*/

/* KVKK */
/*.kvkk {
    font-size: 0.75rem;
    opacity: 0.65;
}

    .kvkk a {
        text-decoration: none;
        font-weight: 500;
    }

        .kvkk a:hover {
            text-decoration: underline;
        }*/

























/*body {
    background: linear-gradient(135deg, #e0eafc, #cfdef3);
    font-family: system-ui;
}*/

    /* DARK MODE */
    /*body.dark-mode {
        background: linear-gradient(135deg, #1f1f1f, #121212);
        color: #fff;
    }

.login-wrapper {
    background: rgba(255,255,255,0.95);
    border-radius: 26px;
    padding: 2rem;
    box-shadow: 0 25px 60px rgba(0,0,0,.3);
}

.dark-mode .login-wrapper {
    background: #1e1e1e;
}*/

/* LOGO */
/*.logo {
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: 2px;
}

.slogan {
    font-size: .9rem;
    opacity: .7;
}*/

/* CARD */
/*.login-card {
    background: transparent;
}*/

/* INPUT */
/*.form-control {
    border-radius: 10px;
}*/

/* BUTTON */
/*.back-home-btn {
    border-radius: 10px;
}*/

/* DARK INPUT */
/*.dark-mode .form-control {
    background: #2c2c2c;
    color: #fff;
    border-color: #444;
}*/




















/*body {
    background: linear-gradient(135deg, #eef2f7, #cfd9df);
}*/

/* 🔳 DIŞ ÇERÇEVE */
/*.login-wrapper {
    border: 2px solid #dee2e6;
    border-radius: 22px;
    padding: 10px;
    background: rgba(255,255,255,0.6);
}*/

/* İÇ KART */
/*.login-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}*/

/* Inputlar */
/*.form-control {
    border-radius: 10px;
}*/

/* Login butonu */
/*#login-submit {
    border-radius: 10px;
}*/

/* Şifre ikonu */
/*#togglePasswordBtn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}*/

/* Linkler */
/*.login-links a {
    font-size: 0.9rem;
    text-decoration: none;
}

    .login-links a:hover {
        text-decoration: underline;
    }*/

/* Mobil */
/*@media (max-width: 768px) {
    .login-card {
        padding: 1.5rem;
    }
}*/
















































/*body {
    background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
}

.login-card {
    background: #fff;
    border-radius: 14px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,.1);
}

    .login-card h2 {
        font-size: 1.1rem;
        font-weight: 600;
    }

.form-control {
    border-radius: 10px;
}

#login-submit {
    border-radius: 10px;
}

#togglePasswordBtn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.login-links a {
    text-decoration: none;
    font-size: 0.9rem;
}

    .login-links a:hover {
        text-decoration: underline;
    }

.external-login button {
    border-radius: 10px;
}

@media (max-width: 768px) {
    .login-card {
        padding: 1.5rem;
    }
}
*/