*{
    margin: 0;
    padding: 0;
}

.body{
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    min-width: 1000px;
    z-index:-10;
    zoom: 1;
    background-color: #fff;
    background: url(/admin1/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.title{
    width: 38%;
    float: left;
    margin-top: 18vh;
    margin-left: 29%;
}
.title img{
    width: 110%;
}

.form{
    width: 46%;
    height: 52vh;
    float: left;
    margin-left: 27%;
    background: #102A83;
    opacity: 0.9;
    margin-top: 2vh;
    border-radius: 5px;
    box-shadow: 0px 0 30px #2263BD;
}

.left{
    width: 40%;
    height: 48vh;
    float: left;
    margin: 2vh;
    position: relative;
}

.left-title{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #0080FF;
    text-align: center;
    margin-top: 5%;
}

.left-img{
    width: 100%;
    height: 115%;
    float: left;
    margin-top: -20%;
}

.left-img img{
    width: 100%;
    height: 100%;
}

.left-tips{
    width: 100%;
    height: auto;
    float: left;
}

.tips{
    width: 100px;
    height: 50px;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.yuan{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E2FAA6;
    float: left;
}

.tips span{
    float: left;
    font-size: 12px;
    margin-left: 10px;
    color: #2263BD;
    margin-top: -2.5px;
}

.right{
    width: 45%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-top: 7%;
}

.inputBox{
    width: 100%;
    height: 59px;
    float: left;
    border: 1px solid #2263BD;
    border-radius: 3px;
}

.iconBox{
    width: 59px;
    height: 59px;
    float: left;
    background: #2263BD;
}

.iconBox img{
    width: 40px;
    height: 40px;
    margin: 10px;
}

.input-box{
    width: calc(95% - 60px);
    height: 59px;
    float: left;
    margin-left: 5%;
}

.input-box input{
    width: 100%;
    height: 100%;
    float: left;
    border: none;
    outline: none;
    font-size: 16px;
    background-color: transparent;
    color: #FFF;
}

.btn{
    width: 100%;
    height: 60px;
    float: left;
    background: #0080FF;
    border-radius: 3px;
    margin-top: 10%;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

input::-webkit-autofill { 
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
}

input:-internal-autofill-previewed,input:-internal-autofill-selected {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-out 0.5s;
}
    

