.custom-input-text {
    border: 0px;
    background: transparent;
    border-bottom: 2px solid #d5d6de;
    font-size: 15px;
    width: 100%
}

    .custom-input-text:focus {
        outline: none;
        border-bottom: 2px solid #000;
    }
