* {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  color: #1B1B1E;
  background-repeat: no-repeat;
  min-width: 360px;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  color: #1B1B1E;
}

.hide {
  display: none;
}

body {
  height: 100%;
  width: 100%;
}

.pic-btn {
  display: inline-block;
  background-position: center;
  background-size: 24px;
}
.pic-btn.size-16 {
  background-size: 16px;
}
.pic-btn.size-40 {
  background-size: 40px;
}

.pic {
  background-position: center;
}
.pic.error_503 {
  background-image: url("img/503.svg");
}
.pic.build {
  background-image: url("img/build.png");
}
.pic.complete {
  background-image: url("img/complete.svg");
}
.pic.customer {
  background-image: url("img/customer.svg");
}
.pic.email {
  background-image: url("img/email.svg");
}
.pic.messages {
  background-image: url("img/messages.svg");
}
.pic.search {
  background-image: url("img/search.svg");
}
.pic.test {
  background-image: url("img/test.svg");
}

*.filled-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  height: 48px;
  border-radius: 24px;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #7198FF;
}
*.filled-button:hover {
  background-color: #9FB9FF;
}
*.filled-button:active {
  background-color: #4A7CFF;
}
*.filled-button.disabled {
  background-color: #F0F2F8;
  color: #B6C2CF;
}
*.filled-button.secondary {
  color: #7198FF;
  background-color: #FFFFFF;
}
*.filled-button.secondary:hover {
  color: #9FB9FF;
}
*.filled-button.secondary:active {
  color: #4A7CFF;
}
*.filled-button.secondary.disabled {
  background-color: #F0F2F8;
  color: #B6C2CF;
}
*.filled-button.white {
  color: #7198FF;
  background-color: #FFFFFF;
  border: 1px solid #7198FF;
}
*.filled-button.white:hover {
  color: #9FB9FF;
  border-color: #9FB9FF;
}
*.filled-button.white:active {
  color: #4A7CFF;
  border-color: #4A7CFF;
}
*.filled-button.white.disabled {
  background-color: #F0F2F8;
  color: #B6C2CF;
}
*.filled-button.light {
  color: #4C5961;
  background-color: #FFFFFFFF;
}
*.filled-button.light:hover {
  color: #B6C2CF;
}
*.filled-button.light:active {
  color: #B6C2CF;
}
*.filled-button.light.disabled {
  background-color: #F0F2F8;
  color: #B6C2CF;
}
*.filled-button.red {
  background-color: #EA3829;
}
*.filled-button.red:hover {
  color: #EA3829;
  background-color: #FFF1F1;
}
*.filled-button.red:active {
  color: #FFFFFF;
  background-color: #FF7E6F;
}
*.filled-button.red.disabled {
  background-color: #F0F2F8;
  color: #B6C2CF;
}

