html,
body {
	height: 100%;
}

body {
	background: #f2f2f2;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	font-weight: normal;
}

form {
	position: relative;
	top: 35%;
	transform: translateY(-35%);
	margin: 0 auto;
	max-width: 256px;
}

form .adminpw {
	background-color: #fff;
	color: #3a3a3a;
	padding: 14px;
	width: 100%;
	/* font-size: 19px; */
	font-size: 1.2em;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	border: 0;
	border-radius: 10px;
	box-sizing: border-box;
}

:focus-visible {
	outline: #c5c5c5 dashed 1px;
}

html.error :focus-visible {
	outline: #f44437 dashed 1px;
}

html.error ::placeholder {
	color: #f44437;
}

.slot {
	display: block;
	font-size: 27px;
	line-height: 27px;
	color: #c5c5c5;
	background: #fff;
	border-radius: 50%;
	width: 24px;
	padding: 24px;
	height: 24px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}

p.jack-login-link {
	margin: 0;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

p.jack-login-link a {
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	color: #96918c;
	padding: 10px;
	display: inline-block;
}

/* .alert {
	zoom: 1;
	margin: 0;
	padding: 12px;
	display: none;
}

.alert:before,
.alert:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.alert:after {
	clear: both;
}

.alert.alert-danger {
	background: #ffeae9;
	border-color: #ff4136;
	color: #e90d00;
} */

html.error .slot {
	border-color: #f44336;
	color: #f44336;
}
.hide {
	display: none;
}
