body {
    font-size: 16px;
    line-height: 1.5;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #848484;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}

.login-form .username {
    ime-mode: inactive;
}

.btn-success-gai {
    background-color: #47d1d1;
    border-color: #4abece;
    box-shadow: 0 0 0 0.2rem rgba(2, 62, 93, 0);
    color: #ffffff;
}

.login-form {
    padding: 40px;
    margin-top: 4em;
}

.login-form .form-group {
    margin-bottom: 30px;
}

.login-form label {
    font-size: 14px;
    font-weight: 300;
}

.login-form .form-control {
    font-size: 18px;
    font-weight: 300;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.login-form .form-group p {
    font-size: 14px;
    color: #9f9f9f;
}

.login-form .form-group p a {
    color: #000000;
}

a {
    color: #33cccc;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    color: #ffffff;
    background: #47d1d1 !important;
    outline: none;
    box-shadow: 0 0 0 0.2rem #00c0ef52;

}

.btn-primary:hover[disabled] {
    box-shadow: unset;
    background: #33cccc !important;
}

.btn.btn-primary:active {
    box-shadow: 0 0 0 0.4rem #00c0ef52;
}

.btn-primary {
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    font-weight: bold;
    background: #33cccc;
    color: #ffffff;
    -webkit-box-shadow: -2px 10px 20px -1px rgba(51, 204, 204, 0.4);
    -moz-box-shadow: -2px 10px 20px -1px rgba(51, 204, 204, 0.4);
    -o-box-shadow: -2px 10px 20px -1px rgba(51, 204, 204, 0.4);
    box-shadow: -2px 10px 20px -1px rgba(51, 204, 204, 0.4);
    transition: all 0.3s ease-out;
    width: 100%;
}

.login-form h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 0 0 30px 0;
    color: #fff;
}

.login-form .form-control:focus, .login-form .form-control:active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.login-form-container {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.login-tenantid {
    text-transform: uppercase;
    color: #34cccc;
}

.login-plugin {
    text-transform: uppercase;
    color: #34cccc;
}

.login-content {
    padding: 0px;
    margin: 0px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-iframe {
    width: 100%;
    border: none;
}

.swiper-slide-content {
    padding: 280px 100px 100px 200px;
    /* margin-top:350px; */
    /* margin-left:100px; */
    height: 100%;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: unset;
}

.db-new-version-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 5px;
}

.db-new-version-card dl {
    margin: 0;
    padding: 0;
}

.db-new-version-card dl > dt {
    float: left;
    margin-right: 20px;
}

.db-new-version-card dl > dt > i {
    font-size: 50px;
}

.db-new-version-card dl > dd > h2 {
    color: #ec971f;
    margin-bottom: 8px;
}

.db-new-version-card dl > dd > p {
    margin: 0;
}

.exception {
    font-size: 12px;
    color: #F56C6C;
}

.serve-environment {
    font-size: 25px;
    color: #ccc;
    font-weight: bold;
    text-transform: uppercase;
}

/* 1. 背景整屏平铺 */
.login-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../com/img/homeImage.jpg) no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
}

/* 2. 登录框绝对居中 */
.login-center-box {
    position: absolute;
    top: 45%;
    left: 85%;
    transform: translate(-50%, -50%);
    width: 360px;
    max-width: 90%;
}

/* 3. 登录表单毛玻璃卡片 */
.login-form {
    padding: 40px 30px;
    border-radius: 12px;
    /*background: rgba(255, 255, 255, .4); !* 浅白半透明 *!*/
}

/* 4. 输入框带图标 */
.has-icon {
    position: relative;
    margin-bottom: 25px;
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    z-index: 2;
}

.form-control {
    padding-left: 45px !important; /* 给图标留空 */
    background: rgba(255, 255, 255, .15);
    border: none;
    border-radius: 6px;
    height: 50px;
    color: #fff;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, .7);
}

/* 5. 版权文字置底 */
/* 版权固定在页面最底 */
.copyright {
    margin-top: auto;
    padding: 8px 0;
    /*background: rgba(0, 0, 0, .35);*/
    color: #fff;
    font-size: 14px;
    text-align: center;
}
/* 浏览器自动填充样式覆盖 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /* 颜色/背景随意改，关键是 -webkit-text-fill-color + 透明阴影 */
    -webkit-text-fill-color: #fff !important;     /* 文字颜色 */
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.15) inset!important;  /* 覆盖黄底 */
    box-shadow: 0 0 0 1000px transparent inset!important;
    transition: background-color 0s 600000s, color 0s 600000s!important;
}