/**
 * @file
 * Stripe payment form styles for the Commerce ACH module.
 */

/*
 * Add drupal core form elements styling to the Stripe payment form.
 */
.stripe-ach-form .form-text {
  border: 1px solid #ccc;
  color: #3b3b3b;
  font-size: 0.929em;
  box-sizing: border-box;
  margin: 2px 0;
  padding: 4px;
}
.stripe-ach-form .error {
  background-color: hsl(15, 75%, 97%);
  border-color: #e62600;
  border-width: 1px;
  box-shadow: 0 5px 5px -5px #b8b8b8 inset;
  color: #a51b00;
}

.ach-account-buttons#popupplaid{ 
	font-size: 14px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
    padding: 8px 29px !important;
    border-radius: 8px;
    display: inline-flex;
    box-shadow: unset;
    background-color: #1557b3;
    width: auto;
    justify-content: center;
    cursor:pointer;
    }
