/* publicly available */

#login-form > * {
	width: 100%;
}

h3 {
	text-align: center;
}

#login-description {
	font-size: 0.8em;
	min-height: 2em;
}

#user-detail-section {
	text-align: center;
}

#profile-picture {
	width: 5em;
	height: 5em;
	border-radius: 100%;
	background-color: #ddd;
	margin: 0 auto;
	background-image: url("/icons/person.svg");
	background-position: center;
	background-repeat: no-repeat;
}

input[type=password]:not(#password-confirm) {
	margin-top: 2em;
}