html {
	background: #004561;
	background: linear-gradient(
		171deg,
		rgba(0, 69, 97, 1) 0%,
		rgba(42, 120, 74, 1) 37%,
		rgba(42, 120, 74, 1) 71%,
		rgba(20, 0, 0, 1) 100%
	);
	min-height: 100dvh;
}

body {
	min-height: 100dvh;
}

textarea,
select,
input,
input:not([type='submit']) {
	border-radius: 10px;
	background-color: white;
	margin-bottom: 0.5em;
	padding: 0.1em;
	padding-left: 0.5em;
	box-sizing: border-box;
	width: 100%;
	font-weight: normal;
}

button {
	border-radius: 10px;
}

input[type='checkbox'] {
	width: auto;
	display: inline-block;
	font-weight: normal;
}

form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

label {
	width: 80%;
	font-weight: bold;
	& span {
		display: block;
	}

	& input {
		width: 100%;
	}
}

h1 {
	left: 100px;
	top: 24px;
	width: 100%;
	font-size: 2em;
	color: white;
	text-shadow: -4px -4px 4px rgba(0, 0, 0, 0.5);
}

h2 {
	font-weight: bold;
}

.login-container {
	background-color: white;
}

.logo {
	background: url('/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
}
