@charset "utf-8";

body{background-color:#3895e8 !important;}

.wrapbox{
    box-sizing: border-box;
    height: 100vh;
    background: url("../images/bj.jpg") no-repeat center;
    background-size: auto 100vh;
    display:flex;
    justify-content:center;
}
.login{
    margin-top:150px;
    width:430px;
    min-width:380px;
}
.login .form-box{
    box-sizing:content-box;
    width:100%;
    padding:35px 20px;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    background: rgba(255,255,255, .8);
    border-radius:10px;
    position: relative;
}
.login .form-box .btn{
    width:30%;
    margin:auto 20px;
}
.adlogo{
    position: absolute;
    top:-47px;
    left:25%;
}