

/*
.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 {
	position: fixed;
	left: 50%;
	top: 45%;
	width: 100%;
	transform: translate(-50%, -50%);
	/*padding: 10vmin;*/

	text-align: center;
}


.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(220px, 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.login {
	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 
{
	display: flex;
	flex-direction: row;
	justify-content: center;

	font-size: .8rem;
}

.loginFormLinks > a:link, a:visited, a:hover, a:active 
{
	color: unset;
	text-decoration: underline; 
}

.loginFormLinks > a:hover 
{
	/*text-decoration: underline; */
}

.sign-up 
{
	margin-right: auto;
}

.forgot-password 
{
	margin-left: auto;
}


.dx-texteditor .dx-texteditor-buttons-container>.dx-button, .dx-texteditor .dx-texteditor-buttons-container>.dx-clear-button-area,
.dx-texteditor .dx-texteditor-buttons-container:last-child>.dx-button:last-child {
	-webkit-margin-end: unset;
	margin-inline-end: unset
}

/*
#showPasswordButton 
{
	-webkit-margin-end: unset;
	margin-inline-end: unset
}
*/

