main {
  padding: 5rem 9rem 5rem 9rem;
}

.u-column1.col-1, .u-column2.col-2 {
  padding-top: 1rem;
}

#customer_login h2 {
  color: var(--black);
  font-family: var(--font-family-baskerville-regular);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.v-line {
  border-left: 1px solid black;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.select2-container--default .select2-selection--single {
  background-color: #eceae6;
}

.woocommerce form .form-row input.input-text {
  border: none;
  border-bottom: 1px solid black;
  background-color: transparent;
}

.woocommerce .woocommerce-input-wrapper textarea {
  border: none;
  border-bottom: 1px solid black;
  background-color: #eceae6;
}


/*responsive*/

@media (max-width: 1025px) {
  main#woocommerce section {
    padding: 2rem;
  }

  main {
    padding: auto;
  }

  #customer_login {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

   .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    width: 100%;
  }

  .v-line {
    border: none;
    height: 2rem;
  }
}

@media (max-width: 768px) {
  main {
    padding: 1rem;
  }
}

@media (max-width: 400px) {
  main {
    padding: auto;
  }

  #customer_login {
    width: 100%;
  }

  #customer_login h2 {
    font-size: 25px;
    width: 15rem;
  }

  .woocommerce form.login, .woocommerce form.register {
    padding: 20px;
    margin-left: -1rem;
    width: 20rem;
  }
}