.loginPage {
    background-color: #25507C;
}

#loginField {
    width: 500px;
    margin: 130px auto 0 auto;
}

#loginField input[type=text], input[type=password] {
    width: 486px;
    font-size: 110%;
}

#footerArea {
    border:none;
}

#leftFooterArea {
    margin-left:20px;
    color:#7ea8d6;
}

#rightFooterArea {
    margin-right:20px
}

div[ng-model="model.selectedStage"]  {
    width: 100%
}