/** Shopify CDN: Minification failed

Line 12:0 Unexpected "{"
Line 12:1 Expected identifier but found "%"
Line 50:2 Unexpected "{"
Line 50:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
{% if section.settings.login-register != false %}
    .customer-account-box {
      text-align: left !important;
      align-items: flex-start !important;
      min-height:unset !important;
    }
    .login--register-grid {
      display:grid;
      grid-template-columns:1fr 1fr;
      grid-gap:100px;
      max-width:1200px;
      margin:100px auto;
      padding:0 24px;
    }
    .login--register-title {
      margin-bottom:14px;
    }
    .login--register-content {
      margin-bottom:14px;
    }
    .login--register-button {
      display:block;
      width:100%;
    }
    .login--register-content-wrap {
      margin-bottom:24px;
    }
    .login--register-banner img{
      display:block;
      width:100%;
    }
    @media(max-width:990px){
      .login--register-grid {
        grid-template-columns:1fr;
        grid-gap:80px;
        margin:50px auto;
      }
    }
  {% endif %}