html,body{
    height:100%;
}
body{
    color:#888;
    background:#eee !important;
}
.messageBox{
    background:#ababab;
    padding:15px 0;
    font-size:18px;
    color:white;
    font-weight:700;
    line-height:51px;
}
#branding{
    background:#fff;
    padding:3em 0 2em;
}
#branding img{
    width:204.0510127531883px;
    height:54.01350337584396px
}
#loginWrapper{
    padding-top:3em;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #dbdbdb;
    background:#fff;
    background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#e9e9e9),color-stop(1,#fff));
    background:-ms-linear-gradient(bottom,#e9e9e9,#fff);
    background:-moz-linear-gradient(center bottom,#e9e9e9 0,#fff 100%);
    background:-o-linear-gradient(#fff,#e9e9e9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e9e9e9',GradientType=0);
}
#iconWarning{font-size:50px;
    margin-bottom:10px;
}
#formElements .row-fluid+.row-fluid{
      margin-top:.8em;
}
#formElements label{
    margin:7px 0 0;
}
#formElements input[type=checkbox]{
    margin-top:0;
    position:relative;
    top:-1px;
}
#formElements input[type=text],#formElements input[type=password]{
    min-width:190px;
    max-width:375px;
    width:80%;
    padding:.6em .3em;
    font-size:20px;
    text-align:center;
    font-weight:700;
    color:#eb4f1e
}
#formElements #submitWrapper{
    margin:2em 0;
}
