html,
body {
	height: 100%;
	background-image: linear-gradient(to right top, #154f8c, #154c84, #16487c, #164575, #17416d);
}

main {
	max-width: 350px;
}

body {
	padding-top: 40px;
	padding-bottom: 40px;
}

.slogan {
	font-size: 16px;
}

#login_form .form-floating:focus-within,
#register_form .form-floating:focus-within,
#recovery_form .form-floating:focus-within {
	z-index: 2;
}
