/* Define how SqPaymentForm iframes should look */
.gfsq-input {
    border: 1px solid rgb(223, 223, 223);
    outline-offset: -2px;
    margin-bottom: 5px;
    display: inline-block;
    min-height: 35px;
}

/* Define how SqPaymentForm iframes should look when they have focus */
.gfsq-input--focus {
    outline: 5px auto rgb(59, 153, 252);
}

/* Define how SqPaymentForm iframes should look when they contain invalid values */
.gfsq-input--error {
    outline: 5px auto rgb(255, 97, 97);
}

.gf-square-field.date, 
.gf-square-field.cvv {
    float: left;
    width: 49%;
}

.gf-square-field.date {
    margin-right: 2%;
}