html {
	font-size: 16px;
}

body {
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Titillium Web', sans-serif;
}

h1,
h3 {
	font-weight: 700;
}

.login-box {
	background-color: #273E4C;
	color: #ffffff;
}

.login-box .btn {
	font-weight: bold;
}

.cadastro-box {
	background-color: #273E4C;
}

.cadastro-box .btn {
	font-weight: bold;
}

.cadastro-box .escolaOff {
	/*font-size: 12px;*/
	font-size: .75em;
	cursor: pointer;
	display: none;
}

.cadastro-box .btn-nivel-acesso {
	border: 1px solid #273E4C;
	border-radius: 15px;
	color: #273E4C;
	text-align: center;
	padding: 1rem;
	display: inline-table;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.cadastro-box .btn-nivel-acesso:hover,
.cadastro-box .btn-nivel-acesso.active {
	background-color: #273E4C;
	color: #ffffff;
}

.cadastro-box .btn-nivel-acesso i {
	/*font-size: 30px;*/
	font-size: 1.875em;
}

.cadastro-box .btn-primary {
	background-color: #37458e;
	border-color: #37458e;
}
