.search-button {
    margin: 55px 20px 0;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    font-size: 16px;
    padding: 0;
    background-color: #F9D7D7;
    color: white;
    text-align: center;
}

.search-button-useable {
    background-color: #DF3736;
}