body {
  color: #171A25;
}

@font-face {
  font-family: FavoritPro;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("/static/fonts/FavoritPro-Light.woff2") format("woff2");
}
@font-face {
  font-family: FavoritPro;
  font-weight: 350;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("/static/fonts/FavoritPro-Book.woff2") format("woff2");
}
@font-face {
  font-family: FavoritPro;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("/static/fonts/FavoritPro-Medium.woff2") format("woff2");
}
.card {
  width: 660px;
  padding-left: 115px;
  padding-right: 115px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.card h1 {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 7px;
}
.card .h1-sub {
  font-size: 14px;
  font-weight: 350;
  text-align: center;
  margin-bottom: 22px;
  padding: 0px;
  margin-top: 0px;
}

.footer {
  padding-top: 56px;
  color: #d7d7d7;
  font-size: 14px;
  font-weight: 350;
  width: 100%;
  text-align: center;
}

.header img {
  display: block;
  margin: auto;
  margin-bottom: 12px;
}
.header p {
  color: #82FDC8;
  font-size: 15px;
  font-weight: 350;
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

input[type=text], input[type=password], input[type=email] {
  width: 100%;
  border: 1.5px solid #F0F0F0;
  border-radius: 5px;
  height: 52px;
  margin-bottom: 20px;
  background: white;
  display: block;
  padding-left: 20px;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 350;
  color: #D1D1D3;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 350;
  color: #D1D1D3;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 350;
  color: #D1D1D3;
}
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 350;
  color: #D1D1D3;
}

input[type=submit] {
  background-color: #82FDC8;
  border: none;
  padding-left: 40px;
  padding-right: 77px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
  cursor: pointer;
  color: #171A25;
  font-size: 14px;
  font-weight: 500;
  display: block;
  border-radius: 6px;
  position: relative;
}
input[type=submit]:hover {
  background-color: #1efb9c;
}

.submit-container {
  position: relative;
  float: left;
}
.submit-container::after {
  content: url(/static/icons/arrow-circle-chevron-right.svg);
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 17px;
  right: 40px;
  pointer-events: none;
}

body {
  background: #171A25;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-family: FavoritPro;
}

.password-reset-done .card p:last-child {
  margin-bottom: 0px;
}

.password-reset-complete a {
  color: #171A25;
  text-decoration: underline;
}
.password-reset-complete .card p:last-child {
  margin-bottom: 0px;
}

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