body {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

section {
  width: 100%;
  height: auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 2px;
  column-gap: 2px;
}

.container {
  padding-left: 32px;
  padding-right: 32px;
}

.maxw {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
form{
	grid-column: span 2;
}

h1 {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #12222c;
}

h2 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #12222c;
}

h3 {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #12222c;
}

h4 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #12222c;
}

h5 {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #979797;
}

b {
  color: #017BFF;
}

h1 {
  grid-column: span 2;
}

h2 {
  grid-column: span 2;
  color: #979797;
  margin-top: 8px;
}

.search {
  margin-top: 28px;
  grid-column: span 2;
  position: relative;
  z-index: 2;
}
.search input {
  position: relative;
  z-index: 2;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  height: 54px;
  border-radius: 10px;
  background: #FFF;
  border: #DADADA 1px solid;
  caret-color: #DADADA;
  color: #12222c;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search input::-moz-placeholder {
  color: #DADADA;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search input:-ms-input-placeholder {
  color: #DADADA;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search input::placeholder {
  color: #DADADA;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search .search-img {
  z-index: 3;
  position: absolute;
  left: 20px;
  top: 17px;
}
.search label {
  position: absolute;
  left: 36px;
  top: -10px;
  z-index: 3;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
}

.naruci {
  margin-top: 22px;
  grid-column: span 2;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0em;
  color: white;
  width: 100%;
  background-color: #12222c;
  border-radius: 20px;
  padding: 22px;
  margin-bottom: 22px;
}

a {
  grid-column: span 2;
}

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  transition: 1s 1s;
}

#overlay-in {
  position: absolute;
  left: 5%;
  top: 30%;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 1s;
}
#overlay-in img {
  transform: translateY(100%);
  transition: 1s;
  width: 101px;
}

#progress {
  height: 1vw;
  background: #fff;
  width: 0;
  transition: 1s;
}

#progstat {
  width: 100%;
  font-size: 15vw;
  color: #fff;
  transition: 1s;
}

.img-container {
  display: flex;
  grid-column: span 2;
  justify-content: center;
  margin-bottom: 104px;
  margin-top: 104px;
  height: 147px
}
.img-container > img {
	height: 147px;
	width: auto;
}/*# sourceMappingURL=login.css.map */