/* Users
------------------------------------------------

- Forgot Password
- Forgot Password Sent
- Forgot Password Reset
- Forgot Password Reset Erro
- Login

 (global)
------------------------------------------------ */

/* Forgot Password
------------------------------------------------ */

#users_forgot_password_c {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 3em);
	justify-content: center;
	margin: 0 auto;
	max-width: 480px;
}


/* Forgot Password Sent
------------------------------------------------ */

#users_forgot_password_sent_c {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 3em);
	justify-content: center;
	margin: 0 auto;
	max-width: 480px;
}


/* Forgot Password Reset
------------------------------------------------ */

#users_forgot_password_reset_c {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 3em);
	justify-content: center;
	margin: 0 auto;
	max-width: 480px;
}


/* Forgot Password Reset Error
------------------------------------------------ */

#users_forgot_password_reset_error_c {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 3em);
	justify-content: center;
	margin: 0 auto;
	max-width: 480px;
}


/* Login
------------------------------------------------ */

#users_login_c {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 3em);
	justify-content: center;
	margin: 0 auto;
	max-width: 480px;
}

#users_login_c img {
	display: block;
	margin: 0 0 50px 0;
}

#users_login_c > a {
	align-self: center;
}
