.btn-success {
    background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border-color: #a88734 #9c7e31 #846a29;
    color: #111;
    max-width: 540px;
    width: 100%;
height: 50px;
    padding: 10px 0 !important;
}

.btn-success:hover {
    background: #efc04d;
    border-color: #a88734 #9c7e31 #846a29;
    color: #111;
    max-width: 540px;
    width: 100%;
}

@media screen and (max-width: 640px) {

.btn-success {
    background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border-color: #a88734 #9c7e31 #846a29;
    color: #111;
    max-width: 540px;
    width: 100%;
height: 50px;
    padding: 10px 0 !important;
font-size: 73% !important;
}


}

div.order2 .btn-success {
    background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border-color: #a88734 #9c7e31 #846a29;
    color: #111;
    max-width: 540px;
    width: 90%;
height: 50px;
    padding: 10px 0 !important;
}

div.order2 .btn-success:hover {
    background: #efc04d;
    border-color: #a88734 #9c7e31 #846a29;
    color: #111;
    max-width: 540px;
    width: 90%;
}

.paymentAlert {
    width: 100%;
    max-width: 800px;
    text-align: left;
    border: 4px solid #ccc;
    border-radius: 8px;
    padding: 45px;
}