<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
   padding: 0;
   margin: 0;
}

body {
   padding: 0;
   margin: 0;
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
}

.h-100-porcento {
   height: 100% !important;
}

.logo {
   width: 200px;
   height: 200px;
   margin: auto;
   background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 71pt;
    line-height: 200px;
    font-family: 'Open Sans';
    color: #552e5e;
    cursor: pointer;
}

.cursor-hand {
   cursor: pointer;
}

.form-control {
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #dedcdc;
    border-radius: 50px;
    font-size: 17px;
    color: #6D6D6D;
    
}

.view-pass {
   position: absolute;
   margin: -35px 0 0;
   right: 29px;
   font-size: 16pt;
   cursor: pointer;
   color: #6a6a6a;
}

.view-pass:hover {
   color:#fff;
   background: blueviolet;
   border-radius: 6px;
}

.label-control {
   font-family: 'Zen Kaku Gothic Antique';
   font-size: 18px;
   font-weight: 600 !important;
   color: #434343;
   cursor: pointer;
}

.lembrar-dados {
   color: #2F2F30;
   font-size: 14px;
}

.recuperar-acesso {
   font-size: 14px;
    font-weight: 600;
}

.btn-entrar {
    /*padding-left: 100px;
    padding-right: 100px;
    border-radius: 18px;
    padding-bottom: 8px;
    padding-top: 8px;*/
    height: 47px;
    width:100%;
    border-radius: 50px;
}

input[type="text"]:focus, input[type="password"]:focus {
   border-color: rgb(206, 206, 206);
   box-shadow: 0 1px 1px rgba(218, 218, 218, 0.075) inset, 0 0 8px rgb(225, 225, 225);
  outline: 0 none;
  background-color: #e7e7e7;
}


#fundo-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffffe6;
  z-index: 10;
  display: none;
  top: 0;
  left: 0;
}

#texto-loading {
  position: absolute;
  width: 100%;
  height: 37px;
  text-align: center;
  top: 50%;
  margin-top: 40px;
  font-family: "Open Sans";
  font-size: 16pt;
}

.lds-dual-ring {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}


#texto-loading span#success {
  font-size: 25pt;
  position: absolute;
  margin: -53px 0 0;
  color: #33b34e;
}

#texto-loading span#error {
  font-size: 25pt;
  position: absolute;
  margin: -53px 0 0;
  color: red;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.msg-retorno {
  padding: 17px;
  margin: 15px 0px 0px;
  border-radius: 41px;
  background: #f3f3f3;
}

.link-cancelar {
   color: #EF1818;
   font-size: 13px;
   font-weight: 600;
}

.link-cancelar:hover {
   color: #EF1818;
   font-size: 13px;
   font-weight: 600;
}

.info-login {
   font-family: 'Open Sans';
   font-weight: 600;
   margin: auto;
}

.info-login-erro {
   background: #FFEEEE;
   padding: 20px;
   color: #F13A3A;
   font-family: 'Open Sans';
   border-radius: 50px;
   margin: auto;
   font-weight: 600;
   display: none;
   text-align: center;
}</pre></body></html>