#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_up_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_up_content p {
  margin: auto;
}

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

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

.sign-in {
  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: 30px;
}

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

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

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

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

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


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

.sign-in #password_restore_sign {
  text-align: center;
  color: green;
  margin-top: 15px;
}

.sign-in #change_email_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: white;
  font-weight: 500;
  margin: 15px auto;
  cursor: pointer;
}

/*.sign-in a p {*/
/*  margin: auto;*/
/*}*/

.check-email-block {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: 'Gilroy-Regular', sans-serif;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

.check-email-block__check-email {
  background-color: white;
  display: block;
  /*margin: 15% auto;*/
  border-radius: 20px;
  border: none;
  width: 50%;
  /*height: 250px;*/
  height: auto;
  /* vertical-align: middle; */
}

.check-email {
  padding: 20px;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}

.check-email__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.check-email__title h2 {
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  margin-right: auto;
}

.check-email__title img {
  display: block;
  margin-left: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.check-email__text {
  margin: 20px auto;
  width: 100%;
  text-align: center;
}

.check-email__text p {
  color: white;
  text-align: center;
}

.check-email__text input {
  text-align: center;
  color: #75155C;
  font-size: 30px;
  padding: 5px;
  border: 0.5px solid lightgray;
  border-radius: 10px;
  width: calc(100% - 10px);
}

.check-email__submit {
  width: 100%;
}

.check-email__submit input {
  text-align: center;
  display:  block;
  margin: 0 auto;
  color: white;
  background: #75155C;
  font-size: 30px;
  padding: 5px;
  border: 0.5px solid lightgray;
  border-radius: 10px;
  width: 70%;
  cursor: pointer;
}

.check-email__submit input:disabled {
  background: gray;
  cursor: auto;
}

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

  /*.check-email-block__check-email {
    height: 280px;
  }*/
}

@media (max-width: 750px) {
  /*.check-email-block__check-email {
    height: 300px;
  }*/

  .check-email__submit input {
    font-size: 25px;
    width: 80%;
  }

  .check-email__text input {
    font-size: 25px;
  }

  .check-email__title h2 {
    font-size: 28px;
  }
}

@media (max-width: 650px) {
  .check-email__submit input {
    font-size: 25px;
    width: 90%;
  }
}

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

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

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

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

  .check-email__title h2 {
    font-size: 20px;
  }

  .check-email__text input {
    font-size: 18px;
  }

  .check-email__submit input {
    font-size: 18px;
  }

  .check-email-block__check-email {
    width: 70%;
    /*height: 200px;*/
  }
}

@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_up_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;
    width: 195px;
    height: 40px;
    padding: 0;
    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_up_header p {
    margin: auto;
  }
  #red_circle,
  #blue_circle {
    display: none;
  }
  .content {
    width: 100vw;
  }
  .content__sign-in {
    width: calc(90% - 60px);
    margin: 50px auto 0;
  }
  
  .sign-in {
    padding: 20px;
  }
}

@-webkit-keyframes slideIn {
  from {
    top: -100%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    top: -100%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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