.interaction-button {
	background-image: none;
	background-color: #4682B4;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	border: none;
	border-radius: 8px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 8px 4px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	text-decoration-line: none;
}

.highlight {
	border: 5px solid orange;
}

.interaction-button:disabled {
	background-color: #B3B7BB;
	color: #EAEAEA;
}

.login-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: Arial;
	font-size: 13.3333px;
	overflow: scroll;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.login-panel > *:first-child {
	margin-top: auto;
}

.login-panel > *:last-child {
	margin-bottom: auto;
}

.login-controls {
	width: 300px;
}

.motd {
	min-width: 300px;
	max-width: 550px;
	margin-bottom: 10px;
}

.login-field {
	border: 1px solid #898989;
	border-radius: 8px;
	box-sizing: border-box;
	color: #474747;
	display: block;
	font-family: inherit;
	font-size: inherit;
	margin: 2px 0px;
	padding: 8px 4px;
	width: 100%;
}

.login-select {
	color: #474747;
	margin: 2px 0px;
	display: flex;
	align-items: baseline;
	white-space: nowrap;
}

.login-select label {
	margin-right: 2px;
}

.status {
	position: relative;
}