.ManualAuth__title {
  color: var(--bg-color);
  font-size: 14px;
}

.ManualAuth__login-action {
  margin-top: 16px;
}

input[type='password'].ManualAuth__input {
  width: 100%;
  height: 40px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #14142b;
}

input[type='submit'].ManualAuth__btn--login {
  margin-top: auto;
  width: 100%;
  height: 35px;
  background: var(--bg-color);
  border: none;
  border-radius: 4px;

  color: white;
  font-weight: bold;
  letter-spacing: 0.75px;
  cursor: pointer;
}
