/* registro */

#customreg {
    max-width: 680px;
    border-radius: 18px;
    padding: 30px;
}

#customreg h2 {
    text-transform: uppercase;
    font-size: 24px;
}

#idDivErrPwd {
    margin-left: 10px;
    width: 50%;
    display: inline-block;
    background: white;
    opacity: 100;
    padding: 5px;
}
#idDivErrPwd .valid:before {
    position: relative;
    left: -5px;
    content: "✔";
}
#idDivErrPwd .invalid:before {
    position: relative;
    left: -5px;
    content: "x";
}

/* recupero */

#customRec {
    width: 340px;
    padding: 20px;
    border-radius: 18px;
    text-align: center;
}

/* login */

#customlogin {
    width: 340px;
    border-radius: 18px;
    padding: 30px;
}
#customlogin.et_pb_section_0_tb_footer, .et_pb_section_1_tb_footer {
    width: 400px;
    text-align: center;
}
#customlogin .et_pb_text_inner {
    padding: 20px;
}

#customlogin.et_pb_section.et_pb_section_1_tb_footer.popup.et_section_regular.with-close.close-alt.dark.single.is-open {
    background-image: none !important;
}
#popup-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Fondo oscuro semitransparente */
    z-index: 1060;
    display: none; /* Se oculta inicialmente */
}
#forgot-password-modal {
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white; /* Fondo blanco para el popup */
    padding: 1.25em; /* Espaciado interno */
    border-radius: 10px; /* Bordes redondeados */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Sombra para darle profundidad */
    z-index: 1061;
    /* Ajusta el ancho y el alto según tus necesidades */
    width: 32em; /* Ancho del popup */
    /* Agrega cualquier otro estilo que necesites */
}