#red_circle {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
}

#blue_circle {
  display: block;
  position: absolute;
  right: 0;
  margin-top: 12px;
  width: 150px;
}

#sign_in_content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 195px;
  height: 40px;
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 16px;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#72255E), to(#561C47));
  background: linear-gradient(180deg, #72255E 0%, #561C47 100%);
  border: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

#sign_in_content p {
  margin: auto;
}

.content {
  font-family: 'Gilroy-Regular', sans-serif;
}

.content__sign-up {
  margin: 50px auto;
}

.content a {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 195px;
  height: 40px;
  font-size: 16px;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#72255E), to(#561C47));
  background: linear-gradient(180deg, #72255E 0%, #561C47 100%);
  border: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

.content a p {
  margin: auto;
}

.sign-up {
  background: -webkit-gradient(linear, left top, left bottom, from(#752660), to(#37112D));
  background: linear-gradient(180deg, #752660 0%, #37112D 100%);
  border-radius: 20px;
  border: none;
  width: 390px;
  height: auto;
  padding: 19px;
}

.sign-up h1 {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}

.sign-up div {
  margin: 15px 0;
}

.sign-up__placeholder {
  color: white;
  margin: 5px auto;
}

.sign-up__warning {
  text-align: center;
  color: red;
  margin: 5px auto;
}

.sign-up div input {
  color: #75155C;
  width: calc(100% - 20px);
  padding: 5px 10px;
  font-size: 30px;
  border-radius: 10px;
  border: none;
}

.sign-up input[type=button] {
  display: block;
  margin: auto;
  width: 245px;
  height: 50px;
  font-weight: 500;
  font-size: 20px;
  background: white;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  color: black;
}

@media (max-width: 1100px) {
  #red_circle,
  #blue_circle {
    display: none;
  }
}

@media (max-width: 600px) {
  #header img {
    margin-left: 50px;
    margin-top: 30px;
  }

  #header #sign_in_header {
    margin-right: 70px;
  }
}

@media (max-width: 550px) {
  .header {
    display: block;
    height: 120px;
  }

  .header__logo {
    margin: 30px 0 0 50px;
  }
}

@media (max-width: 500px) {
  #header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
    -ms-grid-rows: 100%;
        grid-template-rows: 100%;
    height: auto;
  }
  #header img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    display: block;
    margin: 12px auto;
    width: 88px;
    height: 55px;
  }
  #header #sign_in_header {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    padding: 0;
    width: 195px;
    height: 40px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 16px;
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#72255E), to(#561C47));
    background: linear-gradient(180deg, #72255E 0%, #561C47 100%);
    border: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
  }
  #header #sign_in_header p {
    margin: auto;
  }
  #red_circle,
  #blue_circle {
    display: none;
  }
  .content {
    width: 100vw;
  }
  .content__sign-up {
    width: calc(90% - 60px);
    margin: 50px auto 50px;
    height: auto;
  }
  .content #sign_in_content {
    display: none;
  }
}
/*# sourceMappingURL=signup.css.map */