.form-group {
	margin: 0 auto 20px;
}

/*=====FORM STYLES=====*/

/*.customForm .radiobuttonlist, .customForm input.text, .customForm input[type="checkbox"], .customForm select {
	margin-left: 1em!important;
}*/

.customForm input.text, .customForm select, .customForm textarea {
    width: calc(50% - 1em); /* Adjust the width as needed */
    margin-left: 0; /* Remove the left margin */
}

.customForm select {
    height:1.8em;
}

.customForm label.umbraco-forms-label {
    display:block;
}

 @media(max-width: 800px) {
        .customForm input.text, .customForm select {
           width: 100%;
    }
 }

.customForm .checkboxlist {
	margin-bottom: 2em;
	padding: 0px!important
}

.customForm .checkboxlist label {
	float: unset!important;
}

.customForm .umbraco-forms-field-wrapper label {
	font-weight: unset;
	line-height: 2em;
}

.customForm .umbraco-forms-field {
	margin-top: 2em;
}

.customForm .btn.primary {
	background-color: #5c4720!important;
	color: #fff!important;
	box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
	font-family: Inter;
	font-style: bold;
	font-size: 16px!important;
	line-height: 36px!important;
	align-self: center;
	letter-spacing: 20%;
	vertical-align: center;
}

.customForm .btn.primary:hover {
	background-color: #001d39!important;
	color: #fff!important;
}

.customForm .umbraco-forms-tooltip {
    margin-left:5px;
    font-style:italic;
}
.umbraco-forms-hidden {
    display:none;
}
/*///////End Form Styles/////////*/

