.register-text-login-don-have {
  color: #dc2626;
  font-family: var(--register-font-family);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.45;
  margin: -5px 0 -3px;
  min-height: 18px;
}
.register-button-login {
  background: #111114;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-family: var(--register-font-family);
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  letter-spacing: 0;
  line-height: 1;
  transition: background-color 0.15s ease;
}
.register-button-login:hover {
  background: #000;
}
.register-text-don-have-account {
  color: #6b7280;
  font-family: var(--register-font-family);
  font-size: 13px;
  letter-spacing: 0;
  margin: 18px 0 0;
  text-align: center;
}
.register-text-don-have-account a {
  background: transparent;
  border: 0;
  color: #111114;
  cursor: pointer;
  font-family: var(--register-font-family);
  font-weight: 600;
  letter-spacing: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  text-underline-offset: 3px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.register-link-chat-with-customer {
  color: #6b7280;
  display: block;
  font-family: var(--register-font-family);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 14px auto 0;
  text-decoration: none;
  width: max-content;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
@media (hover: hover) and (pointer: fine) {
  .register-link-chat-with-customer:hover,
  .register-text-don-have-account a:hover {
    text-decoration: underline;
  }
  .register-link-chat-with-customer:hover {
    color: #111114;
    text-underline-offset: 3px;
  }
}
.register-consent {
  align-items: flex-start;
  color: #6b7280;
  cursor: pointer;
  display: flex;
  font-family: var(--register-font-family);
  font-size: 12px;
  gap: 9px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: -3px 0 -1px;
  -webkit-tap-highlight-color: transparent;
}
.register-consent input {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #c7ccd3;
  border-radius: 3px;
  cursor: pointer;
  flex: 0 0 auto;
  height: 16px;
  margin: 1px 0 0;
  position: relative;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  width: 16px;
}
.register-consent input:checked {
  background: #111114;
  border-color: #111114;
}
.register-consent input:checked::after {
  border: solid #fff;
  border-width: 0 1.6px 1.6px 0;
  content: "";
  height: 8px;
  left: 5px;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 4px;
}
.register-consent a {
  color: #111114;
  font-weight: 500;
  text-decoration: none;
  text-underline-offset: 3px;
}
.register-button-login:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.register-button-login:disabled:hover {
  background: #111114;
}
@media (hover: hover) and (pointer: fine) {
  .register-consent a:hover {
    text-decoration: underline;
  }
}
