body {
    font-family: "myriad-pro", sans-serif !important;
}

.form-group label {
    font-size: 14px !important;
}

.form-group input, .form-group select {
    border-radius: 2px !important;
    border-color: #e0e0e0;
    height: 46px !important;
}

.cards-accepted {
    display: none !important;
}

.btn-pay {
    color: #d21548 !important;
    background-color: white !important;
    border-color: #d21548 !important;
    -webkit-transition: background 0.2s !important;
    -o-transition: background 0.2s !important;
    transition: background 0.2s !important;
    width: 100px !important;
}

.btn-pay:hover {
    background-color: #d21548 !important;
    color: white !important;
}

.bb-error-message-width {
    height: 20px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}