#login .container {
    width: 600px;
    margin-top: 100px;
}
.login_form {
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    padding: 20px;
}

.login_prompt {
    text-align: center;
    margin-bottom: 30px;
}

/* documentation CSS */
.documentation {
    font-size: 16px;
}
.documentation img {
    max-width: 800px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin: 30px 0;
}

.documentation h1, .documentation h2, .documentation h3, .documentation h4, .documentation h5, .documentation h6 {
    margin: 50px 0 20px 10px;
}

ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li.correct {
    color: green !important;
}