.container-checkout {
  margin-bottom: 4rem;
}
.container-checkout .container-caption {
  display: none;
}
.container-checkout .container-caption {
  margin: 3rem;
}
.container-checkout .container-caption h1.title {
  font-weight: 500;
}
.container-checkout .divider {
  display: none;
}
.container-checkout .container-guest-checkout {
  padding: 3rem;
  margin: 1.5rem;
  display: none;
}
.container-checkout .container-guest-checkout .title {
  font-weight: 500;
}
.container-checkout .container-guest-checkout .guest-checkout-desc {
  font-size: 1.4rem;
  margin-top: 1rem;
  font-weight: 400 !important;
}
.container-checkout .container-sign-in .title {
  font-weight: 500;
}
.container-checkout .container-sign-in .sign-in-desc {
  font-size: 1.4rem;
  margin-top: 1rem;
  font-weight: 400 !important;
}
.container-checkout .container-input .caption {
  font-weight: 600 !important;
}
.container-checkout #form-register .title {
  margin-bottom: 10px;
}
.container-checkout #form-register .sms-checkbox-container {
  display: flex;
  align-items: center;
}
.container-checkout #form-register .sms-checkbox-container [for=send_me_sms] {
  flex: 1;
}
.container-checkout.for-checkout .container-guest-checkout {
  display: block;
}
.container-checkout.for-checkout .container-caption {
  display: block;
}
.container-checkout .reset-expired-wrapper .title {
  color: var(--color-primary);
  font-size: 32px;
}
.container-checkout .reset-expired-wrapper .message {
  margin: 30px;
  color: var(--color-primary);
  font-size: 16px;
}
.container-checkout .reset-expired-wrapper .message .dialog-forget-pwd {
  color: var(--link-primary-color);
}
.container-checkout .reset-expired-wrapper .return-to-login {
  margin-top: 40px;
}
.container-checkout .reset-expired-wrapper .return-to-login .return-login-link {
  font-size: 16px;
  color: var(--link-primary-color);
}
@media (max-width: 768px) {
  .page-content {
    padding: 0 16px;
  }
  .container-checkout .reset-expired-wrapper {
    text-align: left;
    margin: 1vmin;
    padding: 0;
  }
  .container-checkout .reset-expired-wrapper .title {
    font-size: 5.4vmin !important;
  }
  .container-checkout .reset-expired-wrapper .message {
    text-align: left;
    margin: 7vmin 0 0!important;
    font-size: 3.4vmin !important;
  }
  .container-checkout .reset-expired-wrapper .return-to-login {
    text-align: left;
    margin-top: 4vmin !important;
  }
}
