﻿html,
body {
    height: 100%;
}

body {
    background: url("../image/logo/login-bk.jpg") no-repeat center center;
}

.layui-form {
    position: absolute;
    left: 60%;
    top: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 225, 255, 0);
}

.home-logo {
    width: 323px;
    height: 122px;
    background: url("../image/logo/logo.png") no-repeat center center;
    background-size: contain;
    margin-bottom: 35px;
}

.layui-form-title {
    height: 40px;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 40px;
}

.layui-form-item {
    position: relative;
    margin-bottom: 18px;
    background: #ffffff;
    border-radius: 5px;
    padding: 6px 0px;
    box-sizing: border-box;
    height: 44px;
    width: 325px;   
}

.layui-input {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 10px;
    border: none;
    border-left: 1px solid #333333;
}

.btn-submit {
    width: 330px;
    height: 44px;
    border-radius: 6px;
    padding: 6px 0px;
    box-sizing: border-box;
    background: #4689cf;
    font-size: 20px;
    color: #fff;
    border: none
}
.btn-submit:hover{
    background: #0a599e;
    color: #fff;
}

.icon-user {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("../image/singlepage/user.png") no-repeat center center;
    background-size: cover;
    margin: 0px 10px;
    box-sizing: border-box
}

.icon-pwd {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("../image/singlepage/pw.png") no-repeat center center;
    background-size: cover;
    margin: 0px 10px;
    box-sizing: border-box
}

.input-login{
    height: 100%;
    border: none;
    padding-left: 10px;
    border-left: 1px solid #333333;
    font-size: 14px; font-family: "Microsoft YaHei","微软雅黑";
}