.form-group {
    float: left;
    width: 100%;
}
.pay-button {
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    font-family: inherit;
    font-style: bold;
    font-size: 16px;
    background-color: rgb(28, 145, 255);
    min-width: 100%;
    padding: 16px;
    margin-top: 16px;
}
.pay-button:hover {
    border-color: rgba(255, 255, 255, 0.1);
}
.section-heading {
    font-weight: bold;
    margin-top: 7.5px;
    color: rgb(17, 17, 17);
    font-size: 20px;
}
.payform {
    padding: 13px;
    background-color: #93cae8;
}
input:invalid {
    border: none;
}
.table-pay {
    margin-top: 15px;
    margin-bottom: 19px;
    border-style: solid;
    border-width: 2px;
    border-color: #0e4768;
    background-color: #bee0f3;
}
.tableinner-pay {
    padding: 4px;
    border: 1px none #000;
    background-color: #fff;
    text-align: center;
}

.tableheading-pay {
    padding: 5px;
    background-color: #0e4768;
    color: #def3ff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}