@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  color: #000;
  text-align: center;
}
body {
  min-height: 100vh;
  position: relative;
}

h2 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 100;
}

h3 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

button {
  color: #000000;
  padding: 16px 32px;
  background: #ffc845;
  border-radius: 43px;
  font-size: 16px;
  border: 1px solid transparent;
  transition: all 300ms cubic-bezier(0.66, 0, 0.33, 1);
}

button:hover {
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #ffc845;
  background: #000000;
  border-radius: 43px;
  font-size: 16px;
}

/* main */

.Autenticar {
  width: 100vw;
  min-height: 100vh;
  border: none;
  position: fixed;
  background: #eeeeee;
  display: flex;
  justify-content: center;
}

/* Container */

.Autenticar__Container {
  width: 420px;
  height: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}

/* Logo */

.Autenticar__Logo {
  width: 200px;
  display: flex;
  justify-content: center;
  margin-bottom: 23px;
}

.Autenticar__Logo a {
  display: flex;
}

.Autenticar__Logo img {
  width: 200px;
}

/* Content */

.Autenticar__Content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

/* Form */

.Autenticar__Form {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.Autenticar__Form h1 {
  margin-top: 0;
  margin-bottom: 18px;
}

.Autenticar__Form p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 23px;
}

.Autenticar__Form button {
  font-weight: bold;
}


.Autenticar__Form input {
  background: #ffffff;
  color: #000000;
  border: none;
  display: flex;
  margin-bottom: 15px;
  width: 311px;
  padding: 13px 0;
  border-radius: 43px;
  outline: none;
}

.Autenticar__Form .btn{
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  text-transform: uppercase;
}

.Autenticar__Form .btn:hover{
  color: #FFC027;
}

.Autenticar__Form .btn i{
  margin: 0 10px;
}


.Autenticar__Form .btn-green {background-color: #4CAF50;} /* Green */
.Autenticar__Form .btn-blue {background-color: #008CBA;} /* Blue */
.Autenticar__Form .btn-red {background-color: #f44336;} /* Red */
.Autenticar__Form .btn-gray {background-color: #e7e7e7; color: black;} /* Gray */
.Autenticar__Form .btn-black {background-color: #555555;} /* Black */


/*Success*/

.Autenticar__Success {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.Autenticar__Success h1 {
  margin-top: 0;
  margin-bottom: 39px;
}

.Autenticar__Success h2 {
  margin-top: 0;
  margin-bottom: 59px;
}

.Autenticar__Success h3 {
  margin-top: 0;
  margin-bottom: 39px;
}

/*Errors Common*/

.Autenticar__Error {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.Autenticar__Error h1 {
  margin-top: 0;
  margin-bottom: 30px;
}

.Autenticar__Error h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
}

.Autenticar__Error h3 {
  margin-top: 0;
  margin-bottom: 30px;
}

.Autenticar__Error .blue{
  margin-bottom: 15px;
  color: #000;
  background-color: #008CBA;
}

.Autenticar__Error .blue:hover {
  color:#FFF;
  border: 1px solid #FFF;
}

/*Error validate*/

.Autenticar__Error .Autenticar__Error--validate {
}


/*Error violated*/

.Autenticar__Error .Autenticar__Error--violated {
}

#loading { display: none; }

@keyframes ldio-cpq61tvmd7 {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-cpq61tvmd7 div {
  left: 94px;
  top: 48px;
  position: absolute;
  animation: ldio-cpq61tvmd7 linear 1s infinite;
  background: #FFC027;
  width: 12px;
  height: 24px;
  border-radius: 6px / 12px;
  transform-origin: 6px 52px;
}.ldio-cpq61tvmd7 div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #FFC027;
}.ldio-cpq61tvmd7 div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #FFC027;
}.ldio-cpq61tvmd7 div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #FFC027;
}.ldio-cpq61tvmd7 div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #FFC027;
}.ldio-cpq61tvmd7 div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #FFC027;
}.ldio-cpq61tvmd7 div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #FFC027;
}.ldio-cpq61tvmd7 div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #FFC027;
}.ldio-cpq61tvmd7 div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #FFC027;
}.ldio-cpq61tvmd7 div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #FFC027;
}.ldio-cpq61tvmd7 div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #FFC027;
}.ldio-cpq61tvmd7 div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #FFC027;
}.ldio-cpq61tvmd7 div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #FFC027;
}
.loadingio-spinner-spinner-lcfau500gur {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.ldio-cpq61tvmd7 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-cpq61tvmd7 div { box-sizing: content-box; }

