body {
	display:flex;
	justify-content: center;
	background-color: #F1F1F1;
}

#logout {
	position: absolute;
	top: .75em;
	right: .75em;
}

#form-wrapper , img{
	width: 27.5em;
	height: fit-content;
}

#form-wrapper {
	display:flex;
	flex-direction: column;
	align-items: center;
}

#form-wrapper .section {
	margin-top: 2em;
	padding: .75em;
	background-color: white;
	border-radius: 8px;
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3));
	width: inherit;
}

#form-wrapper .section h3 {
	margin: 0;
}

#form-wrapper .section hr {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.load-wrapper {
	background: url('./loading-spinner.svg') no-repeat center;
}

.loading {
	visibility: hidden;
}

form .actions {
	margin-left: 0; /* This is overwriting something in main.css */
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

form .actions li:first-child {
	padding-left: 0;
}

form .actions label,
form .actions label:before {
	margin-bottom: 0;
}

form #radio {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

form .section .form-row {
	height: 4.6875em;
}

form .section .new-item {
	margin-top: 1em;
	display: flex;
	justify-content: center;
}

form .section div.sidebyside {
	display: flex;
	align-items: center;
}

form .section div.sidebyside > div {
	width: 50%;
	height: inherit;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

form .section div.sidebyside > div:last-child > label {
	margin-left: 3em;
}

form .section div.sidebyside > div:first-child {
	margin-right: .375em;
}

form .section div.sidebyside > div:last-child {
	margin-left: .375em;
}
