/* 
    This is custom CSS file
    Render in theme.liquid files. Purpose to use of this to customize the layout as per the requirements.
    <***************************************************************************************************>
*/

/* Only customize for login/register page */
#shopify-section-template--25633367523672__newsletter_promo_gcceK6 {
    color: rgba(var(--color-foreground), 0.75);
    background-color: rgb(244, 246, 249) !important;
    margin-top: 0;
}
 
#shopify-section-{{ section.id }} .section-login {
    border-radius: 3rem;
    padding: 60px 16px;
}
#shopify-section-{{ section.id }} .section-register__inner {
    border-radius: 3rem;
}