/* Estilos personalizados para la página de login */

.gform_button.button {
	background-color:#00a443 !important;
	font-size:16px !important;
}
.gform_button.button:hover {
	background-color:#00402a !important;
}

.gform_confirmation_wrapper {
	background-color:#00a443 !important;
	padding: 20px 30px;
	border-radius: 15px;
	margin:50px auto;
}

.gform_confirmation_message {
	color: #fff !important;
}
@media (max-width: 767px) {
	.gform-theme--foundation .gfield .ginput_password.small, .gform-theme--foundation .gfield input.small, 
	.gform-theme--foundation .gfield select.small, .gform-theme--foundation .gfield input.medium {
		inline-size: calc(100% - var(--gf-form-gap-x) * 3 / 4) !important;
	}
}

/*Pagina ApplicationForm*/
.se4s_shorcode-access {
    display: flex;
    border-spacing: 20px; 
    background-color: #e8f2d7;
    border-radius: 20px;
    border-width: 0px;
    padding: 40px 0px;
}
.se4s_shorcode-column {
    width: 50%;
}
.se4s_shorcode-access-header {
    text-align: center;
}
.se4s_shorcode-access-header a {
    color: #fff !important;
    border-radius: 23.5px;
    border: solid 1px #00a443;
    padding: 25px;
    background-color: #00a443;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

@media (max-width: 767px) {
        .se4s_shorcode-access {
        display: block;
    }
	.se4s_shorcode-column {
		width: 100%;
	}
}
/* Mensaje */
.se4s-mensaje-info {
  background-color: #ededed;
  border-left: 4px solid #00402a;
  padding: 0.75rem;
  margin-top: 0.5rem;
  border-radius: 4px;
}
.se4s-mensaje-error {
  color: var(--color-error);
  background-color: #fef2f2;
  border-left: 4px solid #c41e3a;
  padding: 0.75rem;
  margin-top: 0.5rem;
  border-radius: 4px;
}
/*Pagina RegisterForm*/
div#gform_wrapper_1 {
    background-color: #e8f2d7;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 2rem;
    padding-top: 2rem;
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
}


label.gfield_label.gform-field-label {
    font-size: 16px;
	font-weight: 700;
}
.charleft.ginput_counter.gfield_description {
    font-size: 16px;
}
label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    font-size: 16px;
	font-weight: 700;
}
legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-size: 16px;
	font-weight: 700;
}
.gform-theme--framework a {
    font-size: 16px;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color: #007F33 !important;
}