.dropzone .dz-message {
    padding: 54px;
    max-width: 720px;
    text-align: center;
    margin: 40px auto;
    border: 2px dashed #999;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.4em;
}

.bootstrap-select .btn,
.bootstrap-select .dropdown-menu,
.bootstrap-select .dropdown-menu > li > a,
.bootstrap-select .dropdown-menu .text {
    max-width: 100%;
    overflow: hidden;
}