﻿.ia-password-field {
  position: relative;
  width: 100%;
}

.ia-password-field input {
  width: 100% !important;
  padding-right: 54px !important;
}

.ia-password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 12px;
  background: #fff4ef;
  color: #7b5147;
  font-size: 16px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: .18s ease;
}

.ia-password-toggle:hover {
  background: #efd1c8;
  transform: translateY(-50%) scale(1.04);
}

.ia-confirm-block {
  margin-top: 14px;
}

.ia-confirm-block label {
  display: block;
  margin-bottom: 8px;
  color: #3f2a24;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ia-password-error {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff0f0;
  border: 1px solid #efb9b9;
  color: #a63d3d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.ia-password-ok {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #effff3;
  border: 1px solid #bde8c9;
  color: #35764e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.ia-password-hint {
  margin-top: 8px;
  color: #8d6f65;
  font-size: 12px;
  line-height: 1.4;
}
