.checkout-field {
    margin-bottom: 16px;
}

.checkout-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.checkout-field input,
.checkout-field select,
.checkout-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    font: inherit;
}

.checkout-field input:focus,
.checkout-field select:focus,
.checkout-field textarea:focus {
    outline: 2px solid #f7b6c8;
    border-color: #e56b8a;
}

#payfastCheckoutForm .btn-primary {
    width: 100%;
    border: 0;
    border-radius: 30px;
    padding: 14px 20px;
    background: #111;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

#payfastCheckoutForm .btn-primary:hover {
    background: #e56b8a;
}
