label {
    margin-bottom: 5px;
    font-weight: 300;
}

table td {
    padding-bottom: 10px;
}

input#sending {
    background-color: #73cf00;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.09);
    min-width: 156px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 12px 34px;
    text-align: center;
    border: 0;
    outline: none;
    background-image: none;
    height: auto;
}

input.mindigo {
    background-color: #bee700 !important;
    color: #000 !important;
    margin: auto;
}

input[type=text],
input[type=email],
input[type=file],
select,
textarea
{
    background-color: #f3f3f3;
    border: 1px solid #cdcdcd;
    padding: 11px 10px;
    width: 100%;
    box-shadow: inset 0 2px 3px 0 rgba(35, 35, 36, 0.03);
    font-weight: 300;
    color: #889199;
    box-sizing: border-box;
}
.mindigoform table {
    margin: auto;
}
.text-center {
    text-align: center;
}
.form-select {
    padding: 10px;
}

.form-select.custom {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

}

.customCheckBoxBtn {
    background-color: #efeeef;
    border: 1px solid #b8bbbe;
    box-shadow: inset 0 1px 3px 0 rgba(35, 35, 36, 0.22);
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: -1px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.customCheckBoxBtn:after {
    content: "";
    display: block;
    background: transparent;
    box-shadow: none;
    width: 12px;
    height: 12px;
    margin-left: 1px;
    margin-top: 3px;
    background: transparent url('/pic/checkboxDefault.png') center top no-repeat;
    background-size: 100%;
}

.customCheckBoxBtn.active:after {
    background: transparent url('/pic/checkboxActive.png') center top no-repeat;
    background-size: 100%;
}
.novisible {
    width: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}
.customCheckBoxText {
    display: inline-block;
}

@media screen and (max-width: 400px) {
    #phone {
        width: 120px !important;
    }
}