#mainform  {
    background: #ffffff !important;
    /* background-image: url(https://linkpagamento.fixpay.com.br/images/AcabouRecorrencia.png) !important; */
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-left: 1em !important;
}
.fixpay_a {
    color: #00d6d6 !important;
}
input {
    color: #00c1c1 !important;
    opacity: 0.85;
}
input:focus {
    border: 1px solid #00d6d6 !important;
    opacity: 1;
}
.select2-selection{
    color: #00c1c1 !important;
    opacity: 0.85;
}
.select2-selection:focus {
    border: 1px solid #00d6d6 !important;
    opacity: 1;
}
.woocommerce-save-button {
    background: #00d6d6 !important;
}