
.do-not-sell INPUT[type=text],
.do-not-sell INPUT[type=number],
.do-not-sell INPUT[type=tel]
{
    width: 100%;
    border: 1px solid #7f93b2;
    border-radius: 4px;
    padding: 9px 18px;
    font-size: 15px;
    /* color: #999999; */
    font-weight: 300;
    outline: none;
    height: 44px;
    text-align: left;
}

.do-not-sell INPUT.addcolum {
    width: 30%;
}

.do-not-sell .input-box label:first-child {
    font-size: 15px;
    color: #444444;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
    margin-top:10px;
}

.do-not-sell select {
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #7f93b2;
    height: 44px;
    display: inline;
    width: 30%;
    -webkit-appearance: button !important;
}

.do-not-sell textarea {
    width: 100%;
    border: 1px solid #7f93b2;
    border-radius: 4px;
    padding: 9px 18px;
    font-size: 15px;
    /* color: #999999; */
    font-weight: 300;
    outline: none;
    height: 120px;
    text-align: left !important;
}

.do-not-sell INPUT[type=submit] {
    border-radius: 8px;
    height:50px;
    font-size:20px
}

.do-not-sell INPUT[type=checkbox] {
    border: 1px solid #7f93b2;
    height:30px;
    width:30px;
    -webkit-appearance: checkbox;
}

.do-not-sell .checkbox_label {
    vertical-align: super;
    font-size:18px;
}
