/*
Theme Name: TheAisle Child
Theme URI: https://theaisle.qodeinteractive.com
Description: A child theme of TheAisle Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Text Domain: theaisle
Template: theaisle
*/

#customer_login.u-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

#customer_login .u-column1,
#customer_login .u-column2 {
  width: 48%;
}

@media (max-width: 768px) {
  #customer_login .u-column1,
  #customer_login .u-column2 {
    width: 100%;
  }
}