.mytools-auth {
  padding: 28px 16px;
}

.mytools-auth__card {
  max-width: 420px;
  margin: 0 auto;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
}

.mytools-auth__title {
  margin: 0 0 16px 0;
  font-size: 22px;
  line-height: 1.2;
}

.mytools-auth__form {
  display: block;
}

.mytools-auth__label {
  display: block;
  margin: 14px 0 6px;
  font-weight: 600;
  font-size: 14px;
}

.mytools-auth__input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.18);
  background: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.mytools-auth__input:focus {
  outline: none;
  border-color: rgba(0,0,0,.38);
  box-shadow: 0 0 0 3px rgba(0,0,0,.06);
}

.mytools-auth__hint {
  margin-top: 6px;
  font-size: 12px;
  opacity: .75;
}

.mytools-auth__password {
  position: relative;
}

.mytools-auth__toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 10px;
  font-size: 14px;
  opacity: .8;
}

.mytools-auth__toggle:hover {
  background: rgba(0,0,0,.04);
  opacity: 1;
}

.mytools-auth__btn {
  width: 100%;
  margin-top: 18px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: #111;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

.mytools-auth__btn:hover {
  opacity: .92;
}

.mytools-auth__links {
  margin-top: 14px;
  font-size: 13px;
  opacity: .9;
  text-align: center;
}

.mytools-auth__sep {
  margin: 0 6px;
  opacity: .6;
}

.mytools-auth__errors {
  margin: 10px 0 14px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(200,0,0,.25);
  background: rgba(200,0,0,.05);
}

.mytools-auth__error-item {
  font-size: 13px;
  margin: 4px 0;
}

.mytools-auth__notice {
  margin: 10px 0 14px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,120,0,.20);
  background: rgba(0,120,0,.06);
}

.mytools-auth__notice-item {
  font-size: 13px;
  margin: 4px 0;
}

.mytools-auth__checkbox {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
  font-size: 13px;
}

.mytools-auth__meter {
  margin-top: 10px;
}

.mytools-auth__meter-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(0,0,0,.10);
  overflow: hidden;
  position: relative;
}

.mytools-auth__meter-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--mytools-meter, 0%);
  background: rgba(0,0,0,.45);
  transition: width .18s ease;
}

.mytools-auth__meter-text {
  margin-top: 6px;
  font-size: 12px;
  opacity: .75;
}
