/* Start custom CSS for shortcode, class: .elementor-element-21562184 *//* --- Styling voor Ultimate Member Login ID 17953 (Zonder !important) --- */

/* De container */
body .um-17953.um {
    max-width: 420px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}

/* De invulvelden (extra specifiek gemaakt met 'body') */
body .um-17953 .um-form input[type="text"],
body .um-17953 .um-form input[type="password"] {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    height: 48px;
    padding-left: 15px;
    font-size: 15px;
    box-shadow: none;
    transition: all 0.3s ease;
}

/* Focus effect */
body .um-17953 .um-form input[type="text"]:focus,
body .um-17953 .um-form input[type="password"]:focus {
    background-color: #ffffff;
    border-color: #333333;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}

/* Labels */
body .um-17953 .um-field-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

/* De Inlog knop */
body .um-17953 input[type="submit"].um-button {
    background-color: #222222;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 50px;
    transition: background 0.3s ease;
    opacity: 1; /* Zeker weten dat hij zichtbaar is */
}

/* Hover effect op de knop */
body .um-17953 input[type="submit"].um-button:hover {
    background-color: #444444;
    transform: translateY(-1px);
}

/* Links (Wachtwoord vergeten etc.) */
body .um-17953 .um-col-alt a {
    color: #666666;
    text-decoration: none;
}

body .um-17953 .um-col-alt a:hover {
    color: #000000;
    text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-1396dc35 *//* --- Styling voor Ultimate Member Login ID 17953 --- */

/* De container van het formulier (de kaart) */
.um-17953.um {
    max-width: 420px;       /* Niet te breed maken */
    margin: 0 auto;         /* Netjes centreren */
    padding: 40px;          /* Ruimte binnenin */
    background: #ffffff;    /* Witte achtergrond */
    border-radius: 12px;    /* Mooie afgeronde hoeken */
    box-shadow: 0 10px 30px rgba(0,0,0,0.08); /* Zachte, luxe schaduw */
    border: 1px solid #f0f0f0; /* Subtiele rand */
}

/* De invulvelden */
.um-17953 .um-form input[type=text],
.um-17953 .um-form input[type=password] {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important; /* Iets ronder */
    height: 48px !important;       /* Iets hoger voor moderne look */
    padding-left: 15px !important;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Focus effect (als je in het veld klikt) */
.um-17953 .um-form input[type=text]:focus,
.um-17953 .um-form input[type=password]:focus {
    background-color: #ffffff;
    border-color: #333333 !important; /* Kleur van de rand bij klikken */
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05) !important;
}

/* Labels (Gebruikersnaam / Wachtwoord tekst) */
.um-17953 .um-field-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

/* De Inlog knop */
.um-17953 input[type=submit].um-button {
    background-color: #222222 !important; /* Je hoofdkleur hier invullen */
    color: #ffffff !important;
    border-radius: 8px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 50px !important;
    transition: background 0.3s ease !important;
}

/* Hover effect op de knop */
.um-17953 input[type=submit].um-button:hover {
    background-color: #444444 !important; /* Iets lichter bij eroverheen gaan */
    transform: translateY(-1px); /* Klein sprongetje omhoog */
}

/* Links (Wachtwoord vergeten / Registreren) */
.um-17953 .um-col-alt a {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
}

.um-17953 .um-col-alt a:hover {
    color: #000000;
    text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS *//* --- Styling voor Ultimate Member Login ID 17953 (Zonder !important) --- */

/* De container */
body .um-17953.um {
    max-width: 420px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}

/* De invulvelden (extra specifiek gemaakt met 'body') */
body .um-17953 .um-form input[type="text"],
body .um-17953 .um-form input[type="password"] {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    height: 48px;
    padding-left: 15px;
    font-size: 15px;
    box-shadow: none;
    transition: all 0.3s ease;
}

/* Focus effect */
body .um-17953 .um-form input[type="text"]:focus,
body .um-17953 .um-form input[type="password"]:focus {
    background-color: #ffffff;
    border-color: #333333;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}

/* Labels */
body .um-17953 .um-field-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

/* De Inlog knop */
body .um-17953 input[type="submit"].um-button {
    background-color: #222222;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 50px;
    transition: background 0.3s ease;
    opacity: 1; /* Zeker weten dat hij zichtbaar is */
}

/* Hover effect op de knop */
body .um-17953 input[type="submit"].um-button:hover {
    background-color: #444444;
    transform: translateY(-1px);
}

/* Links (Wachtwoord vergeten etc.) */
body .um-17953 .um-col-alt a {
    color: #666666;
    text-decoration: none;
}

body .um-17953 .um-col-alt a:hover {
    color: #000000;
    text-decoration: underline;
}/* End custom CSS */