body { background-color: #088A85 }

.login-container {
    width: 520px;
    height: 420px;
    min-height: 420px;
    max-height: 420px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    z-index: 130;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
    font-size: 16px;
}

.layui-input {
    border-radius: 5px;
    width: 240px;
    height: 40px;
    font-size: 15px;
}

.layui-btn {
    border-radius: 5px;
    width: 380px;
    height: 40px;
    font-size: 15px;
}

.layui-form-item {
    text-align: center;
}

.login-footer {
    position: absolute;
    height: 50px;
    bottom: 0;
    text-align: center;
    line-height: 50px;
    width: 100%;
}