﻿* {
    margin: 0;
    padding: 0;
}

html {
    /*background: linear-gradient(-190deg, #206ea1 65%, #ffde78);*/
    /*background: url("../images/login/loginbg.jpg") no-repeat;*/
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

input:-webkit-autofill {
    /*-webkit-text-fill-color: #fff !important;*/
    transition: background-color 5000s ease-in-out 0s;
}

.login_box {
    box-shadow: 0 0 0 1px hsla(240, 0%, 100%, .3) inset, 0 .5em 1em rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px 1px hsla(240, 0%, 100%, .5);
    background-color: rgba(100, 100, 100, .2);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 450px;
    margin: -220px 0 0 -220px;
    padding: 20px;
    border-radius: 8px;
}

.c_box {
    width: 450px;
    height: 450px;
    position: absolute;
    color: #fff;
}

.c_box h1 {
    text-align: center;
}

.c_box p {
    position: absolute;
    top: 400px;
    text-align: center;
    left: 100px;
}

.box_r {
    float: left;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -162px;
    margin-top: -110px;
}


.input_outer {
    height: 46px;
    padding: 0 5px;
    margin-bottom: 20px;
    border-radius: 50px;
    position: relative;
    border: rgb(16 105 177 / 50%) 2px solid !important;
}

.text {
    width: 220px;
    height: 46px;
    outline: none;
    display: inline-block;
    font: 14px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei";
    margin-left: 50px;
    border: none;
    background: none;
    line-height: 46px;
}

.l-login {
    position: absolute;
    z-index: 1;
    left: 50px;
    top: 0;
    height: 46px;
    font: 14px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei";
    line-height: 46px;
}

.mb2 {
    margin-bottom: 20px
}

.mb2 a {
    text-decoration: none;
    outline: none;
}

.submit {
    padding: 13px;
    display: block;
}

.act-but {
    /*height: 20px;*/
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    background: #0096e6;
    letter-spacing: 5px;
}

.vcbtn{
    width: 100%;
    border: 0px;
    color: #FFFFFF;
    height: 45px;
    margin-top: 5px;
    line-height: 15px;
    text-align: center;
    font-size: 13px;
    border-radius: 50px;
    background: #0096e6;
}

.main_content {
    box-shadow: 0 0 0 1px hsla(240, 0%, 100%, .3) inset, 0 .5em 1em rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px 1px hsla(240, 0%, 100%, .5);
    background-color: rgba(100, 100, 100, .2);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: none;
    border-radius: 8px;
}

.u_user {
    width: 25px;
    height: 25px;
    background: url(../images/login/login_ico.png);
    background-position: -125px 0;
    position: absolute;
    margin: 12px 13px;
}

.us_uer {
    width: 25px;
    height: 25px;
    background-image: url(../images/login/login_ico.png);
    background-position: -125px -34px;
    position: absolute;
    margin: 12px 13px;
}

.us_pw {
    width: 25px;
    height: 25px;
    background-image: url(../images/login/login_ico.png);
    background-position: -85px -155px;
    position: absolute;
    margin: 12px 13px;
}

.b_button {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 auto;
    /*left: 50%;*/
    /*margin-left: -100px;*/
}

.login-wrap {
    background: url("../images/login/loginbg1.jpg") no-repeat;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
}

.loginLogo {
    margin-left: 30px;
    margin-top: 30px;
}


.login-container {
    width: 86%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    position: relative;
}

.leftImg {
    width: 1050px;
}

/*img {*/
/*    width: 1050px;*/
/*}*/


.login-containerR {
    width: 400px;
    height: 450px;
    background: #ffffff;
    box-shadow: 0px 4px 49px 0px rgba(27, 100, 74, 0.1);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    position: absolute;
    right: 2%;
}

.loginBody2 {
    width: 387px;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-start;
}
.loginBody2Title{
    height: 15%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.loginInput{
    height: 80%;
    width: 100%;
}

