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 {
    font-family: Arial, sans-serif;
    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: #00000000;
    border:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 5px;
    position:absolute;
    width: 412px;
    height: 44px;
    left: 182px;
    text-align: left;
    outline: none;
}
input::placeholder {
  color: #c7c7c7;
}
.text_input#vin {
    top: 142px;
}
.text_input#vin.highlight {
    box-shadow: 0 0 5px rgba(220, 0, 21, 1);
    padding: 3px 0px 3px 3px;
    border: 2px solid rgba(220, 0, 21, 1);
    outline-offset: -2px;
}

/*error msg*/

#errorMsg {
    color: #ffffff;
    font-size: 12px;
    background-color: #DC0015;
    padding: 4px 8px;
    border-radius: 3px;
    position: absolute;
    top: 111px;
    left: 181px;
}

.caret {
  position: absolute;
  top: 27px;
  left: 17px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.caret:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 5px solid #DC0015;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.caret:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  border-bottom: 4px solid #DC0015;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

/*error msg END*/

button {
    background: transparent;
    border: none;
    color: #FFF;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    text-transform: uppercase;
}
.buttons {
    position: absolute;
    bottom: 64px;
    left:621px;
}
.button {
    height: 44px;
    width: 166px;
    background-color: #272426;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
}
.button:hover,
.button:active,
.button:focus {
    background-color: #403c3f;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
