body {
  background-color: #0a0a0a;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

* {
  font-family: "Oxanium", sans-serif;
}

div,
section {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.error-notification {
  margin: 0;
  margin-top: 10px;
  color: #CB2C30;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: none;
}

input {
  border: 1px solid #D7D7D7;
  border-radius: 0;
}

section#login, section#change-password, section#recover-password, section#register, section#success {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 122px;
  padding-bottom: 214px;
  background-color: #fff;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

section#login h2, section#change-password h2, section#recover-password h2, section#register h2, section#success h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 53px;
  margin: 0;
  margin-bottom: 14px;
}

section#login .wrapper, section#change-password .wrapper, section#recover-password .wrapper, section#register .wrapper, section#success .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#login .suggestion, section#change-password .suggestion, section#recover-password .suggestion, section#register .suggestion, section#success .suggestion {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #0A0A0A;
  text-align: center;
  margin: 0;
  margin-bottom: 52px;
}

section#login .switch, section#change-password .switch, section#recover-password .switch, section#register .switch, section#success .switch {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #CB2C30;
  text-align: center;
  margin: 0;
  margin-bottom: 52px;
}

section#login .switch span, section#change-password .switch span, section#recover-password .switch span, section#register .switch span, section#success .switch span {
  text-decoration: underline;
  cursor: pointer;
}

section#login .input-wrapper, section#change-password .input-wrapper, section#recover-password .input-wrapper, section#register .input-wrapper, section#success .input-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#login .input-wrapper div:has(.phone-input), section#change-password .input-wrapper div:has(.phone-input), section#recover-password .input-wrapper div:has(.phone-input), section#register .input-wrapper div:has(.phone-input), section#success .input-wrapper div:has(.phone-input) {
  width: 100%;
}

section#login .input-full, section#login .input, section#change-password .input-full, section#change-password .input, section#recover-password .input-full, section#recover-password .input, section#register .input-full, section#register .input, section#success .input-full, section#success .input {
  margin-bottom: 25px;
  max-width: 435px;
  width: 100%;
}

section#login .input-full label, section#login .input label, section#change-password .input-full label, section#change-password .input label, section#recover-password .input-full label, section#recover-password .input label, section#register .input-full label, section#register .input label, section#success .input-full label, section#success .input label {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 7px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#login .input-full label span, section#login .input label span, section#change-password .input-full label span, section#change-password .input label span, section#recover-password .input-full label span, section#recover-password .input label span, section#register .input-full label span, section#register .input label span, section#success .input-full label span, section#success .input label span {
  color: #CB2C30;
}

section#login .input-full input, section#login .input input, section#change-password .input-full input, section#change-password .input input, section#recover-password .input-full input, section#recover-password .input input, section#register .input-full input, section#register .input input, section#success .input-full input, section#success .input input {
  width: 100%;
  height: 44px;
  padding-left: 20px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

section#login .input-full .password-wrapper, section#login .input .password-wrapper, section#change-password .input-full .password-wrapper, section#change-password .input .password-wrapper, section#recover-password .input-full .password-wrapper, section#recover-password .input .password-wrapper, section#register .input-full .password-wrapper, section#register .input .password-wrapper, section#success .input-full .password-wrapper, section#success .input .password-wrapper {
  position: relative;
  width: 100%;
}

section#login .input-full .password-wrapper svg, section#login .input .password-wrapper svg, section#change-password .input-full .password-wrapper svg, section#change-password .input .password-wrapper svg, section#recover-password .input-full .password-wrapper svg, section#recover-password .input .password-wrapper svg, section#register .input-full .password-wrapper svg, section#register .input .password-wrapper svg, section#success .input-full .password-wrapper svg, section#success .input .password-wrapper svg {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

section#login .input-full .password-wrapper .opened, section#login .input .password-wrapper .opened, section#change-password .input-full .password-wrapper .opened, section#change-password .input .password-wrapper .opened, section#recover-password .input-full .password-wrapper .opened, section#recover-password .input .password-wrapper .opened, section#register .input-full .password-wrapper .opened, section#register .input .password-wrapper .opened, section#success .input-full .password-wrapper .opened, section#success .input .password-wrapper .opened {
  display: none;
}

