/* Néfesh Personal / Free registration layout v2
   Keep the left information column aligned with the top of the form instead of
   vertically centering it against the much taller registration card. */
@media (min-width:901px){
  body.particular-auth-body .particular-auth-copy{
    align-self:start!important;
  }
}
