.password-field{position:relative;display:block;width:100%}
.password-field input{width:100%;padding-right:52px!important}
.password-eye{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;border-radius:12px;background:transparent;color:#26364a;display:grid;place-items:center;cursor:pointer}
.password-eye:hover,.password-eye:focus-visible{background:#eef7ff;color:#0099FF;outline:2px solid rgba(0,153,255,.28);outline-offset:1px}
.password-eye svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.auth-form label small a{font-weight:750;color:#007dcc;text-decoration:none}
.auth-form label small a:hover{text-decoration:underline}
.card-download-actions{display:flex;gap:9px;flex-wrap:wrap;margin:12px 0 0}
.card-download-actions .button{min-height:44px}
@media(max-width:760px){
  .card-download-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .card-download-actions .button{width:100%;padding:10px 9px!important}
}

.password-reset-confirmation{display:grid!important;gap:4px}.password-reset-confirmation strong{font-size:13px}.password-reset-confirmation span{font-size:12px;line-height:1.5}
