body {
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
    font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    background: #313233 url('/static/images/bg_timeline_texture.png');
}

h1 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: 'HelveticaNeueW01-45Ligh', Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #B5B5B5;
}

label {
    display: block;
    clear: both;
    margin-bottom: 10px;
    font-family: 'HelveticaNeueW01-65Medi', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #B5B5B5;
}

input[type=text], input[type=password] {
    height: 30px;
    line-height: 29px;
    padding: 0 10px;
    background: url("/static/images/dark_input_middle.png") repeat-x;
    border: 0 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "HelveticaNeueW01-65Medi", Helvetica, sans-serif;
    font-weight: normal;
    color: #DADBDC;
    font-size: 13px;
}

.text-input, input {
    display: block;
    clear: both;
    margin-bottom: 20px;
}

button, input[type=button], input[type=submit] {
    height: 26px;
    padding: 0 20px;
    background: url('/static/images/bg_button.png') repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: #cecece #bababa #919191 #b9b9b9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: 'HelveticaNeueW01-65Medi', Helvetica, sans-serif;
    font-size: 13px;
    color: #52575e;
    cursor: pointer;
}

#rightColumn {
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    left: 50%;
    background: url('/static/images/content_divider.png') top left no-repeat;
    padding-left: 40px;
    overflow: hidden;
    display: table;
}

.centerHelper, #content .centerContents {
    display: table-cell;
    vertical-align: middle;
}

.error-message {
    color: red;
    margin-bottom: 15px;
}