.whim-reserve-coupon-form {
    text-align: center;
    margin: 0 0 3rem;
}

.whim-reserve-coupon-form label,
.whim-coupon-form label {
    display: block;
    padding-left: 0;
    width: 100%;
}

.whim-reserve-coupon-form label span,
.whim-coupon-form label span {
    width: 150px;
    display: inline-block;
}

.whim-reserve-coupon-form label input,
.whim-coupon-form label input {
    margin-left: 0;
    width: auto !important;
    min-width: 250px !important;
}

.whim-reserve-coupon-form .error {
    color: #fa486a;
}

@media only screen and (max-width: 450px) {
    .whim-reserve-coupon-form label input,
    .whim-reserve-coupon-form label button {
        width: 80% !important;
        margin-bottom: 0.5rem;
    }
}