@keyframes pulse {
  50% {
    transform: scale(1.1);
    background-color: #2a3647;
  }
}
/*  @keyframes easein {
   100% {
     top: 37px;
     left: 38px;
     transform: translate(0, 0);
   }
 } */
.col-ligthblue {
  color: #29abe2;
}

.col-blue {
  color: #007cee;
}

.col-red {
  color: #ff0000;
}

.bg-white {
  background-color: #ffffff;
}

.bg-neonblue {
  background-color: #00aaff;
}

.bg-orange {
  background-color: #ff7a00;
}

.bg-purple {
  background-color: #9327ff;
}

.bg-pink {
  background-color: #ff5eb3;
}

.bg-darkpurple {
  background-color: #6e52ff;
}

.bg-turqoise {
  background-color: #00bee8;
}

.bg-green {
  background-color: #1fd7c1;
}

.bg-lightred {
  background-color: #ff745e;
}

.bg-lightorange {
  background-color: #ffa35e;
}

.bg-lightpink {
  background-color: #fc71ff;
}

.bg-gold {
  background-color: #ffc701;
}

.bg-royalblue {
  background-color: #0038ff;
}

.bg-neon {
  background-color: #c3ff2b;
}

.bg-yellow {
  background-color: #ffe62b;
}

.bg-red {
  background-color: #ff4646;
}

.bg-sand {
  background-color: #ffbb2b;
}

.bg-white {
  background-color: #ffffff;
}

.bg-2a3647 {
  background-color: #2a3647;
}

.text-color-black {
  color: black;
}

.text-color-white {
  color: #ffffff;
}

.text-color-2A3647 {
  color: #2a3647;
}

.text-color-A8A8A8 {
  color: #a8a8a8;
}

.text-color-007CEE {
  color: #007cee;
}

.text-color-29ABE2 {
  color: #29abe2;
}

.text-color-FF8190 {
  color: #ff8190;
}

.text-color-CDCDCD {
  color: #cdcdcd;
}

main {
  max-height: 580px;
}

aside {
  grid-area: header;
  background-color: unset;
  box-shadow: unset;
}

form {
  align-items: center;
}

.join-logo > img {
  position: absolute;
}

.signup-container {
  max-height: 580px;
}

.headline-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 0;
  max-width: 680px;
  height: auto;
  width: 100%;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 820px) {
  aside {
    width: 232px;
    padding: 64px 0;
  }
}
@media screen and (max-width: 600px) {
  .grid {
    grid-template-rows: calc(100dvh - 5%) 0% 5%;
  }
}
@media screen and (max-width: 380px) {
  main {
    max-height: 460px;
  }
  .signup-container {
    max-height: 480px;
  }
  .form-signup > .input-container {
    min-height: 64.19px;
    gap: unset;
    justify-content: unset;
  }
  .form-signup > .input-container > .login-error {
    font-size: 11px;
    height: 6px;
    margin: unset;
  }
}

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