#content #main {
	color: white;
}

fieldset {
	border: 1px solid white;
	padding: 15px;
}

fieldset > legend {
	color: white;
}

label {
	color: white;
	padding-bottom: 5px;
}

input[type="file"] {
	margin-top: 5px;
	color: white;
	word-wrap: break-word;
	width: 100%;
}

#recover {
	border: 1px white;
	border-top-style: solid;
}

#preview {
	margin-top: 5px;
	height: 128px;
	width: 128px;
}

#center {
	margin: auto;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#center > * {
	width: 35%;
}

#center > p {
	width: 15%;
	text-align: center;
}

#err_create {
	margin-bottom: 0;
	color: red;
}

#bio {
	width:100%;
	height:125px;
}

#infobox {
	display:flex;
	flex-direction: column;
	gap: 10px;
}

#infobox > * {
	margin: 0;
}

.infotitle {
	text-align: center;
}

.info {
	background-color: rgba(255, 255, 255, 0.2);
	padding-left: 7.5px;
}
