* {
	box-sizing: border-box;
}

body {
	height: 100vh;
	margin: 0;
	background: #464646;
	color: #fff;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
}

@media screen and (max-width: 575px) {
	body {
		padding: 1em;
	}
}
@media screen and (min-width: 576px) {
	body {
		display: flex;
		padding: 1em;
	}

	.center {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}

h1 {
	margin: 1.2em 0 0.5em;
	font-size: 1.2em;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover, a:focus,
.link:hover, .link:focus {
	text-decoration: underline;
}

p {
	margin-bottom: 0;
}

.splash {
	min-width: 300px;
	min-height: 340px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px 0px #0000008c;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: auto;
	background: #fafafa;
}

@media screen and (max-width: 575px) {
	.splash {
		flex-direction: column;
		width: 300px;
		margin: 1em auto;
	}
}
@media screen and (min-width: 576px) {
	.splash {
		/* width: 550px; */
		min-width: 550px;
		width: 80vw;
		max-width: 700px;
		min-height: 450px;
	}
}

.splash .loginTeaser,
.splash .loginForm {
	flex: 1 1 auto;
}

.splash .loginTeaser {
	/* background: url('../images/brand/splash-divide.svg') repeat-y; */
	/* background-size: contain; */
	background-color: #3D4FD6;
	padding: 3em 2.5em;
	flex: 0 0 250px;
	display: flex;
	flex-direction: column;
	border: 0;
}

.splash .loginTeaser .moduleInfo {
	text-align: center;
	cursor: default;
}

.splash .loginTeaser .logo {
	flex: 1 1 auto;
	width: 90%;
	margin: 0 auto;
	background: url('../images/brand/keyvisual.svg') no-repeat center;
	background-size: contain;
}

.splash .loginTeaser .info {
	font-size: 0.9em;
	color: #fff;
	text-align: center;
	width: 100%;
}


.splash .loginForm {
	display: grid;
	color: #111;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3em 0;
	z-index: 3;
}

.splash .loginForm .header .logo {
	height: 4.25rem;
}

.splash .loginForm label {
	display: block;
	width: 100%;
	font-weight: bold;
	margin-bottom: 0.25em;
}

.splash .loginForm form {
	margin-top: 2em;
}

.splash .loginForm .inner {
	padding: 0 2em;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	max-width: 300px;
}

.splash .loginForm .inner svg {
	margin: 0 auto 2em;
	width: auto;
	height: auto;
	display: block;
}

.splash .modules {
	display: flex;
	z-index: 2;
	justify-content: space-between;
	position: relative;
	margin-bottom: 1em;
}

.splash .modules .module-tab {
	display: block;
	line-height: 30px;
	height: 30px;
	border-radius: 4px;
	text-decoration: none;
	z-index: 2;
	text-align: center;
	flex: 1 1 50%;
	position: relative;
	background: #ccc;
}

.splash .modules .module-tab:first-child {
	padding-right: 1em;
}

.splash .modules .module-tab:last-child {
	padding-left: 1em;
}

.splash .modules:before {
	content: "";
	position: absolute;
	z-index: 3;
	display: block;
	top: -2px;
	left: 50%;
	height: 33px;
	width: 26px;
	margin-left: -13px;
	background: url('../images/brand/button-divider.svg') no-repeat;
	background-size: 100%;
}

.splash .modules a.module-tab {
	cursor: pointer;
}

.splash .modules a.module-tab:hover, .splash .modules a.module-tab:focus {
	background: #3d4fd6;
	color: #fff;
}

.splash .modules .module-tab.active {
	background: #3d4fd6;
	color: #fff;
	cursor: default;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.formData input, .formData select {
	border: 1px solid #505050;
	margin-top: 4px;
	width: 100%;
	font-size: 13px;
	font-family: arial,verdana,sans-serif;
}

.formData input {
	height: 28px;
	padding-left: 12px;
	line-height: 24px;
}

.formData select {
	width: 100%;
	height: 28px;
	margin-bottom: 8px;
}

.note {
	border-radius: 4px;
	padding: 0.75em;
	margin: 1em 0 0;
}

.note.warning {
	background: #fac300;
}

.note.info {
	background: #B0CBED;
}

.loginForm input, .loginForm select {
	padding: 0.5em;
	font-size: 1.2em;
	border: 0;
	width: 100%;
	border-bottom: 3px solid #ccc;
	background: #eee;
}

.loginForm select {
	height: 2.4em;
	/* line-height: 2.5em; */
}

.loginForm input:focus {
	outline: none;
	border-color: #3d4fd6;
}

.formElement {
	margin-bottom: 1.5em;
}

.formElement label, .formElement input {
}

.buttons {
	margin-top: 16px;
	text-align: right;
	display: flex;
	justify-content: space-between;
}

.buttons > .link {
	text-align: left;
	padding: 0.75em 0;
	cursor: pointer;
}

.buttons > * {
	flex: 0 0 auto;
}

.button, input.button {
	background-color: #3d4fd6;
	color: #fff;
	cursor: pointer;
	width: auto;
	padding: 0.5em 1em;
	border: 1px solid #3d4fd6;
	display: block;
	font-size: 1.2em;
	text-align: center;
}

.button.secondary {
	color: #111;
	background: #fafafa;
	/* font-size: 1em; */
	/* line-height: 1.2rem; */
	display: inline-block;
	border-color: #ccc;
}

.button.secondary:hover {
	text-decoration: none;
	background: #ccc;
	color: inherit;
}

.button:hover, input.button:hover,
.button:focus, input.button:focus {
	color: #3d4fd6;
	background-color: #fff;
	text-decoration: none;
}