.elementor-3721 .elementor-element.elementor-element-ef7d2de{--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;}.elementor-3721 .elementor-element.elementor-element-bc1f819 > .elementor-widget-container{margin:0px 150px 0px 150px;}.elementor-3721 .elementor-element.elementor-element-bf97855{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3721 .elementor-element.elementor-element-bf97855.e-con{--align-self:center;}.elementor-3721 .elementor-element.elementor-element-d9cd67c{--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;}.elementor-3721 .elementor-element.elementor-element-d9cd67c.e-con{--align-self:center;}.elementor-3721 .elementor-element.elementor-element-7aeb56e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3721 .elementor-element.elementor-element-7aeb56e.elementor-element{--align-self:flex-end;}.elementor-3721 .elementor-element.elementor-element-3fffceb{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:320px;}.elementor-3721 .elementor-element.elementor-element-3fffceb.e-con{--align-self:center;}.elementor-3721 .elementor-element.elementor-element-4e1c689 > .elementor-widget-container{padding:15px 15px 15px 15px;border-style:solid;border-width:2px 2px 2px 2px;border-color:#1F4EA3;border-radius:10px 10px 10px 10px;}.elementor-3721 .elementor-element.elementor-element-19d79c3{--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;}.elementor-3721 .elementor-element.elementor-element-8e65c66{--spacer-size:50px;}@media(min-width:768px){.elementor-3721 .elementor-element.elementor-element-d9cd67c{--width:50%;}.elementor-3721 .elementor-element.elementor-element-3fffceb{--width:50%;}}@media(max-width:1024px){.elementor-3721 .elementor-element.elementor-element-ef7d2de{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3721 .elementor-element.elementor-element-bc1f819 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3721 .elementor-element.elementor-element-3fffceb{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:100px;}}@media(max-width:767px){.elementor-3721 .elementor-element.elementor-element-bc1f819 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3721 .elementor-element.elementor-element-d9cd67c{--margin-top:0px;--margin-bottom:0px;--margin-left:40px;--margin-right:40px;}.elementor-3721 .elementor-element.elementor-element-7aeb56e.elementor-element{--align-self:center;}.elementor-3721 .elementor-element.elementor-element-3fffceb{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-7aeb56e */.login-container {
    display: flex;
    align-items: center;
    gap: 10px; 
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #1A2C6B; 
}

.login-icon {
    width: 30px;
    height: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e1c689 *//* Contenedor para el botón a la izquierda y el enlace a la derecha */
.tml-submit-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Ajustes del botón */
.tml-button {
    background-color: #003366;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

/* Cambio de color al pasar el mouse */
.tml-button:hover {
    background-color: #40d9d4;
}

/* Alinear "¿Has olvidado tu contraseña?" a la derecha */
.tml-links {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1; 
}

/* Estilos del enlace */
.tml-lostpassword-link a {
    font-size: 14px;
    color: #003366;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.tml-lostpassword-link a:hover {
    text-decoration: underline;
}


.tml-links {
    margin-right: auto;
      list-style: none;
}

.tml-lostpassword-link a {
    font-size: 14px;
    color: #003366;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.tml-lostpassword-link a:hover {
    text-decoration: underline;
}

/* Estilos para los títulos */
.tml-label {
    font-size: 17px;  
    color: #003366;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}/* End custom CSS */