﻿body {
    font-family: Vazirmatn, sans-serif;
    background: #080812;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-box {
    background: rgba(18,18,30,0.85);
    padding: 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 360px;
    text-align: center;
}

input {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #d4af37;
    background: transparent;
    color: white;
    font-size: 1rem;
}

button {
    width: 100%;
    padding: 14px;
    background: #d4af37;
    color: #080812;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}

.hint {
    margin-top: 15px;
    color: #d4af37;
    font-size: 0.9rem;
}
