.discover-search input {
    border: 1px solid #e05425;
    margin: 0;
    text-align: left;
    height: auto;
    padding: 0.3em 0.6em;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
    background: white;
}
