#wrapper {
    width: 80%;
    margin: 30px auto 0 auto;
}

#wrapper h1 {
    text-align: center;
}

.button-container {
    text-align: center;
}

.jumbotron {
    border-radius: 6px !important;
}

.alert {
    font-weight: bold !important;
    text-align: center !important;
    font-size: 1.5em !important;
}

#login-form {
    margin-top: 30px !important;
}