body.login {
    background-image: url('https://illuminations-services.com/wp-content/uploads/2024/07/Showroom-2023.jpg');
    background-size: cover;
}

#login {
    width: 320px;
    padding: 5% 0 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #00000078;
    padding: 5% 20%;
    box-sizing: border-box;
}

body.login h1 a {
    display: none;
}

body.login h1::after {
    display: block;
    content: '';
    width: 200px;
    height: 80px;
    background-image: url('https://illuminations-services.com/wp-content/uploads/2025/01/logo-horizontal-blanc.svg');
    background-size: contain;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.notice.notice-info.message.register {
    display: none;
}

.login label {
    line-height: 1.5;
    display: block;
    margin-bottom: 5px;
    color: #131324;
    font-weight: 500;
    font-size: 16px;
    font-family: "area-normal", sans-serif;
}

.login form .input,
.login form input[type="checkbox"],
.login input[type="text"] {
    background: #fff;
    border: solid 2px rgba(0, 0, 0, 0.105);
    font-size: 14px;
}

.login form {
    margin: 24px 0;
    padding: 26px 24px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 20px;
}

.login #wp-submit {
    background-color: transparent;
    border-radius: 50px;
    padding: 3px 40px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #4a49ec;
    border: solid 1px #4a49ec;
    font-size: 15px;
}

.login #wp-submit:hover {
    background-color: #4a49ec;
    color:white;
}

.login h2 {
    display: none;
}

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

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

.login .privacy-policy-page-link a {
    color: #4a49ec;
}

.acf-field-69c65d18a08f5 .acf-label {
display: none;
}