/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.list {
    margin-bottom: 7px;
}

.selector {
    width: 100%;
    color: #939598;
    padding: 0 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.6px;
    background-color: #fff;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    height: 35px;
    position: relative;
}

form input,
form textarea {
    width: 100%;
    color: #939598;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.6px;
    background-color: #fff;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    height: 35px;
    position: relative;
}

.list input {
    cursor: pointer;
}

.login-username,
.login-password {
    margin-bottom: 6px;
}

#loginform_buyer,
#loginform_seller {
    margin-top: 17px;
}

.forgotten_pass {
    font-size: 13px;
    font-weight: 400;
    line-height: 26.4px;
    text-decoration: underline;
    letter-spacing: -0.52px;
    color: #fff;
    display: block;
}

.forgotten_pass:hover {
    color: #fff;
}

#loginform_seller label,
#loginform_buyer label {
    display: none;
}

.selector::after {
    content: '';
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 5.5px 0 5.5px 9px;
    border-color: transparent transparent transparent #939598;
    position: absolute;
    top: 15px;
    right: 15px;
    transform: rotate(90deg);
}

.ul_select {
    display: none;
    position: absolute;
    margin: 0;
    background: #fff;
    color: #939598;
    padding: 0;
    z-index: 1;
    width: 100%;
    border-radius: 4px;
}

.list_make {
    width: 65%;
    position: relative;
    display: inline-block;
}

@media (max-width: 480px) {
    .list_make {
        width: 100%;
    }
}

.list_year {
    width: 31%;
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 10px;
}

@media (max-width: 480px) {
    .list_year {
        margin-left: 0;
        width: 100%;
    }
}

.list_model {
    width: 100%;
    position: relative;
}

.ul_select > li {
    line-height: 25px;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
    list-style: none;
}

.ul_select > li:hover {
    background: #eee;
}

.error {
    color: red;
    font-size: 14px;
    line-height: 25px;
}