/* line 2, client_register.scss */
body.is-client-register-page .co-section--content_wrapper {
  max-width: 800px;
  padding: 16px 16px 40px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    /* line 2, client_register.scss */
    body.is-client-register-page .co-section--content_wrapper {
      padding: 16px 0 40px; } }
/* line 12, client_register.scss */
body.is-client-register-page .co-section--content {
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px; }
/* line 19, client_register.scss */
body.is-client-register-page .co-checkout-block--padded {
  padding: 0; }
/* line 23, client_register.scss */
body.is-client-register-page .co-title--h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center; }
  @media (max-width: 767px) {
    /* line 23, client_register.scss */
    body.is-client-register-page .co-title--h1 {
      font-size: 20px;
      margin-bottom: 12px; } }
/* line 36, client_register.scss */
body.is-client-register-page .co-login {
  width: 100%;
  flex: auto; }
/* line 41, client_register.scss */
body.is-client-register-page .co-input-label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2; }
/* line 48, client_register.scss */
body.is-client-register-page .co-input-field {
  background: #fff;
  padding: 14px 20px;
  border: 1px solid #000;
  border-radius: 25px;
  height: 44px;
  font-size: 16px;
  line-height: 1.2;
  color: #000; }
  /* line 58, client_register.scss */
  body.is-client-register-page .co-input-field:focus {
    box-shadow: none; }
/* line 63, client_register.scss */
body.is-client-register-page .co-input-field.is-readonly {
  background: #F2F2F2;
  cursor: default; }
/* line 68, client_register.scss */
body.is-client-register-page .co-button {
  padding: 20px;
  border-radius: 60px;
  background: #000;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700; }
/* line 79, client_register.scss */
body.is-client-register-page .co-toggable_field-input--checkbox input + span {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 1px solid #2189FF;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  position: relative; }
/* line 90, client_register.scss */
body.is-client-register-page .co-toggable_field-input--checkbox input:checked + span {
  background: #2189FF;
  border-color: #2189FF;
  box-shadow: none; }
/* line 96, client_register.scss */
body.is-client-register-page .co-toggable_field-input--checkbox input:checked + span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 5px;
  top: 3px;
  left: 3px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(-45deg);
  font-family: initial;
  font-size: 0;
  color: transparent; }
/* line 112, client_register.scss */
body.is-client-register-page .co-input-information {
  padding: 0; }
/* line 116, client_register.scss */
body.is-client-register-page .co-toggable_field-title {
  font-size: 16px;
  line-height: 1.2;
  margin: 0; }
/* line 122, client_register.scss */
body.is-client-register-page .co-toggable_field-description {
  margin: 0; }
  /* line 124, client_register.scss */
  body.is-client-register-page .co-toggable_field-description p {
    font-size: 14px !important; }
/* line 127, client_register.scss */
body.is-client-register-page .co-form-controls {
  margin: 0;
  padding: 0; }
/* line 132, client_register.scss */
body.is-client-register-page .co-input--required .co-input-label:after {
  content: none !important; }
/* line 136, client_register.scss */
body.is-client-register-page .rd-container {
  border-radius: 16px;
  margin-top: 10px; }
  @media (max-width: 640px) {
    /* line 136, client_register.scss */
    body.is-client-register-page .rd-container {
      max-width: 350px; } }
  @media (max-width: 420px) {
    /* line 136, client_register.scss */
    body.is-client-register-page .rd-container {
      max-width: 305px; } }
/* line 149, client_register.scss */
body.is-client-register-page .rd-day-body {
  border-radius: 4px;
  padding: 4px;
  color: #000; }
/* line 155, client_register.scss */
body.is-client-register-page .rd-day-selected {
  background-color: #ECF5FF;
  color: #000; }
