/* Define how SqPaymentForm iframes should look */
.cf7s-input {
    border: 1px solid #bbb;
    border-radius: 3px;
    outline-offset: -2px;
    margin-bottom: 5px;
    display: inline-block;
    min-height: 35px;
}

/* Define how SqPaymentForm iframes should look when they have focus */
.cf7s-input--focus {
    outline: 5px auto rgb(59, 153, 252);
}

/* Define how SqPaymentForm iframes should look when they contain invalid values */
.cf7s-input--error {
    outline: 5px auto rgb(255, 97, 97);
}

.cf7-square-field.date, 
.cf7-square-field.cvv {
    float: left;
    width: 49%;
}

.cf7-square-field.date {
    margin-right: 2%;
}


.cf7s-square-connect-button {
    display: inline-block;
    background-color: rgb(41, 150, 204);
    height: 28px;
    color: rgb(255, 255, 255);
    box-shadow: rgb(153, 153, 153) 3px 4px 15px 2px;
    font-weight: 700;
    font-family: "Square Market", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 3px;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 12px; 
}

.cf7s-square-connect-button:hover{

    color: rgb(255, 255, 255);
}

.cf7s-square-connect-button span{
vertical-align: top;
display: inline-block;
padding-top: 7px;
padding-left: 10px;
}
 
.cf7s-square-connect-button span a{
    color: white;
    text-decoration: none;
}
.gpay-card-info-container{
    width: 100% !important;
}
#ach-button{
	height: 50px !important;
    width: 100% !important;
	background-color: #447fe8 !important;
    color: white !important;
    border-radius: 50px !important;
}
#ach-button:hover{
	opacity: 0.8;
}
#afterpay-button .sq-ap__button {
    width: 100%;
	border-radius: 50px !important;
    height: 50px !important;
}
button.sq-ap__button:hover {
	opacity: 0.8;
}
#apple-pay-button {
 height: 50px;
 width: 100%;
 display: inline-block;
 border-radius: 50px;
 -webkit-appearance: -apple-pay-button;
 -apple-pay-button-type: plain;
 -apple-pay-button-style: black;
}

