@import
url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Prompt:wght@100&display=swap');

* {
	/* font-family: 'Balsamiq Sans', cursive; */
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
}
body {
	background: url("../images/ka-test-background.png") no-repeat fixed;
	background-size: cover;
}
.outer {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.middle {
	display: table-cell;
	vertical-align: middle;
}
.container { /* inner */
	display: block;
	position: relative;
	width: 880px;
	padding: 20px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
}
.container .background {
/* 
	background-image: url("../images/ka-img-005.png");
	background-position: right bottom;
	background-repeat: no-repeat;
 */
	background-color: white;
	background-size: 500px;
	position: absolute;
	opacity: 0.8;
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.container .foreground {
	position: absolute;
	opacity: 1.0;
	width: inherit;
}
.container form { text-align: left; }
.container .title {
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-left: 50px;
	margin-top: 20px;
}
.container .sub-title {
	font-size: 16px;
	color: black;
	/* margin-left: 80px; */
}
.container .logo { text-align: left; }
.container .logo img { height: 60px; }
.footer {
	font-size:9px;
	color: #aaa;
	width: 880px;
	text-align: left;
	margin-top: 7px;
	text-transform: uppercase;
}

.field {
	color: #777;
	margin-top: 20px;
	display: block;
}
.field input[type="image"] {
	height: 32px;
}
.field img {
	height: 32px;
}
.field a.slide {
	border: 1px solid #eee;
	height: 32px;
	width: 200px;
	display: inline-block;
	border-radius: 7px;
	text-align: left;
}