@CHARSET "UTF-8";

body,html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: whitesmoke;
    background-size:100% 100%;
}

.login_div{
    width: 500px;
    height: 320px;
    margin-top: 61px;
    /*margin: auto 10% auto 40px;*/
    /*margin-right: 500px;*/
    /*margin: 0 auto;*/
    position: absolute;
    float: right;
    top: 60px;
    /*left: 0;*/
    right: 200px;
    bottom: 0;
}

.login_title{
    font-size:24px;
    color: #ffffff;
    text-align: center; /*让div内部文字居中*/
}

.main{
    text-align: center; /*让div内部文字居中*/
    border:1px solid rgba(46,128,236,1);
    /*opacity:0.4;*/
    border-radius: 15px;
    margin: 0 auto;
    width: 361px;
    height: 350px;
    background-color: #01102F;
    box-shadow:1px 1px 1px #E8E5E5,0px -0px 0px #E8E5E5,-1px 1px 1px #E8E5E5,-1px -1px 1px #E8E5E5;
}

.main_title{
    text-align: center; /*让div内部文字居中*/
    color: #333333;
    font-size: 20px;
    margin-top:1px;
    line-height:60px;
}

.col_margin_left {
    margin-left: 30px;
}

.col_margin_top {
    margin-top: 20px;
}

.main_button{
    background: #2e80ec;
    height:45px;
    margin-left: 45px;
    margin-top:50px;
    line-height: 45px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 8px;
    cursor:pointer;
}

.main_button:hover{
    background: #4d93ef;
}
.boot_div{
    bottom:5px;
    position:absolute;
    text-align:center;
    width:100%;
}
.boot_text{
    font-size:12px;
    color:#ffffff;
    font-family:Microsoft YaHei
}
.boot_top{
    margin-top:10px;
}

.boot_top2{
    margin-top:20px;
}
