html {
	height: 100%;
}

body {
	height: 100%;
	font-family: 'Segoe UI', sans-serif;
	/*background-color: #eceee9;*/
	margin: 0;
	background-image: linear-gradient(120deg, #e7dfda, #ebe7d4);
}

@media screen and (min-width: 600px) {
	html {
		background: url(./assets/img/stift_bg.jpeg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		/*background-position: center top;*/
	}

	body {
		height: 100%;
		/*background-image: url(./assets/img/stift_bg.jpeg);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;
        display: flex;*/
		justify-content: center;
		align-items: center;
		background: none;
	}

	html:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
	}

	.main {
		position: absolute;
		left: 50%;
		top: calc(50% - 30px);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 440px;
		width: calc(100% - 100px);
		padding: 20px;
		box-sizing: border-box;
	}
}

a {
	text-decoration: none;
	color: #0067b8;
}

a:hover {
	text-decoration: underline;
}

.top {
	padding: 10px;
}

.main {
	background-color: white;
	margin: 0 auto;
	margin-top: 40px;
	padding: 20px;
	border: 1px solid gray;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px;
	max-width: 440px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.stift-logo {
	max-height: 38px;
}

.inner-padded {
	padding: 10px;
}

.title {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	padding-bottom: 2px;
	letter-spacing: -0.05em;
}

.subtitle {
	font-size: smaller;
	font-weight: normal;
	padding-top: 0px;
}

.field-container {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.hideme {
	display: none;
}

.input-field {
	margin: 5px 0;
	border: 0;
	border-bottom: 1px solid #444;
	width: 90%;
	font-size: medium;
	padding-top: 5px;
	padding-bottom: 5px;
}

.login-button-container {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.login-button-inner {
	padding-right: 40px;
}

.login-button {
	background-color: #0067b8;
	border: none;
	color: white;
	font-size: medium;
	min-width: 100px;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.login-button:hover {
	background-color: #005da6;
}

.no-account {
	font-size: small;
}

.cannot-access {
	font-size: small;
}

.forgot-password {
	font-size: small;
}

button:hover {
	cursor: pointer;
}

input:focus {
	outline: 0;
}

.img-arrow {
	height: 100%;
	vertical-align: middle;
}

.img-arrow:hover {
	cursor: pointer;
}

.error {
	border-color: red;
}

.error-message {
	font-size: smaller;
	color: #e81123;
	padding-bottom: 0;
}

.footer {
	width: 100%;
	height: 30px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
}

.footer-content {
	color: #ddd;
	font-size: small;
	display: block;
	padding-left: 15px;
	line-height: 30px;
}

.footer-link {
	color: #ddd;
}

.spaced {
	font-weight: bold;
	letter-spacing: 2pt;
	padding-right: 10px;
}

.spaced:hover {
	text-decoration: none;
}
