.login-body
{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 540px;
    height: 400px;
    overflow: auto;
    cursor: pointer;
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.login-top
{
    overflow: hidden;
    background-image: url('/css/images/header_regist.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 40px 0px 40px;
    border-bottom: 5px solid #000;
    text-align: left;
}

.login-top-left
{
    float: left;
    width: 75%;
    padding-top: 30px;
    font-size: 24px;
    letter-spacing: 1px;
}

.login-top-left h2
{
    font-family: 'Î¢ÈíÑÅºÚ' !important;
    margin-top: 0;
    font-weight: 600;
    font-size: 1.4em !important;
}

.login-top-right
{
    float: left;
    width: 25%;
    padding-top: 25px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.login-top-right .fa
{
    font-size: 64px;
}

.login-bottom
{
    padding: 25px 50px 20px 50px;
    background: #fff;
    text-align: left;
}
