* {
    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;
}


/* .main_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: brown;
    padding: 0;
} */

.bg-caminhao {
    width: 100%;
    height: 100%;
    background: #000000 url("../img/entrega.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
}


.main_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}