/* =============================================================================
Theme Name: Phlox Pro
Theme URI: https://www.persianscript.ir/
Author: پرشین اسکریپت
Author URI: https://www.persianscript.ir/
Description: Phlox is a modern, lightweight and customizable theme perfect for almost any type of website including, blog, portfolio, agency, startup, new & magazine, restaurant, travel, and photography as well as WooCommerce storefront. What makes the Phlox unbeatable is being fast, truly responsive, translation ready, RTL layout, built with SEO in mind, professional portfolio features, professional news and magazine features, 45 exclusive widgets and elements, WooCommerce Ready, WPML ready, 100% GDPR compliance, reliable with regular updates, and also integrated with Elementor and Visual Composer page builders.
Version: 5.17.6
Tested up to: 6.7.1
Requires at least: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-colors, editor-style, featured-images, featured-image-header, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, translation-ready, blog, e-commerce, portfolio, threaded-comments, custom-logo
Text Domain: phlox-pro
==============================================================================*/
.aux-container {
  display: none !important;
}


/* حذف انتخاب زبان */
.language-switcher {
    display: none !important;
}

/* کل پس‌زمینه صفحه ورود */
body.login {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)), 
                url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1350&q=80') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* جعبه فرم ورود */
#login {
    width: 400px;
    padding: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}

/* عناوین */
#login h1 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

/* فرم ها */
#loginform {
    display: flex;
    flex-direction: column;
}

#loginform label {
    color: #eee;
    font-weight: 600;
    margin-bottom: 6px;
}

#loginform input[type="text"],
#loginform input[type="password"] {
    background: rgba(255, 255, 255, 0.25);
    border: none;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    outline: none;
    transition: background 0.3s ease;
}

#loginform input[type="text"]:focus,
#loginform input[type="password"]:focus {
    background: rgba(255, 255, 255, 0.4);
}

/* دکمه ورود */
#loginform input[type="submit"] {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    padding: 14px;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background 0.3s ease;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

#loginform input[type="submit"]:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* لینک های پایین صفحه */
#nav,
#backtoblog {
    text-align: center;
    margin-top: 25px;
}

#nav a,
#backtoblog a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

#nav a:hover,
#backtoblog a:hover {
    color: #fff;
}

/* برای راست‌چین (rtl) اگر لازم بود */
/*
body.login.rtl #login {
    direction: rtl;
}
*/


