/* 
* put your own css code here 
* don't update templates css file.
* because it's regularly get updated
*/



.Make-Input {
    border: 1px solid #f6f6f6;
    color: #000000;
    display: block;
    font-size: 14px;
    height: 50px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 30px;
    transition: all 700ms ease 0s;
}

.VIN-Input {
    border: 1px solid #f6f6f6;
    color: #000000;
    display: block;
    font-size: 14px;
    height: 50px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 30px;
    transition: all 700ms ease 0s;
}

.btn-status {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #343434;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px 15px 13px;
    position: relative;
    text-transform: uppercase;
}