/*###################################################
    Folha de stilo: Login - Área do Cliente
    Autor: Leandro Eustáquio
###################################################*/

/*######### BASE #########*/
html,body{
    height:100%;
}

.alert:empty{
	display:none!important;
}

.alert{
	padding:5px;
	font-size:12px;
	margin-top:-5px;
}

.alert-warning {
    color: #0c0c0c;
    background-color: #ffcd90;
    border-color: #faebcc;
	height: 30px;
}

body{
    font-family: 'Baloo 2', cursive;
    /*background-image:url('../img/bg.jpg');*/
	background-color:#2a004e!important;
    background-size: cover;
    background-repeat: no-repeat;
    color:#000 !important;
    font-size: 16px;
}

h1{
    font-weight: bold;
    font-size: 30px;
}

header{
    padding: 20px 0;
    text-align: center;
	padding: 10px 0 10px 0;
}

.p0{
    padding: 0!important;
}

section{
    padding-top: 3.5rem;	
}

.centro {
    display: flex; 
    align-items: center;
    justify-content: center; 
    text-align: center; 
    height: 555px;
}  

.caixa-login{
    background-color: #fff;
    width: 100%;
    min-height: 450px;
    padding: 20px;
    position: relative;
	border-radius: 20px
}


.caixa-login.banner{
	padding:0!important;
}

.banner{
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.banner a{
	width:100%;
	height:100%;
	display:block;
}

.banner a.not-full{
	display:inline-block!important;
	width:inherit;
	height:inherit;
}

.nav-tabs{
    border:0;
    margin-top: 35px;
    list-style: none;
}

.nav-tabs li{
    width: 50%;
    margin: 0;
}

.nav-tabs li:nth-child(1){
    margin: 0;
    padding: 0;
}

.nav-tabs li:nth-child(1) img{
    width: 20px;
    margin-top: -8px;
    padding-bottom: 5px;
}

.nav-tabs li:nth-child(1) img.on{
    display: none;
}

.nav-tabs li:nth-child(1) a:hover img.on{
    display: inline-block;
}

.nav-tabs li:nth-child(1) a:hover img.off{
    display: none;
}

.nav-tabs li:nth-child(1) img.off{
    display: inline-block;
}

.nav-tabs li.active:nth-child(1) img.on{
    display: inline-block;
}

.nav-tabs li.active:nth-child(1) img.off{
    display: none;
}

.nav-tabs li:nth-child(2) img{
    width: 30px;
    margin-top: -8px;
    padding-bottom: 5px;
}

.nav-tabs li:nth-child(2) img.on{
    display: none;
}

.nav-tabs li:nth-child(2) a:hover img.on{
    display: inline-block;
}

.nav-tabs li:nth-child(2) a:hover img.off{
    display: none;
}

.nav-tabs li:nth-child(2) img.off{
    display: inline-block;
}

.nav-tabs li.active:nth-child(2) img.on{
    display: inline-block;
}

.nav-tabs li.active:nth-child(2) img.off{
    display: none;
}

.nav-tabs li a{
    font-size: 20px;
    color: #000;
    margin: 0;
}

.nav-tabs li a:hover, .nav-tabs li:hover{
    border:0!important;
    text-decoration: none;
    color: #cc1216;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus{
    color: #cc1216;
    border: 0;
    border-bottom: 5px solid #cc1216;
    font-weight: bold;
    padding-bottom: 10px;
    text-decoration: none;
}

.nav-tabs>li.active>a:hover{
    border: 0;
    border-bottom: 5px solid #cc1216!important;
    color: #cc1216;
}

.tab-content{
    margin-top: 35px;
    text-align: left;
    padding: 0 10px;
}

.form-group label{
    font-weight: normal;
    font-size: 16px;
}

.form-control{
    border-radius: 0;
    border:1px solid #ddd;
}

.btn-vermelho{
    background-color: #cc1216;
    color: #fff;
    padding: 8px 25px;
}

.btn-vermelho:active, .btn-vermelho:focus{
	background-color: #cc1216;
    color: #fff;
}

.btn-vermelho:hover, .btn-branco:hover{
    color: #fff;
    background-color: #0a0d14;
	border:0;
}

.info{
    position: absolute;
    bottom: 4%;
    font-size: 14px;
    text-align: center;
    width: 100%;
    color:#a0a0a0;
	border-top:1px solid #ddd;
	left:0;
	padding-top:1.5rem;
}

.btn-branco{
	background-color: #fff;
    border: 0;
    color: #ff004b;
}

.btn-principal {
  background-color: #ff5a5a;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  border: 1px solid #ff5a5a;
}

.btn-principal:hover,
.btn-principal:focus {
  color: #fff;
  background-color: #ff8e09;
  -webkit-transition: background 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease;
  -o-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
  border: 1px solid #ff8e09;
}

.btn-principal-outline {
  color: #ea7f01;
  border: 1px solid;
  border-radius: 100px;
  background-color: transparent;
}

.btn-principal-outline:hover,
.btn-principal-outline:focus {
  color: #fff;
  background-color: #ff8e09;
  border: 1px solid #ff8e09;
  -webkit-transition: background 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease;
  -o-transition: bacwkground 0.3s 0s ease;
  transition: background 0.3s 0s ease;
}

.btn-default {
  color: #5a5a5a;
  border: 1px solid;
  border-radius: 100px;
  background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
	color: #fff;
	background-color: #5a5a5a;
	border: 1px solid #5a5a5a;
	-webkit-transition: background 0.3s 0s ease;
	-moz-transition: background 0.3s 0s ease;
	-o-transition: background 0.3s 0s ease;
	transition: background 0.3s 0s ease;
}

button:focus {outline:0!important;}

.icon-logo{
	-webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.18);
	-moz-box-shadow:    3px 3px 3px 0px rgba(50, 50, 50, 0.18);
	box-shadow:         3px 3px 3px 0px rgba(50, 50, 50, 0.18);
}

/*MOBILE*/
@media(max-width:768px){

	body{
		background-color:#ffffff!important;
		background-image:none!important;
	}
	h1{
	    margin-bottom: 40px;
	}
	
	.caixa-login{
		padding:10px!important;
	}
	
	.col-lg-6:nth-child(2){
		display:!important;
	}
	
	.caixa-login{
		height: 100vh;
		border-radius: 0;
	}
	
	.centro{
		display: block!important;	
		min-height: 25vh!important;
		height:auto;
	}
	
	.caixa-login h1{
		margin-top:10px!important;
	}
	
	.list-inline {
		margin:0;
	}
	
	.nav-tabs{
		zoom:0.9;
	}
	
	.nav-tabs li {
		width:auto!important;
		float:inherit!important;
		padding-right:13px!important;
	}
	
	.nav-tabs li a{
		font-size:14px!important;
		display:block;
	}
	
	.links-acoes{
		font-size:14px;
	    margin-bottom: 3rem;
	}
	.botoes-acesso{
		zoom:1.2;
	}
	
	.botoes-acesso .col-md-12{
		text-align:center!important;
	}
	
	.alert-warning {
		min-height:30px;
		height:auto;
		zoom:1.3;
	}
	
}

/*FIM MOBILE*/