<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1.version { 
	-webkit-animation-name: version; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 6s; /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
	animation-name: version;
	animation-duration: 0.8s;
	animation-iteration-count: infinite;
}

iframe {
    width: 100%;
    height: 400px;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes version {
	0%   {font-weight:normal;}
	50%  {font-weight:bold}
	100% {font-weight:normal;}
}

/* Standard syntax */
@keyframes version {
	0%   {font-weight:normal;}
	50%  {font-weight:bold}
	100% {font-weight:normal;}
}

#anon{
	float: left;
	text-align: center;
	margin-left: 16%;
	margin-right: 16%;
}

#acesso-anon{
    font-size: 16px;
    font-weight: bold;
	margin-top: 10%;
}

#acesso-anon-second{
	font-size: 14px;
}

#button-anon{
	width: 200px;
	background-color: #3882BC;
	border-color: #3882BC;
}

#button-anon:hover{
	background-color: #095384;
	border-color: #095384;
}

#rectangle{
	width: 3px;
	height: 241px;
	background-color: #C4C4C4;
	float: left;
	border-radius: 4px;
}

#text-login-cadastro{
	margin-left: 60%;
}


#text-login{
	font-weight: bold;
	margin-bottom: 8px;
}

#text-login-second{
	margin-bottom: 32px;
	margin-right: 17px;
}

#login,#pass{
	width: 93%;
	margin-left: 2%;
}

#group-button-login{
	margin-bottom: 2rem;
}

#submit{
	width: 100px;
	background-color: #3882BC;
	border-color: #3882BC;
}

#submit:hover{
	background-color: #095384;
	border-color: #095384;
}

#newNovo{
	margin-left: 6%;
}

.msg-incorrect{
    font-size: 12px;
    color: red;
}
#msg-incorrect-pass,
#msg-incorrect-passConfirm{
    font-size: 11px;
    color: red;
}</pre></body></html>