* {
    margin: 0;
    padding: 0;
}

body,
html,
.main {
    height: 100%;
}

body {
    font-family: "微软雅黑";
}

.main {
    background: url(/static/admin/images/login_bg_v2.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
}
.main>div{
    flex:1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 600px;
}


.main>div.r-box {
   
    flex-direction: column;
    background: url(/static/admin/images/right-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    padding-top:5%;
    
}
.l-box{
    
   
  
}
.l-box img{
    max-width: 600px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}



.from-box {
   
    width:400px;
    padding-left:5%;
    
  
}

button {
    width:100%;
    height: 0.56rem;
    background: linear-gradient(90deg, #02BEDC, #007DC5);
    border-radius: 0.28;
    display: block;
    margin: 0 auto;
    border: none 0;
    font-weight: 400;
    color: #ffffff;
    font-size: 0.2;
    border-radius: 4px;
}

.input-box {
    color: #fff;
    position: relative;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
}
.input-box:first-child {
    margin: 0;
  
}
.input-box p {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
}
.input-box input {
    background: transparent;
    padding: 0.12rem 0;
    border: none 0;
    outline: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    
}
.input-box input::-webkit-input-placeholder{
    color:rgba(255, 255, 255, .5)
}
.remember-box {
    color: #fff;
    font-size: 0.14rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}
.remember-box input {
    border-color: #fff;
    margin-right: 0.1rem;
}
@media screen and (max-width: 1200px) {
    html {
        font-size: 60px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    html {
        font-size: 70px;
    }
}
@media screen and (min-width: 1401px) {
    html {
        font-size: 80px;
    }
}
.code-box > div {
    display: flex;
}
.code-box input {
    flex: 1;
}
.code-box img {
    width: 1.3rem;
    height: 0.4rem;
}
.ba-box {
    text-align: center;
    line-height: 1.5;
   margin-top:40px;
    /* opacity: 0.3; */
    color: #fff;
    font-size: 12px;
    
}

.ba-box a{
    color:#fff;
    text-decoration: none;
}
   

.ba-box a:hover {
    text-decoration: none;
}
