body {
    background-color: #f5f5f5;
}

.login-container .layui-form-item {
    position: relative;
}
.login-container > .layui-row {
    width: 750px;
    background-color: #fff;
    padding: 20px;
}
.login-left-container {
    padding: 10px;
}
.login-left-container p.title {
    height: 30px;
    line-height: 30px;
}
.login-left-container ul {
    color: #999;
}
.login-left-container ul li {
    height: 25px;
    line-height: 25px;
}
.login-left-container ul li i {
    margin-right: 5px;
}
.login-form {
    padding: 10px;
    border: 1px solid #009688;
}
.user-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #d2d2d2;
    z-index: 999;
}
.login-form .layui-form-item .layui-input {
    padding-left: 38px;
}
.login-vercode {
    max-height: 36px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}
.login-bg {
    background: #00195e;
    background: -moz-linear-gradient(left,  #00195e 0%, #0940b3 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00195e), color-stop(100%,#0940b3));
    background: -webkit-linear-gradient(left,  #00195e 0%,#0940b3 100%);
    background: -o-linear-gradient(left,  #00195e 0%,#0940b3 100%);
    background: -ms-linear-gradient(left,  #00195e 0%,#0940b3 100%);
    background: linear-gradient(to right,  #00195e 0%,#0940b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00195e', endColorstr='#0940b3',GradientType=1 );
}
:root .login-bg {filter:none;}
.login-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    overflow: auto;
}
.login-container:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.login-container > .layui-row {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    white-space: normal;
    border-radius: 2px;
}