.form-coupon-group {
    margin-bottom: 6px;
}
.form-coupon-control {
    width: 100%;
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 5px 10px;
}
.form-coupon-button {
    color: #fff;
    font-size: 16px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
    background: #c43527;
}
.form-coupon-group .coupon_noti {
    margin-left: 0px !important;
}
.form-coupon-btn-revert {
    background: #333333;
}
.coupon_noti {
    font-size: 10px;
    color: #c43527;
    margin-top: 5px;
    margin-left: 190px;
}
.coupon_noti.success {
    color: green !important;
}