header{
   background: linear-gradient(270deg,#26b4bd,#3daa35);
    color: #fff;
}
*{
	font-family: "Encode Sans", sans-serif;
}
body,html{
	height: 100%;
	position: relative;
}
.wrapper-logon{
	align-content: center	;
}
body{
	background: url(../img/login-Dl1yShgU.png) center center no-repeat;
	background-size: contain;
}
.logo{
	height: 34px;
}
.text-danger{
	color: red !important;
}
.titulo{
	color: #279D2E;
	font-weight: 600;
	font-size: 24px;
	margin: 0px 0px 8px;
}
section{
	width: 90%;
}
label{
	font-size: 16px;
	font-weight: 600;
}
.form-control{
	background: #f8f8f8!important;
	height: 42px;
	box-shadow: 0 0 0!important;
	border-bottom-color: #111!important;
}
.btn-primary{
	background: #3c3c3b!important;
	border-color: #3c3c3b!important;
	height: 42px;
	border-radius: 4px 12px 4px 12px;
}
.logonlogon{
	align-content: center;
}
p a{
	color: #007a2b!important;
}
.logon{
	min-height: 750px;
	box-shadow: 0px 5px 10px 0px #0002;
}
.showPassword{
	bottom: 10px;
	right: 0px;
	border:0;
	background: transparent;
	cursor: pointer;
}
.spinner{
	height: 90px;
	width: 90px;
	border-radius: 90px;
	border:9px solid #3c3c3b55;
	border-left-color: #279D2E;
	animation: girar .5s	 linear infinite;
}
.tetete{
	color: #279D2E;
	animation: .5s linear 1 vibrar;
}
.text-success{
	color: #279D2E!important;
}
.img-flecha{
	transform-origin: center;
	animation: 1.5s linear infinite flecha;
}
@keyframes flecha{
	0%{
		transform: translateY(0px) scale(1.0);
	}
	50%,60%{
		transform: translateY(10px) scale(1.2);
	}
}
@keyframes vibrar{
	0%{
		transform: translateY(0px) scale(1.0);
	}
	50%,60%{
		transform: translateY(-5px) scale(1.1);
	}
}
@keyframes girar{
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}
@media (max-width:567px){
	.logon{
		height: 100%;
		box-shadow:0 0 0;
		min-height: 600px;
	}
	.logon-logon-logon{
		border-radius:  18px 18px 0 0 ;
		position: relative;
		top: -50px;
		padding: 20px ;
		width: 100%;
	}
	header{
		height: 120px;
	}
	.logg{
		height: 35px;
	}
	.navbar > div{
		justify-content: center!important;
	}
}