html {
	max-width: 100vw;
	overflow-x: hidden;
}

body {
	height: auto;
}

.mandatory,
.required {
	color: red;
}

#regForm label {
	padding-left: 0;
}

#regForm .custom-checkbox label {
	padding-top: 1px;
}

.inline {
	display: inline-block;
}


#termsandconditions p span,
#privacypolicy p span {
	margin-left: 2rem;
	margin-top: .2rem;
	display: block;
}

#termsandconditions p span em,
#privacypolicy p span em {
	width: 25px;
	display: inline-block;
}

.text-upper {
	text-transform: uppercase;
}

.cursor-pointer {
  cursor: pointer;
}

.select2-container--bootstrap4 {
	width: 100% !important;
}
