body {
}
button {
    background: transparent;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 12px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
button:hover,
button:active {
}
button:active {
    font-size: 11px;
}
body {
    margin: 0px;
}
#ad {
    display: block;
    overflow: hidden;
    width: 968px;
    height: 248px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #363636;
}
#banner {
    position: relative;
    display: block;
    width: 968px;
    height: 248px;
    background: url('../images/bg.jpg') no-repeat;
    overflow: hidden;
    border: #efefef 1px solid;
}
.headline {
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    padding-top: 5px;
}
form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
label {
    position:absolute;
    font-size: 15px;
}
.text_input {
    background: transparent;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    padding: 0 5px;
    position:absolute;
    width: 479px;
    height: 58px;
    left: 243px;
    text-align: center;
    outline: none;
}

input::placeholder {
  color: #c7c7c7;
}

.text_input#vin {
    top:109px;
}
/* .text_input#area.highlight {
    box-shadow: 0 0 5px rgba(108, 159, 241, 1);
    padding: 3px 0px 3px 3px;
    border: 2px solid rgba(108, 159, 241, 1);
    outline-offset: -2px;
} */
.text_input#firstN {
    top:130px;
    left: 298px;
}
.text_input#lastN {
    width: 196px;
    top:130px;
    left:526px;
}
.buttons {
    position: absolute;
    top: 108px;
    left: 748px;
}
.button {
    height: 60px;
    width: 167px;
    background-color: #272426;
    border-radius: 30px;
/*     border-bottom: 3px solid #506e32; */
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.button:hover,
.button:focus {
    height: 60px;
    width: 167px;
    background-color: #403c3f;
    border-radius: 30px;
/*     border-bottom: 3px solid #506e32; */
    /*-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}
.button:active {
    background-color: #403c3f;
    border-radius: 30px;
/*    border-bottom: 3px solid #506e32;*/
}


#logo {
    font-size: 13px;
    color: #999;
    position: absolute;
    bottom: 10px;
    left: 135px;
}
