/*
    Theme Name: theme_invitro
    Theme URI:
    Description: Tema para la web
    Author: INVITRO AGENCIA DIGITAL
    Version: 1.0
    License: GNU General Public License v2 or Later
    Tags: Wordpress
*/

*{margin: 0;padding: 0;box-sizing: border-box;}

.wppb-form-field.wppb-default-password{
    display: flex !important;
}
/*.wppb-form-field.wppb-default-repeat-password{*/
/*    display: flex !important;*/
/*}*/
.main-front-page .popup-form-login .register-form{
    padding: 35px 42px !important;
}
.wppb-form-field.wppb-default-password .wppb-description-delimiter{
    display: none;
}
.popup-lost-password .wppb_holder form h2{
    margin-bottom: 0.5rem;
}
.popup-lost-password .wppb_holder form h2 + h3{
    display: none;
}
.popup-lost-password .wppb_holder form h3{
    order: 2;
    color: #503291;
    text-align: center;
    font-family: "RobotoRegular";
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 9px;
}
.main-front-page .popup-form-login .register-form form .form-submit{
    cursor: pointer;
}
.main-front-page .popup-form-login .my-account form{
    display: flex;
    flex-direction: column;
}
.main-front-page .popup-form-login .my-account form .medium{
    /*order: 1;*/
}
#error-message{
    font-family: "RobotoRegular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}
.main-front-page .popup-form-login .my-account{
    gap: 12px;
}