#reset-password-view h1 {
	margin-bottom: 20px;
}
#reset-password-view .os-content > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#reset-password-view input {
	margin: 12px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	html.bx-touch #reset-password-view form {
		width: 100%;
	}
}