﻿body {
    background: linear-gradient(135deg, #eef2f7, #cfd9df);
    font-family: system-ui;
}

/* MAX GENİŞLİK */
.forgot-container {
    width: 100%;
    max-width: 350px;
}






/* WRAPPER */
.forgot-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;
    font-weight: 500;
    opacity: 0.75;
}

/* FORM */
.form-control {
    border-radius: 10px;
}

/* BUTTON */
.back-home-btn {
    border-radius: 10px;
}

/* KVKK */
.kvkk {
    font-size: 0.75rem;
    opacity: 0.65;
}

    .kvkk a {
        text-decoration: none;
        font-weight: 500;
    }

        .kvkk a:hover {
            text-decoration: underline;
        }

.forgot-btn {
    font-size: 14px;
}
