﻿html, body {
    width: 100%;
    height: 100%;
}

body {
    background: url("../images/login/bg.jpg") 100% 100%;
}

.error {
    color: red;
}

.canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -215px;
    margin-top: -150px;
    padding: 40px 50px 20px 50px;
    width: 350px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    filter: alpha(opacity:90);
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    box-shadow: 0 -15px 30px #0d957a;
    border-radius: 5px;
    z-index: 1000;
}

.login-box h1 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #45bda6;
    text-shadow: 0 0 1px #0e947a;
    margin-bottom: 15px;
}

.login-box h1 strong {
    display: block;
}

.login-box h1 em {
    display: block;
    font-size: 16px;
    margin-top: 8px;
}

.login-box .input-box {
    margin: 10px 0;
    min-height: 42px;
    overflow: hidden;
    position: relative;
}

.input-box .login-input {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    padding: 8px 5%;
    width: 90%;
    text-indent: 2em;
    border: none;
    background: #5cbdaa;
    color: #ffffff;
}

.input-box .login-input::-webkit-input-placeholder {
    color: #f4f4f4;
    line-height: inherit;
}

.input-box .login-input:-moz-placeholder {
    color: #f4f4f4;
    line-height: inherit;
}

.input-box .login-input::-moz-placeholder {
    color: #f4f4f4;
    line-height: inherit;
}

.input-box .login-input:focus {
    background: #55b7a4;
}

.layui-icon {
    position: absolute;
    top: 14px;
    left: 10px;
    color: #0c9076;
}
