.custom-search-input {
    border: 1px solid #E6E8EC;
    height: 48px;
    padding: 8px 18px;
    opacity: 1;
    color: #838E9E;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;

    @media screen and (max-width: 768px) {
        height: 40px;
    }
}

.custom-search-input::placeholder {
    color: #838E9E;
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.form-field {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .48px;
}

.form-field:focus {
    border: 2px solid #000;
    outline: none;
    border-radius: 3px;
}

.form-field-email-main-page {
    margin-top: 16px;
}

.custom-select-style {
    margin-bottom: 0 !important;
}
