This content has 3 years. Some of the information in this post may be out of date or no longer work. Please, read this page keeping its age in your mind.

Add this custom CSS (Customize/Custom CSS) in order to edit the checkout page from CSS.

.ct-cart-form {
    color: white;
    background-color: red;
    padding: 20px;
    border-radius: 5px;
}