.normal-tr:hover {
  background-color: #fff !important;
}

.span-eye {
  align-content: center;
  padding: 10px;
}

.eye-icon:hover {
  background-color: rgba(0, 0, 0, .04);
}

.password-requirements {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  background-color: white;
}

.requirement {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
}

.requirement.met {
  color: #198754;
}

.requirement.met i {
  color: #198754 !important;
}

.requirement i {
  min-width: 1rem;
}

.page-single {
  min-height: 100vh;
}

.privacy {
  font-size: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px auto;
  grid-template-columns: 30px auto;
}

input[type=checkbox] {
  width: 17px;
  height: 17px;
}

.page-single {
  background-color: rgba(0, 132, 178, .5);
  min-height: 100vh;
}

#version-text {
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 0px;
}

.captcha-mask {
  width: 100%;
  gap: 1em;
  display: flex;
}