.logo-signin{
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
	display:flex;
	justify-content: center;
}
.form-signin{
	background-color:rgba(255,255,255,.8);
	border-radius:10px;-webkit-border-radius:10px;
	-webkit-box-shadow:2px 5px 10px 6px rgba(0,0,0,.4);
	box-shadow:2px 5px 10px 6px rgba(0,0,0,.4);
}
.carousel{z-index:-99}

.bg-login-sicredi{
	background-attachment: fixed !important;
	background-position-x: center !important;
}

.carousel .item{
	position:fixed;
	opacity:0;
	top:-13%;
	left:-15%;
	width:115%;
	height:110%;
	-webkit-transition:all 3ms ease-in-out;
	-moz-transition:all 3ms ease-in-out;
	-ms-transition:all 3ms ease-in-out;
	-o-transition:all 3ms ease-in-out;
	transition:all 3ms ease-in-out;
}
/* .carousel .one{background:url(../img/login01.jpg);background-size:cover;-moz-background-size:cover} */
/* .carousel .two{background:url(../img/login02.jpg);background-size:cover;-moz-background-size:cover} */
.carousel .active{opacity:1!important}

.logo-login{
	font-size: 10px !important;
	object-fit: contain;
	text-align: center;
}

.btn-acessar-cresol{
	background-color: #ee8600;
	border-color: #ee8600;
}

.btn-acessar-cresol:hover{
	background-color: #d87b04;
	border-color: #ee8600;
}

.alerta-desenvolvimento {
	color: #000;
	background: #f3d434;
	border-color: #faebcc;
	font-weight: 600;
}