/* src/register.css */
.register-submit {
  justify-self: end;
}
.auth-entry-box {
  width: min(100%, var(--form));
}
.auth-entry-box > form {
  width: 100%;
}
.auth-fields-form,
.google-start-form {
  display: grid;
  gap: 0.55rem;
}
.auth-method-separator {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-block: 0.45rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
}
.auth-method-separator hr {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--line);
}
.google-start-form .form-actions {
  justify-content: center;
}
.google-start-form .form-actions > .gsi-material-button {
  flex: 0 0 auto;
}
.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family:
    "Roboto",
    arial,
    sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition:
    background-color .218s,
    border-color .218s,
    box-shadow .218s;
  transition:
    background-color .218s,
    border-color .218s,
    box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}
.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 10px;
  min-width: 20px;
  width: 20px;
}
.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family:
    "Roboto",
    arial,
    sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
}
.gsi-material-button:disabled .gsi-material-button-state {
  background-color: #1f1f1f1f;
}
.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}
.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}
.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #001d35;
  opacity: 12%;
}
.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}
.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #001d35;
  opacity: 8%;
}
.terms-acceptance {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
  justify-self: center;
  width: fit-content;
  max-width: 100%;
  color: #34413c;
  font-size: 0.92rem;
  line-height: 1.45;
}
.terms-acceptance input[type=checkbox] {
  width: 1.05rem;
  min-height: auto;
  height: 1.05rem;
  margin-block-start: 0.15rem;
  padding: 0;
}
.terms-acceptance label {
  font-weight: 700;
}
.validated-field {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
}
.validated-field-body {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
}
.validation-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  min-height: 2.45rem;
  margin-block-start: calc(0.92rem * 1.2 + 0.45rem);
  color: transparent;
  font-weight: 900;
  line-height: 1;
}
.validated-field[data-validation-state=valid] .validation-icon {
  color: #15803d;
}
.validated-field[data-validation-state=invalid] .validation-icon {
  color: #b42318;
}
.validated-field[data-validation-state=invalid] input {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgb(180 35 24 / 0.12);
}
.password-strength {
  display: grid;
  gap: 0.35rem;
  margin-block: -0.05rem 0.1rem;
}
.password-strength-meter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.3rem;
  min-height: 0.45rem;
}
.password-strength-bar {
  height: 0.45rem;
  background: #dfe6e1;
  border-radius: 999px;
}
.password-strength-meter[data-strength-state=weak] .password-strength-bar.is-active {
  background: #b42318;
}
.password-strength-meter[data-strength-state=fair] .password-strength-bar.is-active,
.password-strength-meter[data-strength-state=good] .password-strength-bar.is-active {
  background: #b7791f;
}
.password-strength-meter[data-strength-state=strong] .password-strength-bar.is-active {
  background: #15803d;
}
.password-strength-feedback {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}
