/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

.pricing-card {
  width: 250px;
  max-width: 90%;
}

.login-card {
  background: #f8f9fa;
  width: 350px;
  max-width: 90%;
}

.card-spacer {
  width: 50px;
  display: inline-block;
}

.firebaseui-idp-password {
  background-color: #376cdb!important;
}

.bg-cover-bridge {
  background: url(https://cdn.peoplegrove.com/admin/1604374811922alliance-bg.PNG) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fp-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
}

.card-errors {
  font-weight: bold;
  color: #eb1c26;
  padding-bottom: 10px;
  padding-top: 10px;
}

.stripe-form label {
  text-transform: uppercase;
    font-weight: bold;
    color: #4f4d4d;
    font-size: 13px;
}

 .StripeElement {

    width: 100%;

    box-sizing: border-box;
  
    height: 40px;
  
    padding: 10px 12px;
  
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: white;
  
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
  }
  
  .StripeElement--focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  }
  
  .StripeElement--invalid {
    border-color: #fa755a;
  }
  
  .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
  }