input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: inherit !important;
	-webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0) inset;
	transition: background-color 5000s ease-in-out 0s !important;
}
input:-webkit-autofill { -webkit-box-shadow:0 0 0 3000px transparent inset !important; font-family: var(--fonteprimaria), sans-serif; font-size: 14px;}
input[type=email]:not(:placeholder-shown):invalid {
	color: red;
	outline-color: red;
}
body {
	background-color: rgba(var(--corprimaria),1);
	color: black;
}
.container {
	width: 100vw;
	height: 100vh;
	display: flex;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	background-color: rgba(var(--corprimaria),1);
	flex-direction: column;
	justify-content: center;
	align-items: center
}
#divlogin {
	display: flex;
	width: 600px;
	height: 200px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	border-top: 2px solid rgba(var(--corluzes),0.75);
	border-bottom: 2px solid rgba(var(--corluzes),0.75);
	opacity: 1;
	animation-name: abrindo;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	transition: all 1s cubic-bezier(0.2,0.88,0.56,0.94);
}
@-webkit-keyframes abrindo {
    from {width: 600px;
		opacity: 0.5;}
	to {width: 100vw;
		opacity: 1}
}
@keyframes abrindo {
    from {width: 600px;
		opacity: 0.5;}
	to {width: 100vw;
		opacity: 1}
}
#formlogin {
	width: 360px;
}
.login_logo, .logosvg_upersonal_login {
	width: auto;
	max-height: 200px;
	max-width: 150px;
	margin: -100px auto 15px;
	transition: 0.3s;
	animation-name: chegando;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	transition: all 1s cubic-bezier(0.2,0.88,0.56,0.94);
}
.login_logo_jpg {
	border-radius: 8px;
	border: 3px solid rgba(var(--corluzes),0.75);
}
@-webkit-keyframes chegando {
    from {transform: translate(0, -40px);
		opacity: 0.5;}
	to {transform: translate(0, 0);
		opacity: 1}
}
@keyframes chegando {
    from {transform: translate(0, -40px);
		opacity: 0.5;}
	to {transform: translate(0, 0);
		opacity: 1}
}
.formatletalogin {
	-webkit-appearance: none;
	appearance: none;
	margin: 5px 0;
	padding: 15px 5px 5px 5px;
	border: none;
	border-bottom: 1px solid ;
	border-color: rgba(0,0,0,0.5);
	height: 32px;
	font-size: 13px;
	text-align: left;
	float: left;
	outline: none;
	transition: all 0.3s !important; 
	background-color: transparent;
	border-radius: 0px !important;
}
.formatletalogin::placeholder {
	color: rgba(var(--corsecundaria),0.75);
}
.formatletalogin:focus {
	background-color: transparent;
	font-size: 15px;
	color: black;
	border-color: rgba(var(--corluzes),0.75);
}
.loginemail {
	width: 100%;
}
.loginsenha {
	width: 100%;
}
.labellogin {
	transform: translate(0, 8px);
}
.senhainvalida {
	width: 300px;
	height: 20px;
	margin: 0 auto;
	text-align: center;
	color: red;
}
#loaderhexagonos {
	left: 0px;
	top: 0px;
	width: 100%;
	gap: 5px;
	opacity: 1;
}
.loaderhex1 {
	width: 10px;
	height: 50px;
	background: rgba(var(--corluzes),1);
	box-shadow: 0 0 10px rgba(var(--corluzes),0.75);
}
.delayloader1, .delayloader2, .delayloader3, .delayloader4, .delayloader5, .delayloader6 {
	opacity: 0;
	opacity: 1 \9; /*just in case ie*/
	-webkit-animation-name: delayloader;
	-webkit-animation-duration: 1.8s;
	-ms-animation-name: delayloader;
	-ms-animation-duration: 1.8s;
	animation-direction: forwards;
	animation-iteration-count: infinite;
}
@keyframes delayloader {
	0% {opacity: 0; transform: scaleY(0.7);}
	30% {opacity: 1; transform: scaleY(1);}
	60% {opacity: 0; transform: scaleY(0.7);}
	100% {opacity: 0; transform: scaleY(0.7);}
}
.delayloader2 {
	animation-delay: 0.1s;
}
.delayloader3 {
	animation-delay: 0.2s;
}
.delayloader4 {
	animation-delay: 0.3s;
}
.delayloader5 {
	animation-delay: 0.4s;
}
.delayloader6 {
	animation-delay: 0.5s;
}
#loadertexto {
	width: auto;
	margin: 20px auto;
	text-align: center;
	font-size: 32px;
	font-family: var(--fontesecundaria);
}
@media only screen and (max-width: 600px) {
	#loadertexto {
		margin: 10px auto;
		font-size: 28px;
	}
}
.divbotaologin {
	height: 94px;
}
.loaderlogin {
    flex-direction: column;
    align-items: center;
}
.esqueceusenha, .outroemail {
	text-align: center;
	font-size: 13px;
	color: rgba(var(--corsecundaria),0.5);
	text-decoration: none;
}

.esqueceusenha {
	margin-bottom: 20px;
}