section#login .input .inactive, section#change-password .input .inactive, section#recover-password .input .inactive, section#register .input .inactive, section#success .input .inactive {
  background-color: #ECECEC;
  color: #B8B8B8;
}

section#login .input:last-child, section#change-password .input:last-child, section#recover-password .input:last-child, section#register .input:last-child, section#success .input:last-child {
  margin-left: 17px;
}

section#login .input:last-child button, section#change-password .input:last-child button, section#recover-password .input:last-child button, section#register .input:last-child button, section#success .input:last-child button {
  margin-top: 27px;
}

section#login .forgot, section#change-password .forgot, section#recover-password .forgot, section#register .forgot, section#success .forgot {
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #1B1B1B;
  text-align: center;
  margin: 32px 0;
  cursor: pointer;
  text-decoration: underline;
}

section#login button, section#change-password button, section#recover-password button, section#register button, section#success button {
  max-width: 435px;
  width: 100%;
  line-height: 44px;
  text-align: center;
  background-color: #CB2C30;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: none;
  cursor: pointer;
}

section#login .container, section#change-password .container, section#recover-password .container, section#register .container, section#success .container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #444444;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  width: 100%;
  max-width: 887px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#login .container:last-of-type, section#change-password .container:last-of-type, section#recover-password .container:last-of-type, section#register .container:last-of-type, section#success .container:last-of-type {
  margin-bottom: 48px;
}

section#login .container input, section#change-password .container input, section#recover-password .container input, section#register .container input, section#success .container input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: -8px;
  cursor: pointer;
  height: 25px;
  width: 100%;
  z-index: 1;
  margin: 0;
}

section#login .checkmark, section#change-password .checkmark, section#recover-password .checkmark, section#register .checkmark, section#success .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

section#login .container:hover input ~ .checkmark, section#change-password .container:hover input ~ .checkmark, section#recover-password .container:hover input ~ .checkmark, section#register .container:hover input ~ .checkmark, section#success .container:hover input ~ .checkmark {
  background-color: #ccc;
}

section#login .container input:checked ~ .checkmark, section#change-password .container input:checked ~ .checkmark, section#recover-password .container input:checked ~ .checkmark, section#register .container input:checked ~ .checkmark, section#success .container input:checked ~ .checkmark {
  background-color: #CB2C30;
}

section#login .container:after, section#change-password .container:after, section#recover-password .container:after, section#register .container:after, section#success .container:after {
  content: "";
  position: absolute;
  display: none;
}

section#login .container input:checked ~ .checkmark:after, section#change-password .container input:checked ~ .checkmark:after, section#recover-password .container input:checked ~ .checkmark:after, section#register .container input:checked ~ .checkmark:after, section#success .container input:checked ~ .checkmark:after {
  content: "";
  display: block;
}

section#login .container .checkmark:after, section#change-password .container .checkmark:after, section#recover-password .container .checkmark:after, section#register .container .checkmark:after, section#success .container .checkmark:after {
  position: absolute;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

section#newsletter {
  margin-top: 0 !important;
}

@media (max-width: 1000px) {
  section#login .wrapper, section#change-password .wrapper, section#recover-password .wrapper, section#register .wrapper, section#success .wrapper {
    padding: 0 5%;
  }
}

@media (max-width: 600px) {
  section#login .input-wrapper, section#change-password .input-wrapper, section#recover-password .input-wrapper, section#register .input-wrapper, section#success .input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#login .input, section#change-password .input, section#recover-password .input, section#register .input, section#success .input {
    max-width: 100%;
    margin-left: 0 !important;
  }
  section#login .input.button, section#change-password .input.button, section#recover-password .input.button, section#register .input.button, section#success .input.button {
    margin-bottom: 10px;
  }
  section#login button, section#change-password button, section#recover-password button, section#register button, section#success button {
    max-width: 100%;
    margin-top: 0 !important;
  }
}
/*# sourceMappingURL=login.css.map */