body, html {
	background-image: url('../img/fundo-login.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #000;
	height: 100%;
	font-family: 'Oswald', sans-serif;
}
.social {
	padding-right: 0.7em;
	padding-bottom: 1em;
}
.topo {
	padding-top: 1em;
}
.telegram {
	padding-right: 0.7em;
}
.jumbotron {
	background-image: url('../img/login-fundo.png');
	border-radius:  1em;
	background-color:  transparent !important;
}
.btn-warning {
	background-color: #df9a05;
	color: #FFF;
	font-size: 1.5em;
	border-radius: 2em;
	padding-left: 2em;
	padding-right: 2em; 
}
.formulario-login { 
}
.formulario-login input{
	background-color: #1c252c;
	border: 1px solid #606b77;
	border-radius: 10px;
	padding: 1em;
}
.formulario-login button{ 
	margin-top: 2em;
}
.caixa {  
}
.caixa hr{ 
	background-color: #3f4953;
}
.caixa p{
	color: #1274bf;
}

.formulario-login input:focus{
	background-color: #0b1014; 
}

.formulario-login label{ 
	color: #ec9f12;
}

.jumbotron h3{
	color: #FFF;
	padding-bottom: 1em;
}

.cadastro-botao {
	border: 1px solid #74818d;
	color: #74818d;
	background-image: url('../img/login-fundo.png'); 
	background-color:  transparent !important;
	width: 100%;
}
.cadastro-botao:hover {
	border: 1px solid #d6e0ea; 
}

.cadastro {
	color: #a3a3a3;
}
.cadastro:hover {
	color: #FFF;
}

.jumbotron{
	padding: 2rem 2rem !important;
}

.brasao {
	
}
.brasao img{
	position: absolute;
	bottom: 0;
}

@media (max-width: 992px) {
	.centro {
		text-align: center !important;
	}
	.centro-rodape {
		margin-top: 1em;
		text-align: center !important;
	}
	.h-75 {
		height: auto !important;
	}
	.w-100 {
		width: auto !important;
	}

	.jumbotron{
		padding: 1rem !important;
		margin-top: 1em;
	}

	.formulario-login { 
	}
	.formulario-login input{
		background-color: #1c252c;
		border: 1px solid #606b77;
		border-radius: 10px;
		padding: 0.5em;
	}
	.formulario-login button{ 
		margin-top: 1em;
	}

	.brasao {
		display: none !important;
	}

}