a.text-button {
  display: inline-block;
  border-radius: 24px;
  padding: 8px 16px;
  color: #7198FF;
  text-align: center;
  user-select: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
a.text-button:hover {
  color: #9FB9FF;
}
a.text-button:active {
  color: #2C468A;
  background-color: #FFFFFF;
}
a.text-button.disabled {
  color: #F0F2F8;
}
a.text-button.gray {
  color: #B6C2CF;
}
a.text-button.red {
  color: #EA3829;
}
a.text-button.red:hover {
  color: #FF7E6F;
}
a.text-button.red:active {
  color: #EA3829;
  background-color: #FFF1F1;
}
a.text-button.white {
  color: #FFFFFF;
}
a.text-button.white:hover {
  background-color: #9FB9FF;
}
a.text-button.white:active {
  background-color: #4A7CFF;
}
a.text-button.size-16 {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
a.text-button.size-14-sub {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
a.text-button.size-14 {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
a.text-button.size-8 {
  padding: 8px;
  font-size: 8px;
  line-height: 12px;
  font-weight: 600;
}

.pic-btn {
  display: inline-block;
  background-position: center;
  background-size: 24px;
}

.pic-btn.size-16 {
  background-size: 16px;
}

.pic-btn.size-40 {
  background-size: 40px;
}

.pic {
  background-position: center;
}

.pic.error_503 {
  background-image: url("img/503.svg");
}

.pic.build {
  background-image: url("img/build.png");
}

.pic.complete {
  background-image: url("img/complete.svg");
}

.pic.customer {
  background-image: url("img/customer.svg");
}

.pic.email {
  background-image: url("img/email.svg");
}

.pic.messages {
  background-image: url("img/messages.svg");
}

.pic.search {
  background-image: url("img/search.svg");
}

.pic.test {
  background-image: url("img/test.svg");
}

*.icon-button {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
*.icon-button.white {
  border-radius: 56px;
  background-color: #FFFFFF;
}
*.icon-button.white:active {
  background-color: #E2EAFF;
}
*.icon-button.grey {
  border-radius: 56px;
  background-color: #FFFFFF;
}
*.icon-button.grey:hover {
  background-color: #F5F7FC;
}
*.icon-button.grey:active {
  background-color: #FFFFFF;
}
*.icon-button.grey.disabled {
  background-color: #FFFFFF;
}
*.icon-button.red {
  border-radius: 56px;
  background-color: #EA3829;
}
*.icon-button.red:hover {
  background-color: #FF7E6F;
}
*.icon-button.red:active {
  background-color: #FFFFFF;
}
*.icon-button.red.disabled {
  background-color: #FFFFFF;
}
*.icon-button.violet {
  border-radius: 56px;
  background-color: #7198FF;
}
*.icon-button.violet:hover {
  background-color: #9FB9FF;
}
*.icon-button.violet:active {
  background-color: #4A7CFF;
}
*.icon-button.violet.disabled {
  background-color: #FFFFFF;
}
*.icon-button.size-48 {
  width: 48px;
  height: 48px;
  border: 4px solid #00000000;
}
*.icon-button.size-56 {
  width: 56px;
  height: 56px;
}
*.icon-button.close {
  background-image: url("icons/7198FF/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
*.icon-button.close:hover {
  background-image: url("icons/9FB9FF/close.svg");
  background-repeat: no-repeat;
  background-position: center;
}
*.icon-button.close:active {
  background-image: url("icons/2C468A/close.svg");
  background-repeat: no-repeat;
  background-position: center;
}
*.icon-button.close.disabled {
  background-color: #F0F2F8;
}
*.icon-button.exit {
  background-image: url("icons/7198FF/exit.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
*.icon-button.exit:hover {
  background-image: url("icons/9FB9FF/exit.svg");
  background-repeat: no-repeat;
  background-position: center;
}
*.icon-button.exit:active {
  background-image: url("icons/2C468A/exit.svg");
  background-repeat: no-repeat;
  background-position: center;
}
*.icon-button.exit.disabled {
  background-color: #F0F2F8;
}
*.icon-button.back {
  background-image: url("icons/7198FF/back.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
*.icon-button.back:hover {
  background-image: url("icons/9FB9FF/back.svg");
  background-repeat: no-repeat;
  background-position: center;
}
*.icon-button.back:active {
  background-image: url("icons/2C468A/back.svg");
  background-repeat: no-repeat;
  background-position: center;
}
*.icon-button.back.disabled {
  background-color: #F0F2F8;
}

input[type=submit].primary,
a.primary {
  display: inline-block;
  padding: 12px 24px 12px 24px;
  border-radius: 24px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  user-select: none;
  color: #FFFFFF;
  background-color: #7198FF;
}
input[type=submit].primary:hover,
a.primary:hover {
  background-color: #9FB9FF;
}
input[type=submit].primary:active,
a.primary:active {
  background-color: #4A7CFF;
}
input[type=submit].primary.disabled,
a.primary.disabled {
  color: #B6C2CF;
  background-color: #F0F2F8;
}

input[type=submit].secondary,
a.secondary {
  display: inline-block;
  padding: 12px 24px 12px 24px;
  border-radius: 24px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #7198FF;
  background-color: #FFFFFF;
  border: 1px solid #7198FF;
  user-select: none;
}
input[type=submit].secondary:hover,
a.secondary:hover {
  border-color: #9FB9FF;
  color: #7198FF;
}
input[type=submit].secondary:active,
a.secondary:active {
  border-color: #4A7CFF;
  color: #4A7CFF;
}
input[type=submit].secondary.disabled,
a.secondary.disabled {
  border: 0;
  color: #B6C2CF;
}

input.default {
  background-color: #FFFFFF;
  height: 48px;
  border: 1px solid #DAE4F1;
  border-radius: 16px;
  color: #1B1B1E;
  padding-left: 12px;
  padding-right: 12px;
}
input.default:focus {
  border-color: #7198FF;
}
input.default:focus-visible {
  outline: none;
  border-color: #7198FF;
}
input.default.error {
  border-color: #EA3829;
}
input.default.success {
  border-color: #1ABB83;
}
input.default ::placeholder {
  color: #EA3829;
}

label.radiobutton {
  border-radius: 24px;
  display: inline-block;
  cursor: pointer;
}
label.radiobutton > input {
  display: none;
}
label.radiobutton > span {
  padding: 10px;
  height: 40px;
  background: #F5F7FC;
  border-radius: 24px;
  text-align: center;
}
label.radiobutton > span:hover > span,
label.radiobutton > span:active > span {
  background-color: #E2EAFF;
  color: #2C468A;
}
label.radiobutton > input:checked + span {
  background-color: #7198FF;
  color: #FFFFFF;
}

label.radiobutton-text {
  display: inline-block;
  position: relative;
  width: 100%;
}
label.radiobutton-text > input {
  opacity: 0;
  position: absolute;
}
label.radiobutton-text > span {
  display: inline-block;
  width: 100%;
  background-color: #F9F9FF;
  border: 1px solid #F9F9FF;
  border-radius: 16px;
  cursor: pointer;
}
label.radiobutton-text > span > div {
  position: absolute;
  width: 18.33px;
  height: 18.33px;
  top: 16.83px;
  left: 16.83px;
  background-image: url("img/icon/radiobuttons_off.svg");
  background-size: cover;
  background-position: center;
}
label.radiobutton-text > span > span {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 12px 12px 16px 40px;
  color: #2C468A;
}
label.radiobutton-text > input:checked + span {
  background-color: #ECECFF;
  border-color: #5656D4;
}
label.radiobutton-text > input:checked + span > div {
  background-image: url("img/icon/radiobuttons_on.svg");
}
label.radiobutton-text:hover > span {
  background-color: #FFFFFF;
  border-color: #6A6AF1;
}
label.radiobutton-text:hover > span > div {
  background-image: url("img/icon/radiobuttons_hover.svg");
}
label.radiobutton-text:hover > input:checked + span {
  background-color: #ECECFF;
  border-color: #5656D4;
}
label.radiobutton-text:hover > input:checked + span > div {
  background-image: url("img/icon/radiobuttons_on.svg");
}

.social-network {
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 8px;
  background-color: #FFFFFF;
  flex: none;
  cursor: pointer;
  position: relative;
}
.social-network::after {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  border-radius: 30px;
  border: 8px solid #00000000;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.social-network:active {
  background-color: #00000000;
}
.social-network:active::after {
  border-color: #DAE4F1;
}
.social-network.google::after {
  background-image: url("img/icon/google.png");
}
.social-network.vk::after {
  background-image: url("img/icon/vk.png");
}
.social-network.telegram::after {
  background-image: url("img/icon/telegram.png");
}
.social-network.whatsapp::after {
  background-image: url("img/icon/whatsapp.png");
}

.social-network-24 {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.social-network-24.vk {
  background-image: url("img/icon/vk-24.png");
}
.social-network-24.google {
  background-image: url("img/icon/google-24.png");
}

.button-social {
  display: inline-block;
  width: 56px;
  height: 56px;
  padding: 16px;
  border: 1px solid #DAE4F1;
  border-radius: 16px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.button-social:hover {
  border-color: #9FB9FF;
}
.button-social:active {
  border-color: #4A7CFF;
  background-color: #F5F7FC;
}
.button-social.vk {
  background-image: url("img/icon/vk-24.png");
}
.button-social.google {
  background-image: url("img/icon/google-24.png");
}

.tab {
  background-color: #F5F7FC;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px;
  gap: 4px;
  height: 40px;
  border-radius: 24px;
}
.tab > label {
  height: 32px;
  padding: 8px 12px;
  border-radius: 20px;
  color: #2C468A;
  text-align: center;
  cursor: pointer;
}
.tab > label:active {
  background: #E2EAFF;
}
.tab > input:checked + label {
  color: #FFFFFF;
  background: #7198FF;
}
.tab > input {
  display: none;
}
.tab.tab-size-48 {
  height: 48px;
}
.tab.tab-size-48 > * {
  height: 40px;
  padding: 10px 24px;
}

body > div {
  width: 100%;
  height: 100%;
}
body > div > * {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 24px;
}

body > *.userLogin > * > *:nth-child(1) {
  text-align: center;
  color: #7198FF;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 4px;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(1) > * > label {
  width: 146px;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) a.primary,
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) a.secondary {
  display: block;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:not(:nth-child(1)) {
  display: none;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) input.default {
  width: 100%;
  margin-top: 12px;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) div.for-text-button {
  height: 40px;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) div.for-text-button a.text-button {
  float: right;
  margin: 4px;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) input.primary {
  margin: 16px 0 24px 0;
  width: 100%;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(2) > div:nth-child(2) {
  flex: none;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(2) > div:nth-child(1),
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(2) > div:nth-child(3) {
  flex: 1 1 auto;
  border-top: 1px solid #DAE4F1;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) > *:nth-child(1) {
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: center;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) > *:nth-child(1) > * {
  flex: none;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) > *:nth-child(2) > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) > *:nth-child(2) > a > * {
  flex: none;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) > *:nth-child(2) > a:not(:nth-child(1)) {
  margin-top: 12px;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(2) > form > div.sex {
  margin-top: 12px;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(2) > form > div.sex > span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #B6C2CF;
  padding-left: 12px;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(2) > form > div.sex > div {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 4px;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(2) > form > div.sex > div > * {
  flex: none;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(2) > form > div.sex > div > * > span {
  display: block;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(2) > form > input.primary {
  margin-top: 24px;
  width: 100%;
}
body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(2) > form > div.prompt {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #B6C2CF;
  text-align: center;
}
body > *.userLogin > * > *:nth-child(3) > * {
  text-align: center;
}
body > *.userLogin > * > *:nth-child(3) > * > * {
  margin-top: 8px;
}

@media only screen and (min-width: 1200px) {
  body > div {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
    align-items: center;
  }
  body > div > * {
    flex: 1 1 auto;
    background: url("img/bg.png") no-repeat;
    background-size: cover;
    border-radius: 24px;
  }
  body > div > * > .segment {
    background-color: #FFFFFF;
    border-radius: 24px;
  }
  body > div > * {
    padding: 40px 0;
    width: 1200px;
  }
  body > div > * > * {
    width: 480px;
  }
  body > div > * > .segment {
    padding: 32px 56px;
  }

  body > *.userLogin > * > *:nth-child(1) {
    font-size: 60px;
    line-height: 80px;
    font-weight: 500;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(1) > * > label {
    width: 146px;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) {
    padding-top: 12px;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) > *:nth-child(1) {
    display: none;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(2) > form > div.sex > div > * {
    width: 180px;
  }
  body > *.userLogin > * > *:nth-child(3) > *:nth-child(1) {
    display: none;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  body > div {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
    align-items: center;
  }
  body > div > * {
    flex: 1 1 auto;
    background: url("img/bg.png") no-repeat;
    background-size: cover;
    border-radius: 24px;
  }
  body > div > * > .segment {
    background-color: #FFFFFF;
    border-radius: 24px;
  }
  body > div > * {
    padding: 40px 0;
    width: 900px;
  }
  body > div > * > * {
    width: 480px;
  }
  body > div > * > .segment {
    padding: 32px 56px;
  }

  body > *.userLogin > * > *:nth-child(1) {
    font-size: 60px;
    line-height: 80px;
    font-weight: 500;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(1) > * > label {
    width: 146px;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) {
    padding-top: 12px;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) > *:nth-child(1) {
    display: none;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(2) > form > div.sex > div > * {
    width: 180px;
  }
  body > *.userLogin > * > *:nth-child(3) > *:nth-child(1) {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  body > div > * {
    padding: 24px 0;
    width: 100%;
  }
  body > div > * > * {
    width: 480px;
  }
  body > div > * > .segment {
    padding: 0 56px;
  }

  body > *.userLogin > * > *:nth-child(1) {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(1) > * > label {
    width: 158px;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) {
    padding-top: 8px;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) > *:nth-child(2) {
    display: none;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(2) > form > div.sex > div > * {
    width: 180px;
  }
  body > *.userLogin > * > *:nth-child(3) > *:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 360px) and (max-width: 599px) {
  body > div > * {
    padding: 24px 0;
    width: 100%;
  }
  body > div > * > * {
    width: 360px;
  }
  body > div > * > .segment {
    padding: 0 16px;
  }

  body > *.userLogin > * > *:nth-child(1) {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(1) > * > label {
    width: 158px;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) {
    padding-top: 8px;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) > *:nth-child(2) {
    display: none;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(2) > form > div.sex > div > * {
    width: 160px;
  }
  body > *.userLogin > * > *:nth-child(3) > *:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 359px) {
  body > div > * {
    padding: 24px 0;
    width: 100%;
  }
  body > div > * > * {
    width: 360px;
  }
  body > div > * > .segment {
    padding: 0 16px;
  }

  body > *.userLogin > * > *:nth-child(1) {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(1) > * > label {
    width: 158px;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) {
    padding-top: 8px;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(1) > *:nth-child(3) > *:nth-child(2) {
    display: none;
  }
  body > *.userLogin > * > *:nth-child(2) > *:nth-child(2) > div:nth-child(2) > form > div.sex > div > * {
    width: 160px;
  }
  body > *.userLogin > * > *:nth-child(3) > *:nth-child(2) {
    display: none;
  }
}

/*# sourceMappingURL=main-simple.css.map */
