:root {
  --color-shade-1: #d6d6d6;
  --brand-color: #243E36;
  --background-color: #ffffff;
  --border-radius: 4px;
  --font-size: 14px;
  --item-height: 44px;
  --headline1-font-size: 28px;
  --headline1-font-weight: 450;
  --container-padding: 40px;
  --container-max-width: 410px;
}

hanko-auth,
hanko-profile {
  --container-padding: 20px;
  --container-max-width: 600px;
  --color: #14261C;
}

hanko-auth::part(headline1) {
  text-align: center;
  font-weight: 700;
}

hanko-auth::part(link) {
  color: #14261C;
}

hanko-auth::part(primary-button) {
  color: #ffffff;
  border-radius: 8px;
  background: #243E36;
  display: inline-block;
  white-space: nowrap;
  padding: 12px 22px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
}

hanko-auth::part(secondary-button) {
  border-radius: 8px;
  background: #ffffff;
  display: inline-block;
  white-space: nowrap;
  padding: 12px 22px;
  color: #243E36;
  text-align: center;
  border: 1px solid #7CA982;
  transition: all 0.3s ease-out;
  justify-content: center;
}

hanko-auth::part(input) {
  color: #ABAFB1;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #243E36;
  padding: 6px 8px 6px 8px;
  border-radius: 8px;
}

.calc_h {
  height: calc(100% - 106px);
}

.hanko_auth::part(container) {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 30px 20px;
}

hanko-profile::part(hanko_label) {
  color: #14261C;
}

hanko-profile::part(headline1) {
  font-weight: 600;
}