select[name="quantity"],
input[name="quantity"],
select[name="times"]{
    height: 35px;
    width: 40%;
    color: #124cd6;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 0px 10px;
    font-size: 18px;
    /*font-weight: bold;*/
    background-color: transparent;
    box-shadow: 1px 1px 5px #154bd642;
}
input[name="quantity"]::placeholder{
    color: #124cd6;
}

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

.subscribe .form-control{
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
    height: auto;
    padding: 15px 13px;
    font-size: 16px;
    border: 0;
    border-radius: 0; 
    margin-right: 0;
}
.subscribe .btn{
    border-radius: 5px;
}

}





