*,
:after,
:before {
  box-sizing: border-box;
}
a:link,
a:visited {
  text-decoration: none;
}
input:focus {
  outline: none;
}
button {
  color: inherit;
}
.btn {
  border: 1px solid transparent;
  padding: 10px 16px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.btn:focus {
  outline: none;
}
.btn:focus,
.btn:hover {
  color: rgba(0, 0, 0, 0.8);
}
.btn:visited {
  text-decoration: none;
}
.btn.btn-1 {
  background-color: #9aa9f1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-1:focus,
.btn.btn-1:hover {
  background-color: #8496ee;
}
.btn.btn-2 {
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.btn.btn-2:focus,
.btn.btn-2:hover {
  border: 1px solid #9aa9f1;
}
.inp {
  box-shadow: inset 0 1px 4px 0 #d9d9d9;
  margin: 10px 0;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 8px 12px;
  height: 44px;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.inp:focus {
  border: 1px solid #9aa9f1;
}
.inp,
.light-1,
.light-2,
.regular,
body {
  font-family: Open Sans, sans-serif;
  color: rgba(31, 31, 31, 0.8);
}
.inp,
.light-1,
.light-2 {
  font-weight: 300;
}
.light-2 {
  font-style: italic;
}
.bold-1,
.bold-2 {
  color: rgba(59, 59, 59, 0.8);
  font-weight: 600;
}
.bold-2 {
  border-bottom: 1px solid #d9d9d9;
}
.text-small {
  font-size: 0.75rem;
}
.text-large {
  font-size: 1.5rem;
}
.text-huge {
  font-size: 2rem;
}
body {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #f5f5f5;
  font-size: 16px;
  line-height: 1.5em;
}
.page-content {
  max-width: 928px;
  width: 100%;
  margin: 0 auto;
}
a {
  color: rgba(31, 31, 31, 0.8);
}
a:focus {
  outline: 1px solid #9aa9f1;
}
.center {
  margin: 0 auto;
}
._body_content__1W1wT {
  padding: 32px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._header_container__2Sh6p {
  border-bottom: 1px solid #d9d9d9;
  background: #ededed;
}
._header_content__jFxtm {
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
._footer_content__3TEPQ {
  height: 52px;
}
._form_container__2peN9 {
  width: 320px;
  background-color: #fff;
  border-top: 6px solid #9aa9f1;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 #d9d9d9;
}
._form_body__3ofpW,
._form_container__2peN9 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
._form_body__3ofpW {
  width: 100%;
  height: 100%;
  padding: 30px;
}
._form_footer__3iWU9 {
  width: 100%;
  text-align: center;
  background-color: #ededed;
  padding: 20px;
}
/*# sourceMappingURL=main.b0bc86ef.chunk.css.map */
