body {
    height: 100%;
    background: url("/images/system-bg.png") repeat;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    overflow: auto;
    color: #ffffff;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    outline: 0;
}
input{outline:none}
.login {
    position: relative;
}
.login img {
    margin: 30px 0 0 32px;
}
.login-form {
    position: absolute;
    right: 100px;
    top: 186px;
    width: 360px;
    height: 400px;
    background-color: #00121a;
    padding: 26px 22px;
}
.login-wrap {
    background-color: #00364f;
    padding: 30px;
}
.login-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 38px;
    letter-spacing: 5px;
}
.sub-title {
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 4px;
    text-align: center;
}
.form-sub {
    margin-top:76px;
}
.username {
    margin-bottom: 10px;
}
.username,.password{
    width: 100%;
    height: 36px;
    background-color: #fff;
    box-sizing: border-box;
    border: 0;
    padding-left: 30px;
}
.login-submit{
    width: 100%;
    height: 34px;
    background-color: #4ce7ff;
    text-align: center;
    color: #000000;
    border:0;
    cursor: pointer;
    margin-top: 20px;
}
form>div{
    position: relative;
}
.ico-per,.ico-key,.ico-eye{
    position: absolute;
}
.ico-per{
    width: 20px;
    height: 20px;
    background: url("/images/login_person.png") no-repeat center center;
    left: 7px;
    top: 7px;
}
.ico-key{
    width: 20px;
    height: 20px;
    background: url("/images/login_key.png") no-repeat center center;
    left: 7px;
    top: 7px;
}
.ico-eye{
    width: 20px;
    height: 7px;
    background: url("/images/login_eye.png") no-repeat center center;
    right: 20px;
    top: 15px;
}
.person-selected,.key-selected,.eye-selected{
    position: absolute;
}
.ico-per:after{
    width: 20px;
    height: 20px;
    background: url("/images/person-selected.png") no-repeat center center;
    left: 7px;
    top: 7px;
}
.person-selected{
    width: 20px;
    height: 20px;
    background: url("/images/user-selected.png") no-repeat center center;
    left: 7px;
    top: 7px;
}
.key-selected{
    width: 20px;
    height: 20px;
    background: url("/images/key-selected.png") no-repeat center center;
    left: 7px;
    top: 7px;
}
input[type=text]:focus, input[type=password]:focus {
    border: 1px solid #4ce7ff;
}
.error-message {
    color: red;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}
.message {
    width: 16px;
    height: 16px;
    content: url("/images/error.png");
    position: absolute;
    top: 6px;
    left: 6px;
}
.error-message span {
    display: inline-block;
    margin-left: 28px;
}
.close_app{
    display: none;
    width: 1rem;
    height: 1rem;
    background:url("/images/close_app.png");
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 900;
}