﻿
html {
	background-color: #fbfbfc;
}

body {
	text-align: center;
	color: var(--text-color);
	font-family: "Open Sans", Segoe UI, Arial, Verdana;
	height: 100%;
}

#MainForm{
	height: 100%;
	display: flex;
	flex-direction: column;
}

table, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

/* Forms */

input.disabled
{
	color: #CAC8BB;
	background-color: white;
	padding-left: 3px;
	font-size: 10pt;
	border: 1px solid #D3D3D3;
}

/* Container */

div.floatingbox
{
	float: left;
	height: 557px;
	text-align: left;
}

 div.floatingbox.personalEdition
{
	height: 370px;
}

.loginDiv {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 32px 24px;
}

p{
	margin: 0;
}

.personalEdition .loginDiv
{
	height: 230px;
}

div.pubcontent {
	max-width: 780px;
	width: 100%;
	margin: auto;
	padding: 32px;
	padding-bottom: 160px;
	box-sizing: border-box;
}

.loginContainer {
	display: flex;
	justify-content: center;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	overflow: hidden;
}

div.pubbody {
	background-color: #fff;
	padding: 32px 24px;
	flex: 2;
	text-align: left;
}

div.pubdiv {
}

span.star
{
	vertical-align: top;
	margin: 0px 7px;
	font-size: 12px;
}

.remember
{
	cursor: pointer;
	display: flex;
	align-items: center;
}

span.arrow
{
	font-family: Cursive;
	font-size: 10px;
	color: #2C73B9;
	margin: 1px 6px 0px 2px;
	vertical-align: middle;
}

div.registerbox
{
	border: 1px solid #D7D7D7;
	padding: 8px 10px 10px;
	background: url(../img/register_box_bg_gfx.png) repeat-x;
	margin-right: 30px;
}

/*
------------
Header
------------
*/

div.header {
	flex-direction: column;
	flex: .5;
	align-items: center;
	background-color: var(--primary-color);
	display: flex;
	justify-content: center;
	padding: 48px 32px;
	gap: 48px;
	min-width: 265px;
}

table.headertrialcontainer
{
	position: absolute;
	top: 25px;
	left: 608px;
}

table.headerpersonallabelcontainer
{
	position: absolute;
	top: 12px;
	left: 578px;
}

div.headerdescription
{
	color: #787878;
	font-size: 17px;
	color: #fff;
}

td.clientTd
{
	width: 100%;
	text-align: center;
}

.marginBottom
{
	margin-bottom: 12px;
}

/* Headlines */
h1,h2 {
	margin-top: -4px;
}

h5 {
	font-size: 18px;
	margin: -4px 0 8px 0;
}

/*
------------
Footer
------------
*/

div.footer
{
	position: relative;
	padding-top: 16px;
	display: flex;
	justify-content: space-between;
}

.footerlinkcontainer{
	display: flex;
	gap: 12px;
}

div.footerlinkcontainer, div.footercopyrightcontainer {
	font-size: 12px;
}

div.footerlogocontainer
{
	text-align: right;
}

div.footerlogocontainer div
{
	margin-top: 12px;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
}


/*
------------
Status Bar
------------
*/

div.statusbar {
	padding: 32px;
	border-radius: 6px;
}

.statusbar + * {
	margin-top: 16px;
}

div.statusbar img.statusbarimg {
	margin-right: 18px;
}

div.statusbar h5
{
	color: var(--text-color);
}

div.success
{
	background-color: #dbf2c6;
	background-image: url('../img/register_check_gfx.png');
	background-repeat: no-repeat;
	background-position:right bottom;
}

div.error
{
	background-color: #fdebe9;
	background-image: url('../img/register_fail_gfx.png');
	background-repeat: no-repeat;
	background-position:right bottom;
}

div.error .statusbarimg, div.success .statusbarimg
{
	display: none;
}

td.statuscontent
{
	font-size: 16px;
}

.logintextbox
{
	width: 100%;
	height: 34px;
}

.validationDiv
{
	padding-bottom: 30px;
	color: Red;
}

.validationDiv div, .validationDiv ul
{
	border: 1px solid #f4e2df;
	background-color: #fdebe9;
}

.validationDiv ul
{
	margin: 0;
	padding-top: 16px;
	padding-bottom: 16px;
}

.label {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 4px;
}

.sitekiosk-background {
	background-image: url(../img/logo_bg.png);
	background-repeat: no-repeat;
	background-position: top 0 right 0;
}

.button.entraLoginButton {
	font-size: 16px;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #fff;
	color: #5E5E5E;
	border-color: #8C8C8C;
	border-radius: 0;
	gap: 12px;
	padding: 8px 12px;
	font-size: 15px;
	font-family: 'Segoe UI';
	height: 41px;
}

.button.entraLoginButton:hover {
	background-color: rgb(250, 250, 250);
}