div.vehicleselector {
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    max-width: 320px;
    max-height: 270px;
    height: 100%;
    width: 100%;
}
.mainslider div.vehicleselector {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -420px;
    z-index: 1;
}
.vehicleselector h2 {
    margin: 0 0 15px 0;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.selector-input {
    margin-bottom: 15px;
}
.vehicleselector .selector-input select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #cfcccc;
}
.vehicleselector .selector-input input[type="submit"] {
    width: 100%;
    height: 40px;
    border: none;
    background: #00a4ff;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    border-radius: 5px;
}
.mainslider .vehicleselector-container {
    width: 260px;
    margin: auto;
}
