﻿body 
{
    background:#161616;
    font-family: Segoe UI, Arial;
}

.topInfo
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #27B;
    color: white;
    line-height: 40px;
    text-indent: 20px;
    font-size: 14px;
}

.dialog
{
    margin:-240px 0 0 -204px;
    width:408px;
    height:330px;
    position:fixed;
    top:50%;
    left:50%;
    color:White;
}

.dialog .box-top
{
    width:408px;
    height:61px;
    float:left;    
    
   
    background-image: -moz-linear-gradient(top left, #393939, #696969);
    background-image: -ms-linear-gradient(top left, #393939, #696969);
    background-image: -o-linear-gradient(top left, #393939, #696969);
    background-image: -webkit-linear-gradient(top left, #393939, #696969);
    background-image: linear-gradient(left, #393939, #696969);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393939', endColorstr='#696969');
}

.dialog .box-top > .HWLogo
{
    width:100%;
    height:100%;
    background: url('/Images/Login/HW.png') no-repeat;
}

.dialog .box-center
{
    margin:8px 0;
    width:408px;
    height:170px;
    float:left;
    background-color: #077DB9;
}

.dialog .box-center .row-input
{
    margin: 0 0 0 20px;
    width: 360px;
    height: 30px;
    float: left;
    padding: 5px;
}

.dialog .box-center .row-input > *
{
    float:left;
    height:24px;
    line-height:24px;
}

.dialog .box-center .row-input > label
{
    width:100px;
    text-align:right;
    padding-right:10px;
}

.dialog .box-center .row-input > input
{
    width: 180px;
    text-indent: 5px;
    background-color: white !important;
    border: 1px solid #0A7ECC;
    font-size: 20px;
}

.dialog .box-center .row-input > input[type="checkbox"]
{
    width: 20px;
    margin-left: 110px;
    line-height: 15px;
    margin-top: 0;
}

.dialog .box-center .row-input.rmb > label
{
    font-size: 16px;
    width: 75px;
    line-height: 20px;    
}

.dialog .box-center .row-input > span
{
    font-size: 18px;
    margin: 5px;
    color: white;
}

.dialog .box-forgetpass
{
    width:200px;
    height:84px;
    float:left;
    background-color:#C94802;    
}
.dialog .box-forgetpass:hover
{
    background-color:#FF6A0D;
}

.dialog .box-login
{
    width:200px;
    height:84px;
    float:right;
    background-color:#57BF15;    
}
.dialog .box-login:hover
{
    background-color:#6FDF29;
}

.dialog .box-forgetpass,
.dialog .box-login
{
    overflow:hidden;
    position:relative;
    
    
}

.dialog .box-forgetpass,
.dialog .box-login,
.dialog .box-forgetpass *,
.dialog .box-login *
{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dialog .full-link
{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    float:left;
    cursor:pointer;
}

.dialog .full-link > div
{
    width: 100%;    
    float: left;
    color: white;    
    text-align: center;
    font-size: 14px;
}

.dialog .full-link > div.img
{
    height:60px;
}

.dialog .full-link > div.txt
{
    height:20px;
}

.dialog .full-link > div.txt
{
    
}

.dialog .full-link > div.Pass
{
    background: url('/Images/Login/ForgotPassword.png') no-repeat center center;
}

.dialog .full-link > div.Login
{
    
}

.dialog .btnLogin
{
    border: 0 none;
    width: 100%;
    height: 60px;
    float: left;
    background-color: transparent;
    background: url('/Images/Login/btnLogin.png') no-repeat center 8px;
    color: white;
    font-size: 14px;
    cursor: pointer;    
}


.dialog .full-link:hover
{
    top:0;
    
}