input[type="button"], input[type="reset"] {
    background: #ccc;
    padding-top: 3px;
    padding-left: 5px;
    border-radius: 5px;
    padding-right: 5px;
    border: 1px solid #ccc;
    color: #333;
    cursor: hand;
    line-height: 28px;
    font-weight: bold;
    margin-left: 10px;
}

input[type="submit"] {
    padding: 0px;
    font-weight: bold;
}

body {
    background: url('../../images/login_zh.png') no-repeat;
    padding: 0;
    margin: 0;
    background-size: 100% 100%;
    position: relative;
}

input {
    color: rgb(73, 73, 73);
}

.layui-form-item {
    margin-bottom: 10px;
}

label {
    font-weight: bold;
    font-size: 15px;
}

html, body {
    width: 100%;
    height: 100%
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 50px;
}