.login-links-row{
  display:flex;
  justify-content:flex-end;
  margin-top:-4px;
}

.login-link-btn{
  appearance:none;
  border:none;
  background:none;
  padding:0;
  font:inherit;
  color:#0e6a78;
  font-weight:700;
  cursor:pointer;
}

.login-link-btn:hover{
  color:#0b5560;
  text-decoration:underline;
}

.employee-reset-panel{
  margin-top:6px;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(14,106,120,.16);
  background:linear-gradient(135deg, rgba(14,106,120,.06) 0%, rgba(255,255,255,.98) 100%);
  box-shadow:0 12px 30px rgba(15,59,71,.08);
}

.employee-reset-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:10px;
}

.employee-reset-kicker{
  margin:0 0 4px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#0e6a78;
}

.employee-reset-head strong{
  color:#112536;
  font-size:18px;
}

.employee-reset-copy{
  margin:0 0 14px;
  color:#536273;
  line-height:1.6;
}

.employee-reset-stage{
  display:grid;
  gap:14px;
}

.employee-reset-message,
.employee-reset-dev-hint,
.employee-reset-hint{
  border-radius:16px;
  padding:12px 14px;
  font-size:14px;
  line-height:1.5;
}

.employee-reset-message{
  min-height:0;
  margin:0 0 12px;
}

.employee-reset-dev-hint{
  margin:0 0 12px;
  background:rgba(14,106,120,.10);
  color:#0f6675;
}

.employee-reset-hint{
  background:rgba(15,59,71,.05);
  color:#425264;
}

.employee-reset-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}

.employee-reset-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-start;
}

.employee-reset-backlink{
  white-space:nowrap;
}

@media (max-width: 760px){
  .employee-reset-head{
    flex-direction:column;
  }

  .employee-reset-grid{
    grid-template-columns:1fr;
  }
}
