

/* MAIN */
html {
    height: 100%;
}
body {
    margin:0;
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color:#FFFFFF;
    background-color:#009FE3;
    background:url(../img/bg-homescreen.png) right top no-repeat;
    background:url(../img/bg-homescreen.png) right top no-repeat, -moz-linear-gradient(top, #009FE3, #213A8F); /* FF 3.6+ */
    background:url(../img/bg-homescreen.png) right top no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#009FE3), to(#213A8F)); /* Safari 4+, Chrome 2+ */
    background:url(../img/bg-homescreen.png) right top no-repeat, -webkit-linear-gradient(top, #009FE3, #213A8F); /*  Safari 5.1+, Chrome 10+ */
    background:url(../img/bg-homescreen.png) right top no-repeat, -o-linear-gradient(top, #009FE3, #213A8F); /* Opera 11.10 */
    background:url(../img/bg-homescreen.png) right top no-repeat, linear-gradient(to bottom, #009FE3, #213A8F); /* Standard, IE10 */
}
#main {
  padding-top:40px;
}
#login-wrapper {
    width:438px;
    margin:0 auto;
    margin-top:10%;
}
h1 {
    font-weight:normal;
    padding-left:120px;
    margin-bottom:60px;
}
a.button,
a.button:hover,
a.button:visited {
    height:38px;
    line-height:38px;
    background:#AAAAAA;
    color:#FFFFFF;
    display:inline-block;
    padding:0 12px;
}
#logo {
    padding-left:98px;
    padding-bottom:44px;
}
#login {
    width:334px;
    padding-right:47px;
    position:relative;
}
div.field {
    height:32px;
    background:#8BAFDF;
    background:#EFEFEF;
    padding-top:6px;
    margin-bottom:6px;
}
label {
    display:block;
    float:left;
    width:110px;
    padding-left:8px;
    height:26px;
    line-height:26px;
    border-right:1px solid #4981CB;
    font-weight:normal;
    color:#0063AF;
}
input {
    width:110px;
    height:26px;
    line-height:26px;
    border:none;
    font-weight:normal;
    width:198px;
    background:transparent;
    margin-left:8px;
    color:#0063AF;
    font-size:14px;
}
div.formControls {
    height:38px;
    width:38px;
    position:absolute;
    right:0;
    bottom:0;
}
div.formControls input {
    height:38px;
    width:38px;
    margin:0;
    padding:0;
    color:transparent;
    background:url(../img/start-login-button.png) no-repeat top left;
    cursor:pointer;
}
div.formControls input:hover {
    background-position:bottom left;
}
#footer {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:30px;
    background:#FFFFFF;
    padding:10px 20px;
}
#footer ul {
    float:right;
}
#footer ul li {
    display:inline-block;
    height:16px;
    line-height:16px;
    color:#888888;
    padding:0 12px;
}
#footer ul li {
    border-left:1px solid #888888;
}
#footer ul li:first-child {
    border-left:none;
}
div.field.error div.error {
    display: none;
}

