body.login {
    background: url(../img/cernes-o50.jpg) bottom center no-repeat #fff;
}

/* Login Form Container */
/*#login {*/
    /*padding: 8% 0 0;*/
/*}*/

/* Form Styling */
.login form {
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 30px;
}

/* Logo Styling */
.login h1 a {
    background-image: url('../img/logoFB-GRAND-EST-250.png') !important;
    background-size: contain;
    width: 100%;
    margin-bottom: 20px;
}

/* Input Fields */
.login input[type="text"],
.login input[type="password"],
.login input[type="email"],
.select2-container .select2-selection {
    border: 2px solid #e0e0e0 !important;
    border-radius: 0 !important;
    padding: 12px !important;
    font-size: 15px !important;
    transition: all 0.3s ease;
}

.select2-container .select2-selection {
    min-height: 50px;
}

.select2-selection__rendered {
    padding-left: 0 !important;
}

.select2-selection__arrow {
    height: 100% !important;
}

.login input[type="text"]:focus,
.login input[type="password"]:focus,
.login input[type="email"]:focus {
    border-color: #a2c617;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

/* Labels */
.login label, .acf-label label {
    color: #333;
    font-weight: 500 !important;
    font-size: 14px;
}

/* Submit Button */
.login .button-primary {
    background: #a2c617;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    font-size: 16px;
    text-shadow: none;
    box-shadow: 0 4px 15px rgba(162, 198, 23, 0.4);
    width: 100%;
    height: auto;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.login .button-primary:hover {
    background: #a2c617;
    opacity: 0.8;
}

.login .button.wp-hide-pw .dashicons {
    filter: grayscale(100%);
}

/* Links */
.login #nav,
.login #backtoblog {
    text-align: center;
}

.login #nav a,
.login #backtoblog a {

}

.login #nav a:hover,
.login #backtoblog a:hover {
    color: #000;
}

/* Remember Me Checkbox */
.login .forgetmenot label {
    color: #666;
}

/* Messages */
.login .message,
.login .success {
    border-left: 4px solid #46b450;
    background: #f0f9f0;
    border-radius: 0;
    padding: 12px;
}

.login #login_error {
    border-left: 4px solid #dc3232;
    background: #fef0f0;
    border-radius: 0;
    padding: 12px;
}

/* Privacy Policy Link */
.login .privacy-policy-page-link {
    text-align: center;
    margin-top: 15px;
}

.login .privacy-policy-page-link a {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/*
 * Register form
 */
.login #registerform {
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.login #registerform h2 {
    display: none;
}

.login #registerform .g-recaptcha-wrap {
    overflow: hidden;
}

.notice-info.register {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

/*
 * Lost password form
 */
.login-action-lostpassword .notice-info {
    background: transparent;
    border: none;
    box-shadow: none;
}
/*# sourceMappingURL=login-style.css.map */