body {
	font-family: Arial, Helvetica, sans-serif;
	color: #285780;
}

input.noborder {
	border-color: rgba(0,0,0,0);
	border-bottom-color: rgba(0,0,0,0.12);
	font-size: 1.2rem;
}

section {
	margin: 30px;
}

div.row {
	margin-top: 10px;
	margin-bottom: 10px;
}
label {
	display: inline-block;
}
input, label {
	font-size: 1.1rem;
}
label {
	width: 200px;
}

div.fileinput {
	display: flex;
    align-items: center;
    /* width: 100%; */
}

button {
	font-size: 1.1rem;
	align-items: center;
	appearance: button;
	background-color: rgb(228,0,70);
	border-color: rgb(228,0,70);
	border-style: solid;
	border-width: 4px;
	border-radius: 24px;
	color: white;
}

form.fileinput {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 25.5px;
	/* width: 500px; */
}