@import url(fonts.css);
@import url(bootstrap-no-spacing.css);

html {
	position: relative;
	min-height: 100%;
	background: url(../images/bg-body-2.jpg) no-repeat fixed;

        background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body{

	font-family:'os-regular';
	background: #ACD7EE ;

}

img{
	display: block;
	max-width: 100%;
	height: auto;
}
h1{
	
}
h2{

}
i{
	color: #331D49;
}
a:hover i{
	
		
}
h3{
	text-transform: uppercase;
	font-size: 16px;
	font-family:'roboto-bold';
}
h4{
	text-transform: uppercase;
	font-size: 14px;
	font-family:'trajanPro-bold';
	color: #fff;
}
a{
	color: #FFF;
    text-decoration: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
a:hover, a:focus{
    outline: none;	
	text-decoration: none;
    color: #BBB;
}
input{/*text-transform: uppercase;*/ text-align: center;}

select{
	text-transform: uppercase;
	text-align: center;
}
hr{
    border-top: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 0px;
}
input:focus {
  outline: none;
}
.mg-z-auto{
	margin: 0 auto;
}
.tx-al-center{
	text-align: center;
	width: 100%;
}
.pad-z-r{
	padding-right: 0;
}
.center-y {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 45%);
}

footer img{
	z-index: -1;
	position: absolute;
	bottom: 0;
}

/*====================LOGIN=======================*/
.tela-login{
	/*padding: 5%;*/
        /*padding: 29px 0 3px 0;*/
         padding: 60px 0 42px 0;
	background: #fff;
		-webkit-box-shadow: 3px 1px 6px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    3px 1px 6px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         3px 1px 6px 0px rgba(50, 50, 50, 0.25);
}
.tela-login h1{
	font-family:'os-light';
	font-size: 30px;
	color: #5160A6;
	display: block;
	margin: 0 auto;
	max-width: 510px;
	text-align: center;
}
.tela-login h2{
	font-family:'os-light';
	font-size: 24px;
	color: #666666;
	margin: 0 0 25px;


}
.tela-login .row{
	margin-bottom: 1%;
}
.tela-login .logo{
	display: block;
	margin: 0 auto;
        max-width: 221px;
}
.area-login{
	padding: 22px;
	background: #fff;
	max-width: 420px;
	margin: 0 auto;
	text-align: center;

}
.area-login i{
	font-size: 25px;
	color: #8CC152;
	line-height: 35px;
}
.area-login input[type="text"], .area-login input[type="password"]{
	text-align: left;
	color: #666;
	border-radius: 0;
	margin: 0 0 10px;

}

.bt-entrar {
/*	background: url(../images/bt-entrar.png) no-repeat;
	width: 34px;
	height: 34px;
	border: 0;
	text-indent: -9000px;*/
    background: none;
    border: 0;
    outline: 0;
}
.bt-entrar i{
	font-size: 34px;
	font-weight: bold;
}
.area-login span{
	color: #666666;
	margin: 5px 0 20px 0;
	display: block;
}
.area-login a{
	color: #253A91;
	display: inline;
	position: relative;
    top: -8px;
}
.area-login a:hover {
	text-decoration: underline;
}
.esqueci{
	padding-top: 15px;
}
/*===============QUERYS================*/
/*bootstrap XS*/
@media (max-width: 767px) {

	.tela-login h1{
		font-size: 22px;
	}
	.area-login{
		padding: 9px;
	}
	.logo{
		width: 149px;
	}

}
/*bootstrap SM*/
@media (min-width: 768px) {}
/*bootstrap MD*/
@media (min-width: 992px) {}
/*bootstrap LG*/
@media (min-width: 1200px) {}
