/*

Author: Codigo Forte Solucoes Para Internet
URL: https://www.codigoforte.com.br

*/



/* ---------- Fonts ---------- */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');



/* -------------------- */

html,
body {
	height: 100%;
}

body {
	align-items: center;
	background-color: #f8f9fa;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	font-family: 'Open Sans', sans-serif;
	justify-content: center;
	padding-bottom: 40px;
	padding-top: 40px;
}

.login {
	margin: 0 auto;
	max-width: 330px;
	padding: 15px;
	width: 100%;
}

.form-control {
	box-sizing: border-box;
	font-size: 16px;
	height: auto;
	padding: 10px;
	position: relative;
}

.alert p:last-child {
	margin-bottom: 0;
}