.elementor-24 .elementor-element.elementor-element-c17aa7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-d6fdf6d *//* Elimina toda la sección de enlaces inferiores (Registrar y Contraseña olvidada) */
.gf_login_links {
    display: none !important;
}

/* 1. Quitar el título "Formulario de inicio de sesión" */
.gform_heading {
    display: none !important;
}

/* 2. Contenedor principal con el Logo */
#gform_wrapper_0 {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

/* 3. Agregar tu LOGO arriba */
#gform_wrapper_0::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url('http://gestion-eventos-at.eventmaster.mx/wp-content/uploads/2026/04/LOGO_AT_2025_H.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}

/* 4. "Bienvenidos" con MOVIMIENTO (arriba de los campos) */
#gform_0::before {
    content: "¡Bienvenidos!";
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #3b3b58;
    margin-bottom: 25px;
    animation: bounce 2s ease-in-out infinite; /* Movimiento de brinco suave */
}

/* Animación de movimiento */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* 5. Ajuste de los campos y el botón */
.gfield_label {
    text-align: left;
    display: block;
}

#gform_wrapper_0 input[type="submit"] {
    width: 100%;
    background: linear-gradient(90deg, #6c32ff 0%, #d8327d 100%) !important;
    border-radius: 50px !important;
    padding: 16px !important;
    font-size: 18px !important;
    border: none !important;
    margin-top: 10px;
}/* End custom CSS */