﻿input {
    box-sizing: border-box;
    height: 52px;
    width: 100%;
    border-radius: 6px;
    background: transparent;
}

.select-vehicle-title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}
