.header-content {
	left: 50%;
	padding: 10vmin;
	position: fixed;
	text-align: center;
	top: 10%;
	transform: translate(-50%, -50%);
	/*color: #373435;*/
	font-size: 2rem;
	width: 100%;
}


.content {
	left: 50%;
	padding: 10vmin;
	position: fixed;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}


#form-header {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.logoImage {
	/*width: 200px; /* ratio width to height is 2000 to 285 */
	height: 100%; 
	/*width:25%;*/
	width: clamp(250px, 25%, 700px);
}


.content > p {
	font-size: clamp(1.5rem, 1.7vw, 3rem); 
}
	

.footerContent {
	left: 50%;
	padding: 4vmin;
	position: fixed;
	text-align: center;
	bottom: 0px;
	transform: translate(-50%, 0%);
	color: #373435;
	font-size: 1rem;
	width: 100%;
}		


.footerContent > p {
	margin-bottom: 16px;
}


.footerContentEmail {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;

	gap: 7px;
}

.dx-fieldset.new-user {
	width: clamp(250px, 25%, 350px);
	margin: auto;
}

.dx-field {
	display: flex;
	flex-direction: column;
}


.dx-field div.dx-field-label {
	text-align: left;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 100%;
}


form div.dx-field .dx-field-value-static, .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
    width: 100%;
}

#submitButton {
	margin-top: 20px;
	margin-bottom: 15px;
}


.loginFormLinks {
	font-size: 0.8rem;
}