#vinLookupSection {
    background-color: #eaefff;
    padding: 100px 0px;
    text-align: center;
}

.vinLookupTitle {
    margin-bottom: 0px !important;
}

.vinLookupDescription {
    font-size: 20px;
}

#vinLookupBox {
    margin-top: 40px;
    padding: 40px 40px;
    background-color: #ffffff;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .06);
}

#vinInputContainer {
    margin: auto;
    width: 100%;
    height: 75px;
    border: 1px solid #4766ff;
    border-radius: 15px;
    padding: 0px 20px;
    position: relative;
}

#vinInputContainer .row,
#vinInputContainer .col-md-8 {
    height: 100%;
}

#vinLookupBox input {
    width: 100%;
    height: 60px;
    border: none !important;
    outline: none !important;
    outline-color: red;
    background-color: transparent;
}

#vinLookupBox input:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

#vinButton {
    display: block;
    background-color: #4766ff;
    outline: none;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 85%;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    margin-top: 5px;
    margin-left: 15px;
}

#vinButton:hover {
    opacity: 0.8;
}


@media (max-width: 991px) {
    #vinButton {
        margin-left: 0;
        height: 50x;
        margin-top: 18px;
    }
}