.container.STop {
    margin-top: 30px;
    padding: 0px 15px 0px 0;
}
.searchWindow {
    position: relative;
    background: #2f3595;
    padding: 15px;
    border-radius: 4px;
}

.searchWindow:after {
    content: "";
    display: table;
    clear: both;
}

.searchWindow .search-input-nf {
    width: calc(100% - 130px);
    float: right;
}

.searchWindow .search-accept-nf {
    width: 120px;
    float: left;
}

.searchWindow .search-accept-nf input {
    text-align: center;
    background: #6e72b6;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px 0;
    color: #fff;
}

.searchWindow .search-input-nf input {
    padding: 8px 15px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.searchWindow .search-input-nf input::placeholder {
    color: #eee
}

.searchWindow .search-accept-nf input:focus {
    outline: 0
}

.searchWindow .search-input-nf input:focus {
    outline: 0 !important;
    box-shadow: none;
    border: 1px solid #318e4f;
}