/*
* @author  Agence Dn'D <contact@dnd.fr>
* @license https://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
* @link    https://www.dnd.fr/
*/

.sesashop-customer-login-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gutter-mobile);
  margin-block-start: var(--gutter-lg);

  h1 {
    margin-block-end: var(--gutter-lg);
  }
}

/* Desktop : 768px */
@media (min-width: 768px) {
  .sesashop-customer-login-section {
    margin-block-start: var(--gutter-xl);

    h1 {
      font-size: var(--font-size-2xl);
    }
  }
}
