.elementor-2020 .elementor-element.elementor-element-1a49166f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS */body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.page-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url('https://pro.arcticfoxhaircolor.com/wp-content/uploads/2025/02/AF_Sept-27-2024_-1-1577-scaled.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    
    > div {
    max-width: 500px;
    min-width: 370px;
    
    @media (min-width: 520px) {
        min-width: 500px;
    
        }
    }
}

.page-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}

.wpum-template.wpum-login-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
    position: relative;
}

.wpum-template.wpum-login-form::before {
    content: "";
    background-image: url('https://pro.arcticfoxhaircolor.com/wp-content/uploads/2025/01/Arctic_Fox_Logo_blk_Web_200x60@2x.avif');
    display: block;
    text-align: center;
    margin-bottom: 20px;
    width: 200px;
    height: 80px;
    justify-self: center;
    background-repeat: no-repeat;
    background-size: contain;
    
}

.wpum-template.wpum-login-form label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
    display: block;
}

.wpum-template.wpum-login-form input[type="text"],
.wpum-template.wpum-login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.wpum-template.wpum-login-form input[type="submit"] {
    width: 100%;
    background-color: #ff5a89;
    color: #ffffff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 0;
}

.wpum-template.wpum-login-form input[type="submit"]:hover {
    background-color: #e14c76;
}

.wpum-action-links {
    text-align: center;
    margin-top: 0;
    padding: 10px;
    background-color: rgba(240,240,240,1);
    border-radius: 0 0 10px 10px;
    position: relative;
    top: -10px;
    z-index: 999;
    background-color: white;
    
}

.wpum-action-links li {
    list-style: none;
    margin-bottom: 10px;
    color: black;
}

.wpum-action-links a {
    color: #007bff;
    text-decoration: none;
}

.wpum-action-links a:hover {
    text-decoration: underline;
}

.fieldset-remember {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.fieldset-remember input[type="checkbox"] {
    margin-right: 10px;
}

.wpum-required {
    color: #ff5a89;
}

input:focus {
    outline: none;
    border-color: #ff5a89;
    box-shadow: 0 0 5px rgba(255,90,137,0.5);
}

.elementor-location-header {
    display: none!important;
}

.elementor-location-footer {
    display: none!important;
}/* End custom CSS */