<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#loginpage {
  position: relative;
  display: block;
  width: 100%;
}
#signs {
  position: relative;
  display: block;
  width: 100%;
  z-index: 200;
  padding-top: 120px;
}
#signs .or {
  height: 80px;
  display: block;
  line-height: 80px;
  opacity: 0.4;
}
#signs .input {
  height: 70px;
  width: 100%;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 10px;
  position: relative;
  display: block;
}
#signs .input svg {
  position: absolute;
  top: 25px;
  right: 25px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
#signs .input svg path {
  fill: #fff;
}
#signs .input input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 0 30px;
}
.bigbutton {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 100%;
  border-radius: 35px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background: #f78c1f;
  background: linear-gradient(
    146deg,
    #1e856c 0,
    #159e81 33%,
    #1abf9e 69%,
    #1e856c 100%
  );
}
.bigbutton.normal {
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.7;
}
.bigbutton.normal:hover {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.bigbutton svg {
  position: absolute;
  top: 25px;
  left: 25px;
  height: 20px;
  width: 20px;
}
.bigbutton svg path {
  fill: #fff;
}
.bigbutton::before {
  width: calc(100% - 2px);
  height: 68px;
  border-radius: 35px;
  background: #020202;
  position: absolute;
  top: 1px;
  left: 1px;
  content: "";
  transition: all 0.2s ease-in-out;
}
.bigbutton:hover::before {
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: 66px;
}
.bigbutton .inner {
  position: relative;
  z-index: 10;
  display: block;
  padding-left: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 66px;
}
#signs .box {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#signs .box .title {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}
#signs .box .under {
  font-size: 14px;
  color: #81838a;
  font-weight: 400;
  margin-bottom: 40px;
}
#signs .options {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 30px;
  padding: 0 20px;
}
#signs .options .forgot,
#signs .options .remember {
  float: left;
  font-size: 14px;
  color: #81838a;
  line-height: 30px;
  display: inline-block;
  padding-left: 35px;
  text-align: left;
  width: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}
#signs .options .forgot:hover,
#signs .options .remember:hover {
  color: #a0a1a8;
}
#signs .options .remember .check {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background: rgba(129, 131, 138, 0.2);
  position: absolute;
  top: 7px;
  left: 0;
  transition: all 0.2s ease-in-out;
}
#signs .options .remember.active .check {
  background: var(--orange);
}
#signs .options .forgot {
  float: right;
  padding-left: 0;
  text-align: right;
}
#signs .options .terms {
  width: 100%;
  text-align: center;
}
#signs .notamember {
  position: relative;
  display: block;
  font-size: 18px;
  margin-top: 30px;
  color: #81838a;
}
#signs .notamember .signup {
  color: #d7d8e0;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#signs .notamember:hover .signup {
  color: #fff;
}
#loginButton {
  overflow: hidden;
}
#loginButton::after {
  position: absolute;
  top: 70px;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "Logando
sua
conta...";
  border-radius: 35px;
  line-height: 64px;
  letter-spacing: 1px;
  background: var(--orangeh);
  z-index: 200;
  transition: all 0.2s ease-in-out;
}
#loginButton.loading::after {
  top: 0;
  opacity: 1;
}
#loginButton.success::after {
  background: var(--orange);
  content: "Conta
verificada com sucesso";
}
#loginButton.error::after {
  background: var(--red);
  content: "Erro verificando, tente
novamente";
}
#signs .errormsg {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #f08283;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 15px;
}
.recovermsg {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.successRecover {
  width: 100px;
  height: 100px;
  position: relative;
  display: block;
  margin: 50px auto;
}
.successRecover path {
  fill: #fff;
}
.loginPageAnims {
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 120px;
}
.loginPageAnims.blob1 {
  background-image: url(img/blob1.svg);
}
.loginPageAnims.blob2 {
  background-image: url(img/blob2.svg);
}
.loginPageAnims.blob3 {
  background-image: url(img/blob3.svg);
}
.loginPageAnims.blob4 {
  background-image: url(img/blob4.svg);
}
.loginPageAnims.blob5 {
  background-image: url(img/blob5.svg);
}
@media only screen and (max-width: 460px) {
  #signs {
    padding-top: 20px;
  }
  #signs .options .forgot,
  #signs .options .remember {
    font-size: 12px;
  }
  #signs .options .terms {
    line-height: 15px;
    font-size: 11px;
  }
}
</pre></body></html>