html, body {
	padding: 0;
	margin:0;
	width:100%;
	height: 100%;
	position: relative;
}
body{
/* 	background: url("/javax.faces.resource/sentinel-layout/images/topoLogin.png.jsf?ln=default&v=1_2") no-repeat center top; */
}
.header{
	text-align:center;
}
.card-splash{
	padding: 40px;
	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: 0px; */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.36);
}

#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: 0px; */
}
.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: linear-gradient(to left, #058c48 0%, #29442c 100%);
	box-shadow: none;
	text-shadow: none;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px !important;
	border: solid 1px #828282;
	transition: all linear .15s;
}

.ui-inputfield.ui-state-hover, .ui-inputfield.ui-state-focus {
	border:solid 1px #828282; 
	color:#666 !important;
}

.newButtom .ui-button-text:hover {
	color: #FFF;
	background: linear-gradient(to left, #058c48c7 0%, #29442cc7 100%);
}
.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: linear-gradient(to left, #058c48c7 0%, #29442cc7 100%) !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: 0px; */
	border-radius: 0.25rem;
    padding: 12px;
    color: #29442c;
    line-height: 1;
    font-size: 13px;
    transition: all linear .15s;
}
.forgot-password a:hover{
	background: linear-gradient(to left, #058c48c7 0%, #29442cc7 100%) !important;
	color: #fff;
}
.text-forgot h3{
	color:#29442c;
	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: #29442c;
	text-decoration: none;
}
.mb-0 a:hover{
	color: #058c48;
}
.splash-footer, .splash-footer a {
	color: #fff;
	font-size:12px;
	text-decoration: none;
}
.splash-footer a:hover{
	text-decoration:underline;
}
.blue-bar{
	content: "";
  position: relative;
  width: 100%;
  height: 0;
/*   background: linear-gradient(141deg, #791819 0%, #b13b3c 35%, #ca9091 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: 100%;
	opacity:0.99;
}
.blue-bar .background{
	background-size: cover !important;
	width:100%;
	height:100%;
	position:absolute;
	background: url("/javax.faces.resource/novoLayout/images/background_login.png.jsf?ln=default&v=1_2") no-repeat center top;
}

.ui-widget .ui-state-focus,
.ui-widget.ui-state-focus{-webkit-box-shadow: 0 0 5px 0 rgba(156, 156, 156, 0.68); box-shadow: 0 0 4px 0 rgba(156, 156, 156, 0.68);}

.backMobile {
	display: none;
}

@media (max-width: 680px) {
	.backgroundImage {
		display: none;	
	}
	
	.card-splash {
    	padding: 0px;
	}
	
}

/* .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { */
/*     border-bottom-right-radius: 0px !important; */
/* } */
/* .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { */
/*     border-bottom-left-radius: 0px !important; */
/* } */
/* .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { */
/*     border-top-right-radius: 0px !important; */
/* } */
/* .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { */
/*     border-top-left-radius: 0px !important; */
/* } */

/* .ui-button-text{ */
/*     border-radius: 0px !important; */
/*     -webkit-border-radius: 0px !important; */
/* } */