* {
    padding:0; margin:0;
}

html {
    height: 100%;
    background-image: url(../../img/login/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

img, input{
    vertical-align:middle;
}
input {
    font-size:14px;
    outline:0 none;
}
a{
    text-decoration: none;
}

.title {
    width: 100%;
    height: 33px;
    font-family: SourceHanSansCN-Bold;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: #f5494d;
    text-align: center;
    margin-top:10%;
    margin-bottom: 40px;
}
.loginbox {
    width: 290px;
    height: 380px;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    left:68%;
    top: -50px;
    border: 1px white solid;
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.1);

}

.loginBody{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_bg{
    flex-shrink: 0;
    width: 1380px;
    height: 287px;
    margin-top: -100px;
    position: relative;
    background-image: url(../../img/login/login_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.inputtext {
    width: 80%;
    height:38px;
    margin: 0 27px 30px 26px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: solid 1px #d3dbeb;
}

.codebox{
    width: 80%;
    margin: 0 27px 30px 26px;
}
.footer{
    width: 99%;
    position: absolute;
    text-align: center;
    font-size: 14px;
    color: #25252f;
    bottom: 40px
}
.inputcode{
    width: 70%;
    height: 38px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: solid 1px #d3dbeb;
}
.inputtext input,.codebox .inputcode input {
    border:0 none;
    color:#1f2e4d;
    background:none;
    height:36px;
    line-height:36px;
    padding-left: 11px;
}

.inputtext input {
    width:80%;
}
.codebox {
    position:relative;
}
.codebox .inputcode {
    width:70%;
}
.codebox .inputcode input {
    width:80%;
}
.codebox .codeimg {
    width: 25%;
    position:absolute;
    left:75%;
    top:0;
}
.btnlogin {
    width: 60%;
    height: 38px;
    background-color: #f05656;
    border-radius: 19px;
    line-height:38px;
    color:#fff;
    font-size: 15px;
    border:0 none;
    margin-left: 20%;
}

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset;
}