.dsn{display:none;}
label{color:#000;font-size:14px;}
textarea{height:100px;}
.chosen-container{width:200px !important;margin:10px 0;}
.chosen-container-single .chosen-search input[type=text]{width:86%;}
.btn-flat.picker__clear{padding:0 10px;}
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea{
    width: 50%;
}
@media screen and (max-width: 650px) {
    input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea{
        width: 100%;
    }
}