@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: 12px;
}
body {
	background: url("../images/ka-img-003.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;
	/* margin-top: 50px; */
	padding: 20px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
}
.container .background {
	background-image: url("../images/ka-img-004.png");
	background-color: white;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 500px;
	position: absolute;
	opacity: 0.9;
	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;
}
.container form { text-align: left; }
.container .title { font-size: 22px; font-style: italic; font-weight: bold; margin-top: 40px; color: #5783A0; }
.container .sub-title { font-size: 28px; font-style: italic; font-weight: bold; color: #F9BD32; }
.container .logo { text-align: left; }
.container .logo img { width: 256px; }
.footer {
	font-size:9px;
	color: #555;
	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;
}