section {
  padding-top: 60px;
}

section .button {
  font-size: 14px;
  padding: 10px 40px;
}

section .content {
  margin: 0 10%;
  padding: 10px;
}

section .content .headline {
  font-size: 32px;
  margin-bottom: 30px;
}

section .content .form-group {
  margin-bottom: 20px;
  height: 70px;
  width: 95%;
}

section .content .form-group .help-block-error {
  font-size: 12px;
}

section .content .form-group input {
  font-size: 22px;
  height: 42px;
}

section .content .auth-item .form-group:last-child {
  margin-bottom: 0;
}

section .content .switchcontainer {
  grid-template-columns: 70px 1fr;
}

section .content .switchcontainer .switch {
  width: 52px;
  height: 30px;
}

section .content .switchcontainer .switch .slider:before {
  height: 22px;
  width: 22px;
  left: 2px;
}

section .content .js-order-section {
  padding-top: 20px;
}

section .history .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #f6bed0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .history .row span:first-child {
  width: 70px;
}

section .history .row span:nth-child(2) {
  width: 60%;
  padding: 0 3%;
  text-align: center;
}

section .history .row b:first-child {
  width: 70px;
}

@media only screen and (max-width: 768px) {
  .qr-link-all {
    display: none !important;
  }
  footer .footer_link, footer .footer_link ~ .indenter {
    display: none;
  }
  section {
    padding-top: 100px;
  }
  section .content {
    margin: 0;
  }
  section .content .headline {
    margin-bottom: 10px;
  }
  section .content form .form-group {
    margin-bottom: 15px;
    height: 65px;
  }
  section .content form .form-group label {
    line-height: 20px;
  }
  section .content form .form-group input {
    height: 50px;
    font-size: 18px;
    padding-right: 50px;
  }
}

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