html,
body {
    height: 100%;
    line-height: 120%;
}

ul { margin: 0; padding: 0; list-style-type: none}
h1 {
    font-size: 26px; line-height: 30px;
    padding: 0; margin: 0 0 15px 0;
    font-weight: normal;
    text-align: center;
}
.container {
    padding-top: 30px;
}
.header {
    text-align: center;
    margin-bottom: 30px;
}

form {
    margin: 0;
}
.errorlist {
    list-style-type: none;
    color: red;
    padding: 0; margin: -7px 0 0;
    font-size: 12px;
}
.non_field_errors {
    margin-bottom: 10px;
}


.error_page h1 {
    font-size: 100px;
    line-height: 100px;
    text-align: center;
}
.error_page p {
    text-align: center;
    font-size: 20px;
}

.captcha-field img {}
.captcha-field input.span4 {
    margin-left: 10px;
    display: inline;
    width: 100px;
}