* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #fff;
}
.forgot_password:hover {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
a:active {
  text-decoration: none;
  color: #fff;
}
button,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #ffffff;
}
html,
body {
  height: 100%;
  min-height: 100vh;
}
.main {
  height: 100%;
  font-family: Roboto;
  color: #000000;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fdc101),
    color-stop(0.01%, #fdc101),
    color-stop(21.53%, #fff500),
    color-stop(46.6%, #fff500),
    to(#fdc101)
  );
  background: -o-linear-gradient(
    left,
    #fdc101 0%,
    #fdc101 0.01%,
    #fff500 21.53%,
    #fff500 46.6%,
    #fdc101 100%
  );
  background: linear-gradient(
    90deg,
    #fdc101 0%,
    #fdc101 0.01%,
    #fff500 21.53%,
    #fff500 46.6%,
    #fdc101 100%
  );
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 10.4%;
}
html {
  font-size: 0.694446vw;
}
.bg,
.bg-m {
  max-width: 52%;
  max-height: 84%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 50.6%;
}
.bg-m {
  display: none;
}
.block {
  width: 45rem;
  height: 40.3rem;
  padding: 5rem 5.5rem;
  background: #fff;
}
.block__circle {
  border: 1.4rem solid #f12340;
  width: 12.6rem;
  height: 12.6rem;
  font-weight: 900;
  font-size: 4.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 3rem;
}
.block__text {
  font-weight: normal;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 5.4rem;
}
.block__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*text-transform: uppercase;*/
  color: #fff;
  background: #0084ff;
  height: 5.5rem;
  /*letter-spacing: 0.25rem;*/
  /*font-weight: bold;*/
  font-size: 2.4rem;
  /*letter-spacing: 0.1em;*/
  color: #ffffff;
  cursor: pointer;
}
.block__button:hover {
  background: #007af5;
}

@media only screen and (max-width: 1000px) {
  html {
    font-size: 2.66667vw;
    height: auto;
  }
  .main {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4.3rem 1.5rem 0;
  }
  .bg {
    display: none;
  }
  .bg-m {
    display: block;
    max-width: 75%;
    right: auto;
    left: 0;
    position: relative;
    margin-top: -0.3rem;
    width: 100%;
    left: -1.5rem;
  }
  .block {
    width: 100%;
    height: auto;
    padding: 3rem 4.5rem;
  }
  .block__circle {
    border-width: 1rem;
    width: 10.4rem;
    height: 10.4rem;
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
  .block__text {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}
