/* SIMSAR PASSWORD RESET V18 */

#sm18-overlay .sm18-forgot-row{
  grid-column:1/-1;
  display:flex;
  justify-content:flex-end;
  margin-top:-4px;
}

#sm18-overlay .sm18-link-btn{
  appearance:none;
  border:0;
  padding:4px 0;
  background:transparent;
  color:#d9362b;
  font:800 12px/1.3 inherit;
  cursor:pointer;
}

#sm18-overlay .sm18-link-btn:hover{
  text-decoration:underline;
}

#sm18-overlay .sm18-reset-intro{
  grid-column:1/-1;
  margin:0 0 4px;
  padding:11px 12px;
  border:1px solid #e5e9ef;
  border-radius:10px;
  background:#f8fafc;
  color:#596579;
  font-size:12px;
  line-height:1.6;
}

#sm18-overlay .sm18-reset-code{
  text-align:center;
  letter-spacing:8px;
  font-size:18px !important;
  font-weight:900 !important;
}

#sm18-overlay .sm18-reset-actions{
  grid-column:1/-1;
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:4px;
}

#sm18-overlay .sm18-reset-actions .sm18-primary{
  min-width:150px;
}

@media(max-width:640px){
  #sm18-overlay .sm18-reset-actions{
    align-items:stretch;
    flex-direction:column;
  }

  #sm18-overlay .sm18-reset-actions button{
    width:100%;
  }
}
