@charset "utf-8";
/*	developed by tiagofelipe.com
	v0.1 stylesheet
*/
a,button,input{
	outline:none !important;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
.oculto{display:none}
.img-block{display:inline-block !important}

/* Parallax and FullScreen Background */
/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}

/* visual styles */
.not-fullscreen {
    height:50%;
}
/*//// Parallax and FullScreen Background */

/* Global CSS */
html{
    height:100%;
	font-weight:300;
}
body{
	font-weight:300;
	background-color:#0E5995
}
.content-overflow{
	/*overflow:hidden;*/
}
ul, li{
	padding:0;
	margin:0;
}
h1,h2,h3,h4{
	font-weight:300;
	color:#666666;
	padding:0;
	margin:0 0 16px 0;
}
h1{font-size:32px}
h2{font-size:28px}
h3{font-size:18px}
h4{font-size:16px}
h1 strong,h2 strong,h3 strong,h4 strong{
	font-weight:400;
}
.center-full.cinza{
	background-color:#F6F7F7;
	padding:50px 0;
}
.center-full.azul{
	background-color:#E4EEF2;
	padding:50px 0;
}
.bg-white{
	background-color:#FFFFFF;
}
.content{
	clear:both;
}
.clearboth{
	clear:both
}

.bg-c{
	position:relative;
}
li img,
.bg, .bg img {
  -webkit-transition: opacity 1.4s;
     -moz-transition: opacity 1.4s;
      -ms-transition: opacity 1.4s;
          transition: opacity 1.4s;
}
.bg{
	position:fixed;
	z-index:-1;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-size:cover;
	opacity:0.8;
}
.bg img{
	display:none;
}
.bg.is-loading img, .bg.is-loading{
  opacity: 0;
}
.container-login{
	padding:25px 30px;
	z-index:2;
}
.logo{
	width:300px;
	height:68px;
	background:url(../../images/cc/login/logo.png) no-repeat;
	background-size:cover;
	overflow:hidden;
	text-indent:-5000px;
	display:block;
}
.d-t {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: table;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.d-r{
  display: table-row;
  height: 100%;
}
.d-c{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align:center;
}
.d-c.r{
	padding-right: 46px;
	width: 1px;
	text-align:left;
}
.timer{
	display:inline-block;
}
.timer h1{
	font-size:150px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:300;
	margin:0;
	text-shadow: -1px -1px 0 rgba(0,0,0,.1),1px -1px 0 rgba(0,0,0,.1),-1px 1px 0 rgba(0,0,0,.1),1px 1px 0 rgba(0,0,0,.1);
}
.timer h2{
	text-align:center;
	display:block;
	font-size:30px;
	text-transform:uppercase;
	color:#FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,.1),1px -1px 0 rgba(0,0,0,.1),-1px 1px 0 rgba(0,0,0,.1),1px 1px 0 rgba(0,0,0,.1);
}
.login-tab{
	width:450px;
	background-color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:left !important;
	overflow:hidden;
	position:relative;
}
.login-tab form{
	margin:0;
}
.login-tab .hdiv{
	border-bottom:#CCC 1px solid;
	padding-top:10px;
}
.login-tab .pcontent{
}
.login-tab h1{
	font-size:18px;
	font-weight:400;
	color:#333;
	padding:30px 20px 20px;
	margin:0;
	background:url(../../images/cc/login/app-cloud.png) right 20px center no-repeat;
}
.form-login label{
	display:none;
	position:relative;
}
.input-login{
	display:block;
	background:none;
	width:100%;
	border:none;
	padding:20px;
	border-bottom:#f2f2f2 1px solid;
	cursor:pointer;
	-webkit-transition: all 150ms linear,border-color 0s;
  transition: all 150ms linear,border-color 0s;
  font-size:16px;
}
input:hover.input-login{
	background-color:#F8F8F8;
}
.btn-login{
	border:none;
	display:block;
	width:100%;
	padding:20px;
	text-align:center;
	font-size:20px;
	color:#FFF;
	font-weight:400;
	background-color:#427FED;
}
.login-errors{
	padding:20px 20px 0;
	color:#900
}
.text-bottom-left{
	text-shadow: -1px -1px 0 rgba(0,0,0,.1),1px -1px 0 rgba(0,0,0,.1),-1px 1px 0 rgba(0,0,0,.1),1px 1px 0 rgba(0,0,0,.1);
	position:absolute;
	z-index:2;
	bottom:20px;
	left:30px;
	opacity:0.8;
	color:#FFF;
	font-weight:400;
}
.text-bottom-left a{
	color:#FFF;
}
a.recover-pw{
}
.esqueceu-senha{
	position:absolute;
	top:30px;
	right:60px;
}
@media screen and (max-width: 840px) {
	.d-c.left{
		display:none
	}
	.d-c.r {
	  padding-right: 0;
	  width: 100%;
	}
	.login-tab, .logo {
		margin:auto;
	}
	.text-bottom-left {
	  z-index: 2;
	  bottom: 20px;
	  left: 0;
	  right:0;
	  position:relative;
	  display:block;
	  width:100%;
	  text-align:center;
	  bottom:0;
	  top:0;
	}
	.d-t {
	  bottom: 0;
	  left: 0;
	  position: relative;
	  right: 0;
	  top: 0;
	  display: table;
	  height: 100%;
	  width: 100%;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  margin:30px auto;
	}
}
@media screen and (max-width: 470px) {
	.login-tab {
	  width: 100%;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0;
	}
}
@media screen and (max-height: 430px) {
}