body {
  margin: 0;
}

.auth-background-container {
  width: 100%;
  height: 100%;
  position: fixed;
  padding-top: 95px;
}

.content-container {
  width: 500px;
  margin: 0 auto;
  color: #8796AA;
  font-family: Roboto, sans-serif;
}

.authorization__logo {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.form-header {
  text-align: center;
  margin-bottom: 28px;
  font-size: 13px;
  line-height: 11px;
  color: #b5cfea;
}

.attention {
  display: flex;
  align-items: center;
  background-color: #ff5943;
  margin-bottom: 15px;
  border-radius: 3px;
  font-size: 11px;
  color: #ffffff;
  padding: 10px 15px;
}

.attention img {
  margin-right: 10px;
}

.instructions {
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}

.authorization-form {
  border-radius: 10px;
  background-color: #262c36;
  text-align: center;
  padding: 25px 70px 50px;
}
.authorization-form__name {
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}

.form-group .form-checkbox:checked + label:before {
  background-color: #3a4453;
  border: 1px solid #3a4453;
}
.form-group .form-checkbox + label {
  font-size: 13px;
  color: #8796aa;
}
.form-group .form-checkbox + label:before {
  background-color: #3a4453;
  border: 1px solid #3a4453;
}
.form-group .form-checkbox + label:hover {
  color: #fff;
}
.form-group .dotted-link:hover {
  color: #fff;
}

.authorization-form.restoration input[type=submit] {
  margin-top: 0px;
}

.restore_cancel {
  text-align: center;
  margin-top: 15px;
}

.restore_cancel a {
  font-size: 13px;
  color: #8796AA;
  text-decoration-style: dotted;
}

.g-recaptcha div {
  margin: 0 auto;
}

.g-recaptcha {
  margin-top: 12px;
  margin-bottom: -8px;
}

.auth-footer {
  font-size: 11px;
  background-color: #242B35;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 0 30px rgba(41, 49, 60, 0.5);
  color: #8796aa;
}
.auth-footer__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.auth-footer__link {
  margin-right: 30px;
  color: #ffffff;
  text-decoration: none;
}
.auth-footer__link:hover {
  text-decoration: underline;
  color: #fff;
}
.auth-footer__link:last-child {
  margin-right: 0;
}

.auth-footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.auth-footer-nav {
  float: right;
}

.auth-footer-nav a {
  color: white;
}

.auth-footer-nav a:hover, .auth-footer-nav a:active, .auth-footer-nav a:visited, .auth-footer-nav a:focus {
  text-decoration: none;
  color: white;
}

.auth-footer-nav:not(:last-child) {
  margin-right: 30px;
}

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