
@font-face {
	font-family: 'FrutigerLTPro-Light';
	src: url('font-frutiger/2DFF09_0_0.eot');
	src: url('font-frutiger/2DFF09_0_0.eot?#iefix') format('embedded-opentype'),
		 url('font-frutiger/2DFF09_0_0.woff2') format('woff2'),
		 url('font-frutiger/2DFF09_0_0.woff') format('woff'),
		 url('font-frutiger/2DFF09_0_0.ttf') format('truetype');
}

@font-face {
	font-family: 'FrutigerLTPro-Roman';
	src: url('font-frutiger/2E07B8_2_0.eot');
	src: url('font-frutiger/2E07B8_2_0.eot?#iefix') format('embedded-opentype'),
		 url('font-frutiger/2E07B8_2_0.woff2') format('woff2'),
		 url('font-frutiger/2E07B8_2_0.woff') format('woff'),
		 url('font-frutiger/2E07B8_2_0.ttf') format('truetype');
}

BODY {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em
}

html, body {
	height: 100%;
}
.main {
	height: 100%;
	width: 100%;
	display: table;
}
.wrapper {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
	
BODY, TD, INPUT, TEXTAREA, BUTTON {
	FONT-FAMILY: 'FrutigerLTPro-Roman', 'FrutigerLTPro-Light', Arial, Verdana, sans-serif;
	color: #3e3e3e;
	FONT-SIZE: 12px;
}

/* LOGINSCREEN */	  
#background-image {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
}

.window {
	text-align: left; 
	max-width: 500px;
	width: -webkit-fill-available;
	margin: 50px auto;
	border-collapse: collapse; 
	COLOR: #000;
	box-shadow: 5px 5px 35px black;
	background: rgba(236,236,236,0.75);
	border-radius: 20px;
	/* margin: 100px 10px; */
	margin: 100px auto;
}
	
.window THEAD {
	font-size: 16px;
	color: white;
	padding: 10px;
	background-color: #FFFFFF;
}

.window THEAD IMG {
	width: 100%;
}

.window TD {
	padding: 10px 30px;
	box-sizing: border-box;
	white-space: nowrap;
}

.window INPUT[type=text], .window INPUT[type=password], .window INPUT[type="email"], .window INPUT[type="number"]{
	width: 100%;
	height: 26px;
	padding: 5px;
	box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}

.window .error {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	BORDER-BOTTOM: 1px solid #fbc2c4;
	BORDER-TOP: 1px solid #fbc2c4;
	background-color:#fbe3e4;
    color:#d12f19;
}
.window .success {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	BORDER-BOTTOM: 1px solid #4F8A10;
	BORDER-TOP: 1px solid #4F8A10;
	background-color:#EDFCED;
    color:#4F8A10;
}

.window .logo IMG {
	max-width:300px;
	width:100%;
}

DIV.contentblocks .brands {
	text-align: left;
    width: 80%;
	max-width: 300px;
	margin: 100px auto;
}

.brands IMG {
	max-width:300px;
	/* width:100%; */
}

.window INPUT:focus {
	border: 2px solid #0092cc !important;
}

.window INPUT {
	font-size: 12px;
	background-image: none;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #333;
    border: 2px solid #ddd;
    margin: 0;
    padding: 0 3px 0 3px;
}


BUTTON[type='submit'] {
    border: 1px solid #64758B;
	border-radius: 1px;
    font-style: normal;
    background: #FFFFFF;
    padding: 8px 24px 8px 24px;
    font-weight: 700;
    line-height: 22px;
	font-size: 15px;
    color: var(var(--main-accent-color));
    /* identical to box height */
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

BUTTON[type='submit']:hover {
    background: #F1F5F9;
}

BUTTON[type='submit'].green {
    border-left: 5px solid #1f8838;
}

BUTTON[type='submit'].green:not(:disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(31, 136, 56, 0.2);
	background: #e3fcef !important;
}

BUTTON[type='submit'].green:disabled {
    border-left: 5px solid #838383;
	color: grey;
	cursor: unset;
}
BUTTON[type='submit']:disabled:hover {
    background: #FFFFFF;
}

TD.messagebox {
	padding: 0px;
	white-space: unset;
}

.messagebox .box {
	padding: 10px 30px;
}

.remember {
	float:right;
	font-weight: normal;
}
.remember INPUT {
	vertical-align: middle;
}

A { color: #999; }
A:hover { color: #d31245; }

A.black_links { color: #000; }


#result {
	display: none;
}
#result.short {
	font-weight:bold;
	color:#FF0000;
	font-size:larger;
}
#result.weak {
	font-weight:bold;
	color:orange;
	font-size:larger;
}
#result.good {
	font-weight:bold;
	color:#2D98F3;
	font-size:larger;
}
#result.strong {
	font-weight:bold;
	color: limegreen;
	font-size:larger;
}

.termsofuse {
	width: 100%;
	height: 400px;
	overflow-x: auto;
	white-space: initial;
}

@media (max-width:400px) {
	.window TBODY TD {
		display: block;
		padding: 2px 10px;
	}
	.window {
		margin: 50px 10px;
	}
}



DIV.contentblocks {
	letter-spacing: -.31em;
}
DIV.contentblocks .col {
	display:inline-block; 
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	letter-spacing: normal; 
	vertical-align: top;
	padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 20px
}
DIV.contentblocks .col DIV, .ht-textarea {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

DIV.contentblocks.c3 .col {
	width: 33.3%;
}
	
@media (min-width:430px) and (max-width:700px) {
	DIV.contentblocks.c2 .col {
		display: block;
		width: 100% !important;
		padding-left: 0px;
		padding-right: 0px;
	}
	DIV.contentblocks.c4 .col {
		width: 50%;
	}
	.brands {
		display: none;
	}
}

@media (max-width:430px) {
	DIV.contentblocks.c2 .col {
		display: block;
		width: 100% !important;
		padding-left: 0px;
		padding-right: 0px;
	}
	DIV.contentblocks.c3 .col, DIV.contentblocks.c4 .col, DIV.contentblocks.c5 .col  {
		display: block;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px
	}
	DIV.contentblocks.c5 {
		display: table;
		margin: 0 auto;
	}
	.brands {
		display: none !important;
	}
}
@media (min-width:700px) {
	DIV.contentblocks.c2 .col {
		width: 50%;
	}
	DIV.contentblocks.c4 .col {
		width: 25%;	
	}
	DIV.contentblocks.c5 .col {
		width: 20%;	
	}

}