.form-restore-msg{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.4em;
  margin:0 0 14px;
  padding:0 1em;
  color:#e60000;
  font-weight:700;
  font-size:15px;
  line-height:1.5;
  text-align:center;
}
p.form-restore-msg{
  margin:.75em auto !important;
  font-size:16px;
}
.form-restore-msg[hidden]{display:none;}
.form-restore-msg__icon{
  width:1.2em;
  height:1.2em;
  flex:0 0 auto;
}
@media screen and (max-width:767px){
  .form-restore-msg{font-size:13px;margin-bottom:10px;}
}
