


/* Custom WordPress Login */

body.login {
    direction: rtl;
    background: linear-gradient(135deg, #eef4fb 0%, #ffffff 45%, #dfeaf7 100%);
    min-height: 100vh;
    font-family: Tahoma, Arial, sans-serif;
}



body.login::before {
    content: "";
    display: block;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 220px;
    height: 90px;
    position: fixed;
    top: 35px;
    right: 50px;
}

#login {
    width: 420px;
    padding-top: 90px;
}

.login h1 a {
    background-image: none !important;
    width: auto !important;
    height: auto !important;
    text-indent: 0 !important;
    overflow: visible !important;
    font-size: 0;
   
}



.login h1 a::before {
    content: "ورود به بانک‌پدیا";
    display: block;
    color: #0b4f9c;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
   
}

.login form {
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(11,79,156,0.12);
    border-radius: 22px;
    padding: 35px 32px;
    box-shadow: 0 20px 60px rgba(11,79,156,0.14);
}

.login label[for="user_login"] {
    font-size: 0;
}

.login label[for="user_login"]::before {
    content: "نام کاربری";
    font-size: 14px;
    font-weight: bold;
    color: #1f2a44;
}
.login label[for="user_pass"] {
    font-size: 0;
}

.login label[for="user_pass"]::before {
    content: "رمز عبور";
    font-size: 14px;
    font-weight: bold;
    color: #1f2a44;
}
.login .forgetmenot label {
    font-size: 0;
}

.login .forgetmenot label::before {
    content: "مرا به خاطر بسپار";
    font-size: 14px;
    font-weight: 600;
    color: #1f2a44;
}

.wp-login-lost-password {
    font-size: 0;
}

.wp-login-lost-password::before {
    content: "رمز عبور خود را فراموش کرده‌اید؟";
    font-size: 14px;
    color: #0b4f9c;
}

#backtoblog a::after{

    content: "طراحی و توسعه : علی اسماعیلی";
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #888;
}
.login input[type="text"],
.login input[type="password"] {
    border: 1px solid #d8e1ec;
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 16px;
    background: #f8fbff;
    box-shadow: none;
}

.login input[type="text"]:focus,
.login input[type="password"]:focus {
    border-color: #0b4f9c;
    box-shadow: 0 0 0 3px rgba(11,79,156,0.12);
}

.wp-core-ui .button-primary {
    width: 100%;
    height: 44px;
    margin-top: 15px;
    border-radius: 12px;
    background: #0b4f9c !important;
    border-color: #0b4f9c !important;
    font-size: 15px;
    font-weight: 700;
}

.wp-core-ui .button-primary:hover {
    background: #083b75 !important;
}

.login #nav,
.login #backtoblog {
    text-align: center;
}

.login #nav a,
.login #backtoblog a {
    color: #0b4f9c !important;
    text-decoration: none;
}

.language-switcher {
    display: none;
}
