﻿.login_body {
    height:603px;
    background: url('../../Content/images/login_bg0.jpg') center center no-repeat;
}

.login_content{
    float:right;
    width:418px;
    margin-top:125px;
    border:1px solid #999999;
    background:#fff;
}

.login_content_head{
    height:49px; line-height:49px;
    text-align:center;
    border-bottom:1px solid #dddddd;
}

.login_content_body{
    margin-left:45px;margin-right:45px;
}

.hidden{
    display:none;
}