.custom-coupon-amount input{
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em;
    width: 100%;
}

.custom-coupon-amount label{
color: hsla(0, 0%, 7%, .5);
cursor: text;
font-size: 1em;
line-height: 1.25;
width: 100%;
overflow: hidden;
display: block;
padding-top: 20px!important;


}
.custom-coupon-amount {
    flex-grow: 1;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;

}