.ihm-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ihm-meta-grid label{display:grid;gap:6px;font-weight:600}
.ihm-meta-grid textarea{width:100%}
.ihm-login-wrap{max-width:520px;background:#fff;border:1px solid #eadfce;border-radius:8px;padding:28px}
.ihm-alert{border-left:5px solid #7a1f1f}
.ihm-inline-form{display:inline;margin-left:10px}
.ihm-link-button{border:0;background:transparent;color:#7a1f1f;font-weight:800;text-decoration:underline;cursor:pointer}
@media(max-width:760px){.ihm-meta-grid{grid-template-columns:1fr}}
