#hero {
    background-color: #53B2D5;
}

body,
.container {
    height: 100%;
}

#loginform input[type='text'],
#loginform input[type='password'] {
    width: 100% !important;
}

/* Hero */
#hero .span4 {
    text-align: center;
}

.hero-title {
    padding: 60px 0 50px;
}

.hero-title h1 {
    font-size: 90px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    line-height: 1em;
    text-align: center;
}

.hero-search {
    text-align: center;
    margin-bottom: 90px;
}

.hero-search .search-query {
    width: 60%;
    max-width: 800px;
    float: none !important;
}

.hero-search input.search-query {
    padding: 24px;
    font-size: 20px;
    color: #999;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    line-height: normal;
    box-shadow: none;
}

.hero-search input.search-query, .page-header input.search-query {
    border: solid 1px #BBB;
}

.hero-search input.search-query:focus {
    outline: none;
    box-shadow: none;
    line-height: normal;
}

.btn-black {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 11px;
    border: 1px solid #BBB;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #222;
    color: white;
    transition: background .10s ease-in-out;
    -moz-transition: background .10s ease-in-out;
    -webkit-transition: background .10s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hero-search .btn-black {
    font-size: 20px;
    width: 180px;
    height: 70px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

#searchform .search-query {
    float: right;
    margin: 24px 0;
}

.page-header input.search-query {
    padding: 6px;
    font-size: 16px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
