
input,
select,
textarea {
    background: #FFFFFF !important;
    box-shadow: 0 2px 4px 0 rgba(178, 186, 200, 0.30) !important;
    border-radius: 4px !important;
    border-radius: 4px !important;
    height: 34px !important;
    outline: none;
}


.input.form-control,
select.form-control {
    width: 180px !important;
}

textarea {
    height: auto !important;
}

label {
    font-weight: normal;
    width: 110px;
    text-align: right;
}

input[type=checkbox],
input[type=radio] {
    height: unset !important;
}

.laydate-icon {
    font-family: laydate-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}