html,
body {
    height: 100%;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.navbar-brand {
    background: url(logo.png) 15px center no-repeat;
    padding-left: 50px;
}
.not-set {
    color: #c55;
    font-style: italic;
}
form,
.alert,
.nav-tabs {
    margin-bottom: 20px;
}
