.xsd-form-table, .xsd-form-table td {
	border: none
}
.xsd-form-table input[type=text],
.xsd-form-table select
{
	border: none;
	border-bottom: var(--border-gray) 1px solid;
	width: 100%;
	padding: 0.5rem;
}
.xsd-form-table input[type=text]:focus-visible {
	outline: none;
	background: #fffce7;
}
.xsd-form-table td {
	vertical-align: bottom;
}

.form-label {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
input.inputtext {
	width: 100%;
	border: 2px #EBECEC solid;
	height: 53px;

	padding: 14px 20px;
	color: #2B2A29;
	font-size: 16px;

}
.inputselect {
	width: 100%;
	border: 2px #EBECEC solid;
	height: 53px;


	padding: 14px 20px;
	color: #2B2A29;
	font-size: 16px;
}

.inputcheckbox {
	display: flex;
	flex-direction: row;
	font-size: 16px;

	margin-top: 30px;
}
.inputcheckbox input {
	margin-right: 10px;
}

.capcha {
	margin-top: 30px;
	margin-bottom: 30px;
}
input[type="reset"].reset-form {
	background: transparent;
	color:#979393;
	font-size: 16px;
}
