.flex-microform-focused {
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
 }
 
 #cardImage{
    position: relative;
    height: 30;
    margin-left: 390;
    bottom: 35;
 }
 
 #cardSpace{
    position: relative;
    height: 30;
 }
 
 .flexField__error-message {
     position: absolute;
     top: 82%;
     color: #EA0850;
     margin-top: 4px;
     font-size: smaller;
     display: none;
 }
 
 .flexField__cvv_error-message {
    position: absolute;
     top: 92%;
     color: #EA0850;
     margin-top: 4px;
     font-size: smaller;
     display: none;
 }
 
 .flexField__expiryMonth_error-message {
    position: absolute;
     top: 92%;
     color: #EA0850;
     margin-top: 4px;
     font-size: smaller;
     display: none;
 }

 .flexForm_error {
      color: #EA0850;
      display: none;
      margin-top: 3%;
      border-left: 8px solid #EA0850;
      padding: 3px;
      width: 550px;
}

.btn-primary {
   position: relative;
   top: 103px;
   margin: 4px 2px;
   left: 64%;
   border: none;
   border-radius: none;
   padding: 8px 12px;
}

.flexField__year_error {
   position: absolute;
    top: 92%;
    color: #EA0850;
    margin-top: 4px;
    font-size: smaller;
    display: none;
}

#sessionTimeoutMessage {
    background-color: #e0e0e0;
    border: 1px solid #b0b0b0;
    padding: 15px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    position: relative;
    display: block;
    top: 15px;
    left: -28px;
    margin-right: -50px;
    height: 20px;
    background: #F7F7F7;
}

#title {
    font-size: 14px;
    text-align: left;
    bottom: 32px;
    left: 23px;
    position: relative;
    font-family: Lato;
}

#fatal-error {
      color: #EA0850;
      display: none;
      margin-top: 3%;
      border-left: 8px solid #EA0850;
      padding: 3px;
}

.cc-form-group-3 {
    display: flex;
    flex-wrap: wrap;
}

.form-group {
    flex: 1 1 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .form-group {
        flex: 1 1 50%;
    }
}

.form-border {
    border: 1px solid #EA0850
}

#flexformg2p {
    height: 600px; 
    width:450px;
    display:none;
}

#ccbadge {
    height: 24px;
    top: 13%;
    position: relative;
    margin-top: 6%;
    margin-bottom:-6%;
}

.cc-form-group-1 {
    position: relative;
    top: 54px;
}

#number-container {
    height: 38px;
}

#cardImageDiv {
    height: 8px;
}

.cc-form-group-2 {
    position: relative;
    top: 68px;
}

#securityCode-container {
    height: 38px;
}  

.cc-form-group-3 {
    position: relative;
    top: 49px;
}

#expMonthDiv {
    right: 15px;
    top: 43px;
}

#expMonth {
    height: 34px;
    width: 107%; 
    color: rgb(73, 80, 87);
}

#expYearDiv {
    top: 43px;
}

#expYear {
    height: 34px; 
    width: 107%; 
    color: rgb(73, 80, 87);
}

#sessionTimeoutMessage , #fatal-error {
    display:none;
}

.payment-info-module__secure-icon {
    height: 25px;
    margin-left: 6px;
    position: relative;
    bottom: 2px;
}

#info-icon {
    position: relative;
    height: 20px;
    bottom: 10px;
    left: -5px;
    filter: invert(39%) sepia(16%) saturate(487%) hue-rotate(175deg) brightness(93%) contrast(90%);
}

#loginLink {
    color: #586474;
}

#auto-charge{
    display: inline;
    position: relative;
    color: #586474;
}

#auto-charge-consent{
    margin-right: 3px;
    border: 1px solid #C2C8D0;
    visibility: visible;
    position: relative;
    top: 15px;
    transform: scale(1.1);
    accent-color: #4E9D2D;
}

#consent-error{
    color: #EA0850;
    font-size: 13px;
}

#auto-charge-text{
    width: 565;
    font-size: 14px;
    position: relative;
    top: 20px;
}

label#consent-checkbox {
    font-weight: 100;
    position: relative;
    top: 5px;
    font-size: 14px;
}