.celopay-wrapper #submit-button {
    display: none;
}

.payment-method-content .celopay-error-msg {
    color: red;
}

.celopay-wrapper #result-message {
    color: green;
}

.celopay-wrapper .form-area {
    width: 70%;
}

.celopay-wrapper .form-button {
    display: none;
    margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
    .celopay-wrapper .form-area {
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .celopay-wrapper .form-area {
        width: 75%;
    }
}

@media only screen and (max-width: 480px) {
    .celopay-wrapper .form-area {
        width: 100%;
    }
}