@import url('/jead_dojo/dojo/resources/dojo.css');

body.login {
    background-color: #4e64d6;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;	/* make the body expand to fill the visible window */
    height: 100%;
    max-height: 100%;
    overflow: hidden !important;	/* erase window level scrollbars */
}

.login .header{
    background-color: #002b91;
    height: 60px;
    width: 100%;
}
.login .header .sep{
    width: 100%;
    height: 4px;
    line-height: 4px;
    font-size: 0;
    position: absolute;
    top: 58px;
    left: 0;
    background: #5e70d3 url('../imgs/lg_bg_top.png') center center no-repeat;
}

.login .footer{
    background-color: #002b91;
    height: 57px;
    width: 100%;
    color: white;
    vertical-align: top;
    text-align: right;
    overflow:hidden;
}

.login .footer div {
    font-size: 8.5pt;
    height: 55px;
    vertical-align: middle;
    padding: 0 10px 0 0;
    margin: 0px;
    background-image: url(../imgs/login_down.png);
    background-position: left center;
    background-repeat: no-repeat;
}


.login .footer .sep{
    width: 100%;
    height: 2px;
    line-height: 4px;
    font-size: 0;
    background-color:#A0B5E5;
    background-image: url(../imgs/login_middle.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.login .middle{
    min-height: 300px;
}

.login .middle table{
    width: 100%;
    height: 416px;
    border: 0;
    border-collapse: collapse;
    color: white;
    background-image: url(../imgs/login_up.png);
    background-color:#596BD2;
    background-position: left center;
    background-repeat: no-repeat;
}

.login .middle table tr td{
    padding: 10px;
}

.login .middle table tr.top, tr.bottom{
    height: 103px;
}
.login .middle table tr.top td.sep{
    width: 1px;
    font-size: 0;
    padding: 0;
    background: #5e70d3 url('../imgs/lg_c_top.png') top center no-repeat;
}

.login .middle table tr.bottom td.sep{
    width: 1px;
    font-size: 0;
    padding: 0;
    background: #5e70d3 url('../imgs/lg_c_btm.png') top center no-repeat;
}

.login .middle table tr.middle td {
    vertical-align: middle;
}
.login .middle table tr.middle td.sep{
    width: 1px;
    font-size: 0;
    padding: 0;
    background: #a3b6e4;
}

.login .middle table tr.middle td.left{
    text-align: right;
    vertical-align: middle;
}

.login .middle table tr.middle td.right{
    text-align: left;
    vertical-align: middle;
}

.login .frmLoginForm {
    height: auto;
    color: white;
    background: none;
}

.login .frmLoginForm label,input {
    display: block;
    width: 150px;
    float: left;
    margin-bottom: 10px;
}
.login .frmLoginForm input {
    color: navy;
}

.login .frmLoginForm label {
    text-align: right;
    padding-right: 20px;
}
.login .frmLoginForm br {
    clear: left;
}
.login .frmLoginForm button {
    color: navy;
    width: 150px;
}
.login .download-app-android {
        width: 239px;
    height: 63px;
    display: inline-block;
    margin: 0 33px 0 0;
    background-image: url(../imgs/sprite.png?bf624f0);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.3);
    text-decoration: none;
    border-bottom: none;
    background-position: 0 -80px;
    border-radius: 9px;
}
.login .download-app-iphone {
        width: 239px;
    height: 63px;
    display: inline-block;
    margin: 0 33px 0 0;
    background-image: url(../imgs/sprite.png?bf624f0);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.3);
    text-decoration: none;
    border-bottom: none;
        background-position: 0 0;
    border-radius: 5px;
}