* {
    outline: none !important;
}

.form-control {
    box-shadow: none !important;
}

.rounded-top {
    border-radius: 4px 4px 0 0 !important;
}

.rounded-bottom {
    border-radius: 0 0 4px 4px !important;
}

.rounded-bottom-right {
    border-radius: 0 0 4px 0 !important;
}

.bg-caminhao {
    background: #000000 url("../img/caminhao.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
}