#request-reset-password-view h1 {
	margin-bottom: 20px;
}
#request-reset-password-view .os-content > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#request-reset-password-view input[name="phone"] {
	margin: 40px 0;
}

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