

.fvr-payment-gateway-label-success {
    font-weight: bold !important;
    padding-top: 10px !important;
    color: #6bad31 !important;
    font-family: sans-serif !important;
}

.fvr-payment-gateway-label-error {
    font-weight: bold !important;
    padding-top: 10px !important;
    color: #a00 !important;
    font-family: sans-serif !important;
}
  
.fvr-payment-gateway-title{
    padding-left: 20px !important;
}

.fvr-payment-gateway-title-group{
    display: flex !important;
    align-items: center !important;
}

.fvr-payment-gateway-title-logo{
    max-height: 34px !important;
}

.fvr-payment-gateway-input{
    background-color: #fff !important;
    border: 1px solid hsla(0, 0%, 7%, .8) !important;
    border-radius: 4px !important; 
    box-sizing: border-box !important;
    color: #2b2d2f !important;
    font-family: inherit !important;
    font-size: 1em !important;
    height: 37px !important;
    line-height: 1em !important;
    margin: 0 !important; 
    min-height: 0 !important;
    padding: 1em 1em !important; 
    width: 50% !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}


.fvr-payment-gateway-button{
    color: #6c757d !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #6c757d !important;
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    padding: 0.365rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
}