html { height: 100%; }
body {
    color: #FFF;
    height: 100%;
    /*text-align: center; */
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    background: #020031;
    background: -moz-linear-gradient(45deg, #020031 0%, #666 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6D3353));
    background: -webkit-linear-gradient(45deg, #020031 0%,#666 100%);
    background: -o-linear-gradient(45deg, #020031 0%,#666 100%);
    background: -ms-linear-gradient(45deg, #020031 0%,#666 100%);
    background: linear-gradient(45deg, #020031 0%,#666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 );
}
.search-box {
    margin-top: 200px;
}
.search-box input {
    padding: 10px 0px 10px 10px;
    font-size: 2em;
    line-height: 1;
    height: 25px;
}
.search-box h1 {
    font-size: 54px;
}
.container { 
    float: none !important;
    margin: 0 auto;
}
input[type="text"]:focus {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
