body {
    height: 100%;
    /*background-color: #ecf0f5;*/
    background-image: url('../images/search_background.jpg');
    background-position: top;
    background-repeat: no-repeat;
}

.m-0 {
    margin: 0;
}

.btn-primary {
    color: white;
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #367fa9;
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover {
    border-color: #204d74;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #286090;
    border-color: #122b40;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.search-wrapper {
    padding: 3em;
    max-width: 800px;
    width: 95%;
    font: 18px/1.5 sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
}