body {
	height: 100vh;
	background-color: #37383A;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	margin: 0px;
}

#passcode-page {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80vw;
	height: 100%;
	min-width: 400px;
	margin: 0px auto;
	border-radius: 10px;
}

#banner {
	height: 50px;
	flex: initial;
	display: flex;
	align-items: center;
	color: white;
	background-color: #212226;
	padding: 0 10px;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#passcode-form {
	width: 100%;
	display: flex;
}

#passcode-input {
	flex: auto;
	text-align: center;
	width: 100%;
	border: none;
	padding: 10px;
	margin-right: 10px;
	background-color: #FFFFFF00;
	color: #37383A;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#passcode-input:focus {
	outline: 0;
	background-color: #FFFFFF00;
}

#send {
	border: none;
	border-radius: 10px;
	padding: 10px;
	background-color: #420178;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.form-container {
	background-color: #FFFFFF;
	padding: 10px;
	border-radius: 10px;
	width: 100%;
}
