﻿script {
  display: none !important;
}
.loading-persistant {
  display: flex;
  justify-content: center;
  height: 90px;
  width: 90px;
  margin: 0 auto;
  position: relative;
}
.loading-persistant .lds-ring {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.loading-persistant .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #4f46e5;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4f46e5 transparent transparent transparent;
}
.loading-persistant .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-persistant .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-persistant .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
html body {
  min-width: 100%;
  flex-grow: 1;
  background-color: #f1f5f9;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
}
html body main {
  display: flex;
}
html body main > * {
  flex-grow: 1;
}
html body main #Login {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
html body main #Login .box {
  background-color: #ffffff;
  width: 100%;
  max-width: 440px;
  height: fit-content;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
}
html body main #Login .box,
html body main #Login .box * {
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  html body main #Login .box .conteudo {
    padding: 48px 56px 44px;
  }
}
@media (max-width: 767px) {
  html body main #Login .box .conteudo {
    padding: 32px 24px 28px;
  }
}
html body main #Login .box .conteudo .logo {
  margin-bottom: 4px;
}
html body main #Login .box .conteudo .logo span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #4f46e5;
  color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 1.375rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
html body main #Login .box .conteudo .boas-vindas {
  color: #0f172a;
  font-weight: 700;
  font-size: 1.375rem;
  margin-top: 16px;
  letter-spacing: -0.01em;
}
html body main #Login .box .conteudo .dica {
  color: #64748b;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: none;
}
@media (min-width: 768px) {
  html body main #Login .box .conteudo .dica {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  html body main #Login .box .conteudo .dica {
    margin-top: 4px;
  }
}
html body main #Login .box .conteudo form {
  text-align: left;
}
@media (min-width: 768px) {
  html body main #Login .box .conteudo form {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  html body main #Login .box .conteudo form {
    margin-top: 24px;
  }
}
html body main #Login .box .conteudo form .linha {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  html body main #Login .box .conteudo form .linha:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  html body main #Login .box .conteudo form .linha:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
html body main #Login .box .conteudo form .linha input[type="text"] {
  width: 100%;
  border: 1px solid #cbd5e1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 42px;
  padding: 0 14px;
  font-size: 0.9375rem;
  color: #0f172a;
  background-color: #ffffff;
  outline: none;
}
html body main #Login .box .conteudo form .linha input[type="text"]:focus {
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px #eef2ff;
}
html body main #Login .box .conteudo form .linha input[type="text"].error {
  border-color: #ef4444;
}
html body main #Login .box .conteudo form .linha input[type="text"]::placeholder {
  color: #94a3b8;
}
html body main #Login .box .conteudo form .linha .container-senha {
  position: relative;
  width: 100%;
  border: 1px solid #cbd5e1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  height: 42px;
}
html body main #Login .box .conteudo form .linha .container-senha:focus-within {
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px #eef2ff;
}
html body main #Login .box .conteudo form .linha .container-senha.error {
  border-color: #ef4444;
}
html body main #Login .box .conteudo form .linha .container-senha input {
  padding: 0 42px 0 14px;
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  font-size: 0.9375rem;
  color: #0f172a;
  background-color: transparent;
}
html body main #Login .box .conteudo form .linha .container-senha input::placeholder {
  color: #94a3b8;
}
html body main #Login .box .conteudo form .linha .container-senha button {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 5;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  html body main #Login .box .conteudo form .linha .container-senha button:hover {
    opacity: 0.65;
  }
}
html body main #Login .box .conteudo form .linha .container-senha button i {
  font-size: 16px;
  color: #64748b;
  line-height: 1;
}
html body main #Login .box .conteudo form .linha label.error,
html body main #Login .box .conteudo form .linha span.field-error {
  font-size: 0.8125rem;
  color: #ef4444;
  display: block;
  margin-top: 4px;
  width: 100%;
}
html body main #Login .box .conteudo form .linha button[type="submit"] {
  width: 100%;
  border: none;
  height: 42px;
  margin-top: 8px;
  background-color: #4f46e5;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0.02em;
}
@media (hover: hover) and (pointer: fine) {
  html body main #Login .box .conteudo form .linha button[type="submit"]:not(:disabled):hover {
    background-color: #4338ca;
  }
}