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: #b7060600;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 27px;
    padding: 0 5px;
    position:absolute;
    width: 649px;
    height: 45px;
    left: 61px;

    outline: none;
}

input::placeholder {
  color: #c7c7c7;
}

.text_input#vin {
    top:129px;
}
/* .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: 128px;
    left: 730px;
}
.button {
    height: 48px;
    width: 185px;
    background-color: #272426;
    border-radius: 25px;
/*     border-bottom: 3px solid #506e32; */
    font-size: 26px;
}

.button:hover,
.button:focus {
    height: 48px;
    width: 185px;
    background-color: #403c3f;
    border-radius: 25px;
/*     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: 26px;
}
.button:active {
    background-color: #403c3f;
    border-radius: 25px;
/*     border-bottom: 3px solid #506e32; */
}


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