/*
!*body {*!
!*    !*background-image: url(/images/login_bg.jpg);*!*!
!*    background-image: url(/images/login.png) !important;*!
!*    background-size: cover;*!
!*    background-repeat: no-repeat;*!
!*}*!

.form-title {
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    !*color: #FFFFFF;*!
    position: fixed;
    top: 50%;
    margin-top: -327px;
    width: 100%;
}

.login {
    position: absolute;
    width: 490px;
    height: auto;
    left: 940px;
    top: 522px;
    transform: translate(-50%, -50%);
    !*background: #fff;*!
    !*border-top: 5px solid #0F86F4;*!
}

!*.login .login_bg{
    float: left;
    width: 50%;
    height: 100%;
    background-image: url(/images/login_img.png);
    border-radius: 20px 0 0 20px!important;
}
.login_bg .bg_img {
    width: 100%;
    text-align: center;
}
.login_bg .bg_img h2{
    font-family:Microsoft YaHei;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8%;
    margin-top: 0px !important;
}
.login_bg .bg_img img{
    width: 600px;
    height: 284px;
}*!
.login .login_cnt {
    float: right;
    width: 100%;
    height: 100%;
}

.login_cnt .cnt_img {
    width: 100%;
    height: 175px;
}

.login_cnt .cnt_form {
    height: 100%;
    !*background-color: #fff;*!
}

.login_cnt .login-form {
    padding: 26px 95px 80px;
    position: relative;
}

.login_cnt .login-form h3 {
    color: #333 !important;
    font-size: 30px;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 43px;
    position: relative;
}


!*.login-form .form-actions .login-btn {*!
!*    margin-top: 30px;*!
!*    !*color: #fff;*!*!
!*    background-color: #1890FF;*!
!*    height: 52px;*!
!*    font-size: 22px;*!
!*    !*background-image: -moz-linear-gradient( -33deg, rgb(91,218,199) 0%, rgb(79,193,176) 100%);*!
!*    background-image: -webkit-linear-gradient( -33deg, rgb(91,218,199) 0%, rgb(79,193,176) 100%);*!
!*    background-image: -ms-linear-gradient( -33deg, rgb(91,218,199) 0%, rgb(79,193,176) 100%);*!
!*    box-shadow: 0px 0px 9px 0px rgba(80, 196, 178, 0.51);*!*!
!*}*!

.version {
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.version p {
    font-size: 16px;
    margin: 10px 0;
    color: #fff;
    opacity: 0.6;
}

!*.form-control {*!
!*    height: 56px;*!
!*    border-radius: 2px !important;*!
!*    font-size: 20px;*!
!*    padding-left: 46px;*!
!*    border-color: #dcdcdc !important;*!
!*}*!

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #ffffff!important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: #fff;
    background-image: none;
    font-size: 14px;
    !*背景色透明  生效时长  过渡效果  启用时延迟的时间*!
    transition: background-color 50000s ease-in-out 0s;
}

input {
    background-color: transparent;
}

.input_u,
.input_k {
    position: relative;
}

.input_u i,
.input_k i {
    position: absolute;
    font-size: 26px;
    top: 15px;
    left: 12px;
    opacity: 0.7;
}

.icon_s {
    background: url("/images/icon_safe.png") no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    top: 36px;
    left: 5px;
}

.alert {
    width: 378px;
    padding: 9px 14px;
    position: fixed;
    top: -37px;
    right: 24px;
}

button.close {
    margin-top: 5px;
}

._login{
    background-image: url(/images/login_3.png) !important;
    !* background-size: 1500px; *!
    z-index: 1000;
    width: 1920px;
    position: relative;
    height: 969px;
    margin: 0 auto;
}

.form-control{
    width: 318px;
    height: 47px;
    !* float: right; *!
    !*margin-top: -20px;*!
    margin-left: 40px;
    background: #0d508a;
    border: none;
}

.login-form .form-group {
    margin-bottom: 0px;
    margin-top: 69px;
}
.login-form .form-actions .login-btn {
    margin-top: 30px;
    !* color: #fff; *!
    background-color: #1890FF;
    color: #ffffff;
    height: 52px;
    font-size: 22px;
    position: relative;
    top: 113px;
    width: 133%;
    right: 27px;

}
.form-control, output {
    font-size: 14px;
    line-height: 1.42857;
    color: #ffffff !important;
    display: block;
}*/

[v-cloak] {
    display: none;
}

.form-title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    position: fixed;
    top: 8vh;
    /*margin-top: -327px;*/
    /*left: calc(70% - 288px);*/
    font-family: 微软雅黑;
    /* width: 470px; */
    left: 3%;
    /*text-align: center;*/
    display: flex;
    flex-direction: column; /* 垂直排列 */
    align-items: flex-start; /* 左对齐 */
    gap: 16px;  /* 垂直方向间距 */
}

.form-title-confidential {
    font-size: 28px;
    color: #F15A5A;
    display: inline-block;
    line-height: 40px
}

.login {
    position: fixed;
    width: 400px;
    height: auto;
    left: 60%;
    /*margin-left: -250px;*/
    top: 50%;
}

.login .login_cnt {
    float: right;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    transform: translate(0%, -50%);
    border-radius: 20px !important;
}

.login_cnt .cnt_img {
    width: 100%;
    height: 175px;
}

.login_cnt .cnt_form {
    height: 100%;
}

.login_cnt .login-form {
    padding: 30px 36px 60px;
    position: relative;
}

.login_cnt .login-form h3 {
    color: #333333!important;
    font-size: 26px;
    margin-top: 0;
    font-family: 微软雅黑;
    text-align: center;
    font-weight: 500;
    margin-bottom: 36px;
    line-height: 39px;
    position: relative;
}


.login-form .form-group {
    margin-bottom: 0px;
    margin-top: 34px;
}

.login-form .form-actions .login-btn {
    margin-top: 40px;
    color: #fff;
    background-color: #2763f6;
    border: 1px solid #2763f6;
    height: 46px;
    font-size: 18px;
}

.login-form .form-actions .login-btn-plain {
    margin-top: 10px;
    color: #2763f6;
    background-color: #fff;
    border: 1px solid #2763f6;
    height: 46px;
    font-size: 18px;
    width: 100%;
}

.version {
    position: fixed;
    bottom: 15px;
    text-align: center;
    color: #000000;
    width: 100%;
}

.version p {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    opacity: 0.6;
}

.form-control {
    height: 52px;
    border-radius: 30px !important;
    font-size: 18px;
    padding-left: 46px;
    border-color: #dcdcdc !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #333333 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: #fff;
    background-image: none;
    /*背景色透明  生效时长  过渡效果  启用时延迟的时间*/
    transition: background-color 50000s ease-in-out 0s;
}

input {
    background-color: transparent;
}

.input_u,
.input_k {
    position: relative;
}

.input_u i,
.input_k i {
    position: absolute;
    font-size: 26px;
    top: 7px;
    left: 17px;
}

.icon_s {
    background: url("/images/icon_safe.png") no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    top: 36px;
    left: 5px;
}

.alert {
    position: absolute;
    width: 328px;
    top: 66px;
    padding: 9px 14px;
}

button.close {
    margin-top: 5px;
}
.scan_code {
    width:180px;
    text-align: center;
    bottom: -20px;
    right: 0;
    position: absolute
}


