/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2025 | 09:20:20 */
span.edad-jugador {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}

.wpuf-login-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.wpuf-login-form label {
    font-weight: 600;
    color: #333;
}

.wpuf-login-form input[type="text"],
.wpuf-login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.wpuf-login-form input[type="submit"] {
    background: #0073aa;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.wpuf-login-form input[type="submit"]:hover {
    background: #005177;
}

.wpuf-login-form a {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #0073aa;
    text-decoration: none;
}

.wpuf-login-form a:hover {
    text-decoration: underline;
}

