.search-results-box{
    background: #ED1C24;
    color: white;
}

.inner-box {
    height: 600px;
    position: relative;
    padding-top: 200px;
}

.inner-box input {
    margin-top: 200px;
    color: #ED1C24;
}
span.search-focus {
    color: blue !important;
}
.outer-box {
    height: 600px;
    width: 100%;
    position: relative;
}
.search-focus{
    font-weight: 900;
    text-decoration: underline;
    color: #ED1C24 !important;
}