html, body{
	height:100%; /* aqui definimos que o html e o body terão altura de 100% */
}
body {
  
}
.full{
	width:100%; height:auto; min-height:100%;
	background-image:url(../img/bgs/bg01.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position: relative;
}
.rodape{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.70);	
	display: table;
	font-size: 12px;
}
.rodape a, .rodape a:hover, .rodape a:link, .rodape a:visited{
	float: right;
	margin: 5px 20px 5px 0px;
	color: rgba(255,255,255,0.50);
}
.logo1{
	width:150px;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
.form-signin {
	position: absolute;
	width: 440px;
	background-color: rgba(255,255,255,1.00);
	padding: 50px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.form-signin span{
	float: left;
	clear: both;
	margin-bottom: 20px;
	font-size: 12px;
}
.form-signin h5{
	float: left;
	clear: both;
	margin-bottom: 30px;	
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin input{
	margin-bottom: 10px;
	background-color: rgba(255,255,255,1.00) !important;
	border: 1px solid rgba(132,132,132,1.00);
	border-left: none;
	border-top: none;
	border-radius: 0px;	
}
.form-signin input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.form-signin input:first-of-type{
	border: 1px solid rgba(132,132,132,1.00);
	border-right: none;
	border-bottom: none;
}
.form-signin .btn{
	border-radius: 0px;
}
.form-signin .btn-recover{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.manter{
	float:left;
	margin-top:5px;
	font-weight:normal;
	line-height:31px;
}
.form-signin .manter input{
	margin:9px 5px 0 0;
	float:left;	
}
.esqueci{
	float:left;
	clear:both;
	margin-top:50px;
	width:100%;
	text-align:center;
}

.container-fluid{
  	padding-top: 40px;
	padding-bottom: 40px;	
}
.container-fluid a, a:hover, a:link, a:visited{
	/*float:right;*/
	margin-top:10px;
	color:#3E3E3E;
	text-decoration:none;
}
.alert {
  padding: 15px 35px 15px 35px;
  margin-bottom: 20px;
  position:fixed;
  top:10px;
  left:calc(100% + 21px);
  width:50%;
  min-height:65px;
  border:5px solid;
  border-right:none;
  border-color:rgba(0,0,0,0.05);
  z-index:9999;
  border-radius:0px;
}
.alert-dismissible .close,
.alert-dismissible .close:hover{
	position:absolute;
	top:10px;
	right:10px;
}
.alert p{
	font-weight:bold;
}
.alert:after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;	
   width:44px;
   padding:11px 0 0 11px;
   height:55px;
   background:url(../img/sprite.png);
   position:absolute;
   top:10px;
   left:-21px;
}
.alert-success {
  color: #2e5014;
  background-color: #d5efc2;
}
.alert-success:after {
   content:"\e084";
   background-position:0 0;
}
.alert-info {
  color: #152e51;
  background-color: #c2d8ef;
}
.alert-info:after {
   content:"\e086";
   background-position:0 -165px;
}
.alert-warning {
  color: #b9a32d;
  background-color: #ffef99;
}
.alert-warning:after {
   content:"\e101";
   background-position:0 -110px;
}
.alert-danger {
  color:#511515;
  background-color:#efc2c2;
}
.alert-danger:after {
   content:"\e083";
   background-position:0 -55px;
}
.msg{
	width: 100%;
	background-color:#FFFFFF;
	padding:10px 0;
  	position: fixed;
  	top: 50%;
    -webkit-transform: translateY( -50% );
    -moz-transform: translateY( -50% );
    transform: translateY( -50% );
  	z-index:1050;
	opacity:0;
}
.msg .container{
	max-width:500px;
	position:relative;
	padding-left:10px;
	border-left: solid 10px;
	border-right: solid 10px;
	padding-bottom:47px;
	z-index:1130;
}
.msg .container ul{
	margin-left:30px;
}
.msg .container i{
	position:relative;
	float:left;
	margin-right:10px;
	z-index:1040;
}
.msg .container .btn{
	float:right;
	margin-left:10px;
}
.msg .container .btn-grp{
	position:absolute;
	bottom:0px;
	right:10px;
}
.msg .msg-sep{
	width:calc(100% - 38px);
	float:left;	
}
.msg-info{
	border-color:#5bc0de !important;
}
.msg-info i{
	color:#5bc0de;
}
.msg-warning{
	border-color:#f0ad4e !important;
}
.msg-warning i{
	color:#f0ad4e;
}
.msg-danger{
	border-color:#d9534f !important;
}
.msg-danger i{
	color:#d9534f;
}

@media screen and (max-width: 767px) {
	.full{
		background-color: rgba(255,255,255,1.00) !important;
		background-image: none !important;		
	}
	.form-signin {
		position: absolute;
		width: 100%;
		padding: 50px;
		left: 0px !important;
		top: 0px !important;
		margin: 0px !important;
		transform: none !important;
	}
	.rodape{
		background-color: rgba(255,255,255,1.00) !important;	
	}
	.rodape a, .rodape a:hover, .rodape a:link, .rodape a:visited{
		float: right;
		margin: 5px 20px 5px 0px;
		color: rgba(0,0,0,0.50);
	}
	
	
}
