header {
    background-color: #1fa67a;
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 0px 10px 0px #888888;
}

.header_title {
    text-align: center;
    line-height: 70px;
    font-size: 22px;
    font-weight: bold;
}

.header_login {
    text-align: right;
    line-height: 70px;
}

section {
    background-image: url('../img/mustang.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 800px;
}

.catalogo-menu {
    margin-top: 150px;
}

.catalogo-menu input,
.catalogo-menu button {
    height: 50px;
}

.btn-search,
.btn-clear {
    width: 100%;
    background-color: #24c38a;
    color: #fff;
}

.btn-clear {
    background-color: #24bdc3;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0px 15px;
    height: 40px;
    font-size: 14px !important;
}

.panel-body {
    background-color: #fff;
}

.select2-container .select2-selection--single {
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
    padding-left: 15px !important;
}

#vehicle_img {
    background-color: #fff;
    padding: 15px;
}

.shadow {
    box-shadow: 0px 0px 10px 0px #888888;
}