html, body {
    width: 100%;
    height: 100%;
    overflow: hidden
}

body {
    background-color: #0f4c75;
    background-image: linear-gradient(145deg, #0f4c75 0%, #1e6b9a 35%, #1E9FFF 70%, #3282b8 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.layui-container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.admin-login-background {
    width: 360px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -180px;
    margin-top: -100px;
}

.logo-title {
    text-align: center;
    letter-spacing: 2px;
    padding: 14px 0;
}

.logo-title h1 {
    color: #1E9FFF;
    font-size: 25px;
    font-weight: bold;
}

.login-form {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 14px 20px;
    box-shadow: 0 0 8px #eeeeee;
}

.login-form .layui-form-item {
    position: relative;
}

.login-form .layui-form-item label {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #d2d2d2;
}

.login-form .layui-form-item input {
    padding-left: 36px;
}

.captcha {
    width: 60%;
    display: inline-block;
}

.captcha-img {
    display: inline-block;
    width: 34%;
    float: right;
}

.captcha-img img {
    height: 34px;
    border: 1px solid #e6e6e6;
    height: 36px;
    width: 100%;
}