body {
    background: #0f172a;
    font-family: 'Tajawal', sans-serif;
}

.csc-login-wrapper {
    min-height: 100vh;
    background: linear-gradient(135deg, #020617, #0f172a);
    display: flex;
    justify-content: center;
    align-items: center;
}

.csc-login-box {
    background: #020617;
    padding: 40px;
    width: 100%;
    max-width: 420px;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,.6);
    text-align: center;
}

.csc-logo {
    max-width: 140px;
    margin-bottom: 20px;
}

.csc-login-box h2 {
    color: #e5e7eb;
    margin-bottom: 25px;
}

.csc-login-box input {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
    background: #0f172a;
    color: #fff;
    font-size: 15px;
}

.csc-login-box input::placeholder {
    color: #9ca3af;
}

.csc-login-box button {
    width: 100%;
    padding: 14px;
    background: #d7b304;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
    font-family: 'tajawal';
}

.csc-login-box button:hover {
    background: #1d4ed8;
}

.csc-error {
    background: #7f1d1d;
    color: #fecaca;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}

h1.wp-block-post-title {
    color: white;
    text-align: center;
}
input[type="text"] {
    font-family: 'Tajawal';
}

input[type="password"]{
    font-family: 'Tajawal';
}
