a.w153-th-button,
input.w153-th-button,
.w153-th-button a {
    display: inline-block;
    padding: 0 20px 0 20px;
    line-height: 36px;
    border-radius: 18px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(to right, #ec6c25, #c23734);
    border: 1px solid #c23734;
    margin-top: 5px;
    font-style: normal;
    cursor: pointer;
}

input.w153-th-button:disabled {
    background: none;
    background-color: #cccccc;
}

@media (min-width: 1300px) {
    a.w153-th-button,
    input.w153-th-button,
    .w153-th-button a {
        line-height: 40px;
        border-radius: 20px;
    }
}

@media (min-width: 1500px) {
    a.w153-th-button,
    input.w153-th-button,
    .w153-th-button a {
        line-height: 48px;
        border-radius: 24px;
        padding: 0 25px 0 25px;
    }
}
