html,
body {
	height: 100%;
}
body {
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}
.form-signin, .form-change {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
.form-signin .checkbox, .form-change .checkbox{
	font-weight: 400;
}
.form-signin .form-floating:focus-within, .form-change .form-floating:focus-within{
	z-index: 2;
}
.form-signin input[type="email"], .form-change input[type="email"]{
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"], .form-change input[type="password"]{
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.via, .forgot{
	text-decoration: none;
}
.forgot{
	float: right;
	color: black;
}
.own{
	color: red;
}
.snack{
	border-color: #FE9686!important;
	outline:0;
	box-shadow:0 0 0 .25rem rgba(253,41,13,.25)!important;
}
form span, .alert, .forgot-erro{
	color: red;
}
#rec-pass{
	width: 50%;
	padding: .5rem .4rem;
	margin-bottom: .5rem;
}