header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 110px;
}

header img.logo {
    height: 65px;
    width: 318px;
    margin-top: 20px;
}

header img.title {
    height: 36px;
    width: 323px;
    margin-top: 45px;
    margin-left: 20px;
}

.body {
    position: absolute;
    top: 110px;
    right: 0;
    left: 0;
    bottom: 90px;
    margin: 0;
    padding: 0;
    background: -webkit-linear-gradient(#5ac8f9, #2f83e5);
    background: -o-linear-gradient(#5ac8f9, #2f83e5);
    background: -moz-linear-gradient(#5ac8f9, #2f83e5);
    background: linear-gradient(#5ac8f9, #2f83e5);
}

.body .layui-row {
    height: 100%;
}

.body .images {
    height: 100%;
    background: url(../images/login/image2.png) right top 100px no-repeat;
    background-size: 619px 377px;
}

.body .layui-card {
    margin-top: 120px;
    margin-left: 70px;
    width: 308px;
    height: 350px;
    padding: 16px;
}

.layui-card-header {
    border: none;
}

.layui-card-header h1 {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    color: #333;
}

.layui-card-header h1 a {
    cursor: pointer;
    float: right;
    height: 100%;
    width: 32px;
    background: url(../images/login/toggle.png) center center no-repeat;
    background-size: 32px 32px;
}

.layui-form {
    margin-top: 18px;
}

.layui-form-item .layui-input-inline {
    width: 278px;
}

.layui-form-item.vercode {
    margin-bottom: 0;
}

.layui-form-item.vercode .layui-input-inline {
    width: 150px;
}

.layui-input {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    color: #bbb;
    padding-left: 40px;
    height: 46px;
    background-position: 5px center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
}

.layui-input[name=username] {
    background-image: url(../images/login/username.png);
}

.layui-input[name=password] {
    background-image: url(../images/login/password.png);
}

.layui-input[name=vercode] {
    background-image: url(../images/login/vercode.png);
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #119cfa!important;
    background-color: #119cfa;
}

.layui-btn {
    background-color: #119cfa;
    border-radius: 10px;
}

.login-vercode img {
    margin: 30px auto 10px;
    display: block;
    height: 206px;
    width: 206px;
}

.login-vercode span {
    display: block;
    text-align: center;
    color: #666;
}

footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 90px;
}

footer p {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 90px;
}

footer p span {
    margin-left: 30px;
    font-size: 16px;
    color: #666;
}