@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@keyframes btn-animate {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(5px);
  }
}
body {
  font-family: "Rubik", sans-serif;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #000;
}

.app {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.app .container {
  width: 30%;
  border-radius: 20px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
}
@media (max-width: 1037px) {
  .app .container {
    width: 99%;
    flex: 0 100%;
    border-radius: 0;
  }
}
.app .container::-webkit-scrollbar {
  width: 0;
}
.app .container .text-error {
  color: #d5f7f0;
}
.app .container img {
  display: block;
  margin: 20px auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.56);
  transition: margin-top 1s;
}
.app .container img[alt=spinner] {
  display: none;
}
.app .container form {
  padding: 50px;
}
.app .container form hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.app .container form h3 {
  font-size: 30px;
  color: #e4e4e4;
}
.app .container form input {
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 89%;
  border-radius: 3px;
  padding: 10px 15px;
  display: block;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  color: white;
  transition-duration: 0.25s;
  font-weight: 300;
  margin: 0 auto 25px 0;
}
.app .container form input::placeholder {
  color: #fff;
}
.app .container form input:-webkit-autofill, .app .container form input:-webkit-autofill:hover, .app .container form input:-webkit-autofill:focus, .app .container form input:-webkit-autofill:active {
  -webkit-text-fill-color: #53e3a6;
}
.app .container form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.app .container form input:focus {
  background-color: white;
  width: 100%;
  color: #ec737b;
}
@media (max-width: 1037px) {
  .app .container form input:focus {
    width: 95%;
  }
}
.app .container form input:focus::placeholder {
  color: white;
}
.app .container form input:visited::placeholder {
  color: white;
}
.app .container form input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.app .container form input[type=checkbox]:checked + label[for=remember] span:first-child {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  animation: wave 0.4s ease;
}
.app .container form input[type=checkbox]:checked + label[for=remember] span:first-child svg {
  stroke-dashoffset: 0;
}
.app .container form label[for=remember] {
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  color: rgba(53, 53, 53, 0.74);
  transition: all 0.2s ease;
}
.app .container form label[for=remember] span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.app .container form label[for=remember] span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.app .container form label[for=remember] span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.app .container form label[for=remember] span:last-child {
  padding-left: 8px;
  line-height: 18px;
  color: #d4cdcd;
}
.app .container form .ok-check-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
.app .container form button {
  display: block;
  margin: 25px 0;
  width: 100%;
  color: #663c3e;
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 15px;
  background-image: linear-gradient(to right, #ff6e7f 0%, #bfe9ff 51%, #ff6e7f 100%);
  transition: 0.5s;
  background-size: 200% auto;
}
.app .container form button:hover {
  color: #fff;
  text-decoration: none;
  background-position: right center;
}

/*# sourceMappingURL=auth.css.map */
