/*========= GERAL =========*/

.mt-10{
	margin-top: 10px;
}

.mt-20{
	margin-top: 20px;
}

.mt-30{
	margin-top: 30px;
}

.mt-40{
	margin-top: 40px;
}

.mt-60{
	margin-top: 60px;
}

.mt-80{
	margin-top: 80px;
}

.mb-20{
	margin-bottom: 20px;
}

.mb-25{
	margin-bottom: 25px;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-50{
	margin-bottom: 50px;
}

.mb-80{
	margin-bottom: 80px;
}

.mb-200{
	margin-bottom: 200px;
}

.padd-x-20{
	padding-right: 20px;
	padding-left: 20px;
}

.padd-x-100{
	padding-right: 150px;
	padding-left: 150px;
}


.btn-green{
	background-color: #008000;
	border-color: #008000;
}

.btn-green:hover{
	background-color: #006400;
	border-color: #006400;
}

.btn-gold{
	background-color: #f9a825;
	border-color: #f9a825;
}

.btn-gold:hover{
	background-color: #f57f17;
	border-color: #f57f17;
}

.btn-voltar{
	background-color: orange;
	padding-right: 20px;
	padding-left: 20px;
	color: white;
}

.flt-r{
	float: right;
}

@media (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .mt-sm-80 {
    margin-top: 30px;
  }
}

/*========= INSTALAÇÃO E CONFIGURAÇÃO =========*/

.titulo_H2{
	color: #004085;
}


/*========= INDEX =========*/

.card_bemvindo{
	background-color: #004085;
	opacity: 96%;
}

.card_bemvindo_h3{
	color: white;
	font-family: 'Lato';
}

.card_bemvindo_p{
	color: white;
}

.div_card_bemvindo{
	height: 400px;
	vertical-align: middle;
}

.logout{
	margin-right: 20px;
	float: right;
}


/*========= LOGIN =========*/

.login_h1{
	font-family: Architects Daughter;
	font-size: 70px;
	color: #004085;
	margin: 0;
}

.login_p{
	font-size: 23px;
	color: #D2D7DF;
	margin-top: -12px;
}

.login_h1_2{
	font-size: 24px;
	font-weight: 320;
}

/*========= SHOW_SERVER =========*/

.txtArea300{
	min-height: 300px;
	max-height: 300px;
}

.input_ip{
	max-width:200px;
}

/*========= VER_REGRAS =========*/

.font_table{
	font-weight:400;
}

