@import "fonts.css";
@import "normalize.css";

body, html {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	word-break: break-word;
}

body {
	display: table;
	margin: 0;

	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.231;

	color: #3D435F;
	background-color: #F2F2F2;
}

div {
	margin: 0;
	padding: 0;
}

#background {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width: 100%;
	background-size: cover
}

.arrow {
	vertical-align: middle;
	width: 32px;
	height: 32px;
	display: inline-block;
	visibility: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 100%;
}

#vertical-align {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 50%;
	background: transparent;
}

#customer-color {
	width: 100%;
	height: 10px;
}

#customer-logo-container {
	position: relative;
	width: 100%;
	height: 130px;
}

#customer-logo-container a {
	display: block;
	height: 100%;
	width: 100%;
}

.customer-logo {
	border: 0;
	width: auto;
	height: auto;
}

.pagetitle {
	display: inline-block;

	margin-bottom: 12px;

	font-size: 1rem;
	color: #525252;
    text-align: center;
    font-weight: 700;
}

.subtitle {
    color: #707070;
    font-size: 0.75rem;
    font-weight: 400;
}

#content-container {
	display: inline-block;
	width: 368px;
	padding: 24px;
	background-color: #FFF;
	box-sizing: border-box;
	max-width: 100vw;
}

#content-border {
	padding: 0px;
}

#full-width-idp-buttons {
	position: relative;
	white-space: nowrap;
	right: 0;
	transition: all 0.3s;
	margin-top: 12px;
}

#scrollable-idp-buttons {
	overflow: hidden;
	display: inline-block;
	width: 718px;
	vertical-align: middle;
}

.bottom-link {
	text-align: center;
	font-size: 12px;
	margin-top: 12px;
}

.bottom-link-block {
	position: relative;
	bottom: 0px;
	text-align: center;
	width: 100%;
	margin-top: 24px;
}

.bottom-link a {
	font-size: 12px;
	text-decoration: underline;
}

.bottom-link a:focus {
	outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
}

.logo {
	height: 70px;
	width: 70px;
	margin: 7px 10px 7px 10px;
	padding-top: 7px;
}

#logo-image {
	width: 100%;
	height: 100%;
}

.button {
	display: block;

	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	text-align: center;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	height: fit-content;
	margin: 1em auto;
	padding: 8px 0;
	width: 100%;

	min-height: 20px;
	cursor: pointer;
}

.non-default-button {
	display: block;

	font-size: 13px;
	text-decoration: none;
	text-align: center;
	text-overflow: ellipsis;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #BBBBBB;

	height: fit-content;
	margin: 1em auto;
	padding: 8px 0;
	width: 100%;

	min-height: 20px;

	cursor: pointer;
}

.non-default-button:hover {
	background-color: #F2F2F2;
}

.non-default-button:focus {
	background-color: #F2F2F2;
}

.button#login {
	display: block;
	position: relative;
	text-align: center;

	color: #ffffff;
	font-size: 13px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;

	height: fit-content;
	margin-top: 12px;
	margin-bottom: 6px;

	width: 100%;
	min-height: 33px;

	text-decoration: none;
}

.message-info {
	color: #707070;
	margin-bottom: 24px;
	text-align: center;
}

.message-warning {
	color: #707070;
	margin-bottom: 6px;
	margin-top: 24px;
	text-align: center;
	font-size: 13px;
}

img.message-warning {
	margin: 0 6px 0 0;
	position: relative;
	top: 3px;
	width: auto;
	height: 16px;
}

a.message-warning {
	margin-top: 0;
	padding-bottom: 6px;
}

.message-big-warning {
	color: #3A3A3A;
	background-color: #FFD9A3;
	border-radius: 2px;
	display: flex;
	margin-bottom: 26px;
}

img.message-big-warning {
	padding: 12px;
	vertical-align: middle;
	height: 24px;
	width: 24px;
}

span.message-big-warning {
	font-size: 13px;
	line-height: 1.5em;
	display: inline-block;
	text-align: left;
	margin: 12px 24px 12px 0px;
}

.message-error {
	color: #EE3A42;
	margin-bottom: 6px;
	text-align: center;
}

img.message-error {
	margin: 0 6px 0 0;
	position: relative;
	top: 4px;
	width: auto;
	height: 16px;
}

a.message-error {
	margin-top: 0;
	padding-bottom: 5px;
}

#password-div {
	display: inline;
}

.passwordforgotten {
	line-height: normal;

	color: #707070;
	font-size: 12px;
	font-weight: normal;

	text-decoration: underline;
}

.passwordforgotten:focus {
	outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
}

#passwordforgottenlabel {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	width: 100%;
}

.loginlabel {
	line-height: normal;
	text-align: left;

	color: #707070;
	font-size: 12px;
	font-weight: normal;

	display: inline-block;
	margin-bottom: 4px;
	margin-left: 2px;
}

#login-form {
	text-align: left;
	margin: 0 auto;
	margin-top: 24px;
}

.logintextbox {
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	display: block;
	border: 1px solid #bbb;
	padding: 3px;
	margin-bottom: 12px;
	color: #707070;
	font-size: 13px;
	font-weight: normal; /*A3 with font-size 13px*/
}

.remembercheckbox input[type=checkbox] {
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #bbb;
	cursor: pointer;
	margin-bottom: 12px;
}

 .remembercheckbox input[type=checkbox]:focus {
	outline: 1px dotted #212121;
	outline: 5px auto -webkit-focus-ring-color;
 }

.remembercheckbox input[type=checkbox]:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 7px;
	height: 4px;
	background: transparent;
	top: 2px;
	left: 2px;
	border: 2px solid #707070;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.remembercheckbox input[type=checkbox]:hover::after, input[type=checkbox]:focus::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.remembercheckbox input[type=checkbox]:checked::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#checkboxlabel {
	display: inline-block;
	color: #707070;
	font-size: 12px;
	font-weight: normal; /*A5*/
	cursor: pointer;
	margin-left: 24px;
	margin-bottom: 12px;
}

.not-available-title {
	text-align: center;
	color: #057AAB;
	font-size: 16px;
	font-weight: bold;
	margin-bottom : 5px;
	display: block;
}

.not-available-message {
	text-align: center;
	color: #707070;
	font-size: 12px;
	font-weight: normal;
}

/* ScreenReader only text */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
