/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2022 | 12:28:40 */
/* Fomularios Ultimate Member */
.um-form .um-form-field {
	background-color: transparent!important;
	border: none!important;
	border-bottom: 1px solid #ffffff!important;
	color: #ffffff!important;
}
.um-form .um-form-field::placeholder {
	color: #ffffff;
}
.um-form .um-form-field::focus {
	border: none!important;
}
.um-form .um-button {
	background: #E4DD99!important;
	color: #403B3B;
	font-weight: 700!important;
}
.um-form .um-field-checkbox-option,
.um-form .um-link-alt {
	color: #ffffff;
}
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i {
	color: #ffffff;
}
/* Fomularios Ultimate Member */

.swiper-button-next,
.swiper-button-prev {
	display: none;
}

.textarea {
	background: transparent;
    border: none;
    border-bottom: 1px solid #E4DD99;
    color: white;
	font-weight: 600;
	font-size: 1.1em;
	font-family: Montserrat;
}

.textarea::placeholder {
	color: #E4DD99;
	font-weight: 600;
	font-size: 1.1em;
	font-family: Montserrat;
}
