html, body {
	padding: 0;
	margin:0;
	width:100%;
	height: 100%;
	position: relative;
}
body{
/* 	background: url("/ITFGestor/javax.faces.resource/sentinel-layout/images/topoLogin.png.jsf?ln=default&v=2_5") no-repeat center top; */
}
.header{
	text-align:center;
}
.card-splash{
	width: 300px;
  margin: 0 auto;
  position: relative;
  z-index:3;
  transition: all 1000ms cubic-bezier(0.2, 1, 0.22, 1);
  transition-delay: 500ms;
  opacity:0;  
}
.padding-2{
	padding: 1.5rem;
	/*border: 1px solid rgba(79, 142, 190, 0.0);*/
	border-radius: 0.25rem;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

#login-logo{
	display:inline-block;
	/*margin: 0 auto 15px;*/
	margin: 0 auto;
	width: auto;
	overflow: hidden;
}
#login-logo h1{
	display: none;
}
#login-logo img{
	width:100%;
	max-width:220px;
	/*width:auto;
	max-height: 85px;*/
	display:inline-block;
	*display:inline-block;
	*zoom:1;
	position: relative;
	/**left:20px; */
}

.card{
	position: relative;
	display: block;
	margin-bottom: 0.75rem;
	background-color: #fff;
	border-radius: 0.25rem;
}
.table-wrapper{
	 width: 100%;
	 height: 100%;
   display: table;
   vertical-align: middle;
   text-align: center;
}
.table-cell{
	display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.formLogin{
	box-sizing: border-box;
  width: 100%;
  padding: 10px 12px !important;
	margin: 10px 0 !important;
}
.newButtom {
	margin-top:10px;
	width:100%;
}
.newButtom .ui-button-text{
	width:100%;
	background: #0096c1;
	box-shadow: none;
	text-shadow: none;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px !important;
	border: solid 1px #007ec1;
	transition: all linear .15s;
}
.newButtom .ui-button-text:hover{
	color:#fff;
	background-color: #0c96bd;
}
.newButtom .ui-button-text:active, .newButtom .ui-button-text:visited, .newButtom .ui-button-text:link {
	box-shadow: none !important;
	text-shadow: none !important;
	color:#fff !important;
	background: #0c96bd !important;
}
.hr-login{
	box-sizing: content-box;
  height: 0;
  overflow: visible;	
	margin:1rem 0 !important;
	border: 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.forgot-password a{
    text-decoration: none;
    display: block;
    border: 1px solid;
    border-radius: 0.25rem;
    padding: 12px;
    color: #0096c1;
    line-height: 1;
    font-size: 13px;
    transition: all linear .15s;
}
.forgot-password a:hover{
	background-color: #00b5c7;
	color: #fff;
}
.text-forgot h3{
	color:#388ab5;
	margin: 0;
}
.text-forgot p{
	font-size: 13px;
  color: #666;
  line-height: 1.4;
}
.mb-0{
	font-size: 13px;
  color: #666;
  margin:0;
}
.mb-0 a{
	color: #0096c1;
	text-decoration: none;
}
.mb-0 a:hover{
	color: #0086ac;
}
.splash-footer, .splash-footer a {
	color: #fff;
	font-size:12px;
	text-decoration: none;
}
.splash-footer a:hover{
	text-decoration:underline;
}
.blue-bar{
	content: "";
  position: fixed;
  width: 100%;
  height: 0;
  background: linear-gradient(141deg, #4676b9 0%, #539ac0 35%, #60bdc7 100%);
  opacity: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: all 1000ms cubic-bezier(0.2, 1, 0.22, 1);
  transition-delay: 500ms;
}
.blue-bar.active{
	height: 50%;
	opacity:0.99;
}
.blue-bar .background{
	width:100%;
	height:100%;
	position:absolute;
	background: url("/ITFGestor/javax.faces.resource/sentinel-layout/images/bottomLogin.png.jsf?ln=default&v=2_5") no-repeat center top;
}