.custom-input {
    background: url('../custom-input/input-bg.svg') no-repeat center center;
    /* border: 1px solid #C7C8D1; */
    color: #1e1f23; /* тёмный */
    font-family: 'DeusEx', sans-serif;
    font-weight: 500;
    font-size: 16px;
    /* padding: 12px 36px; */
    height: 28px;
    width: 230px;
    padding-top: 8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-input > input {
    background: transparent;
    border: none;
    color: #fff;
    font-family: 'DeusEx', sans-serif;
    font-weight: 500;
    font-size: 10px;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    outline: none;
    position: relative;
    bottom: 3px;
}