@media  (max-width: 768px) {
    body{overflow-y: auto;height:100%;font-size: 1.16rem;}
    .login_block_title{display: block;border-bottom:1px solid #eee;height:4rem;line-height:4rem;text-align:center;    background-color: #00b8d7;
    color: white;
    font-size: 1.3rem;}
    #form-login-xs{width: 80%;margin: 7rem auto;}
    .code{
        position: relative;
        top: -2px;
        cursor: pointer;
        border: 1px solid #f5f5f5;
        width: 40%;
        height: 35px;
        line-height: 35px;

    }
        .login_copy{
        text-align:center;
        position: fixed;
        bottom:20px;
        float:left;
        width:100%;
    }
    .login_copy span{
        font-size:12px;
        color:#006979;
        display: inline-block;
        height:30px;
        line-height:30px;
    }
    .login_copy img{
        height:12px;
        position:relative;
        top:-2px;
        margin-right:5px;
    }
    .login_copy > a{
        color:#06b1d0;
        font-size:12px;
        text-decoration:underline;
    }
    .login_button{background-color:#06b1d0;color:white;}
    .login_button:hover{background-color:#06b1d0;color:white;}
}
@media (min-width: 768px){
    .login_img{width:40%;position:absolute;top:15%;left:10%;}
    .login_img img{width:90%;}
    .login_bottom_img{
        position:fixed;
        width:100%;
        left:0px;
        bottom:0px;
        margin: 0;
        padding: 0px;
    }
    .login_block{
        background-color:white;
        border-radius:3px;
        width:350px;
        border:1px solid #06b1d0;
        /*box-shadow: 0 1px 3px 0 #eee,0 0 0 1px #eee;*/
        /*box-shadow: 1px 1px 3px 0px #00a3f2,0px 0px 0px 0px #00a9c2;*/
        padding:30px 20px;
        position: absolute;
        right:10px;top:20%;

    }
    .code{
        position: relative;
        top: -1px;
        cursor: pointer;
        border: 1px solid #f5f5f5;
        width: 40%;
        height: 35px;
        line-height: 35px;

    }
    .login_copy{
        text-align:center;
        position: fixed;
        bottom:20px;
        float:left;
        width:100%;
    }
    .login_copy span{
        font-size:12px;
        color:#006979;
        display: inline-block;
        height:30px;
        line-height:30px;
    }
    .login_copy img{
        height:12px;
        position:relative;
        top:-2px;
        margin-right:5px;
    }
    .login_copy > a{
        color:#06b1d0;
        font-size:12px;
        text-decoration:underline;
    }
    .login_button{background-color:#06b1d0;color:white;}
    .login_button:hover{background-color:#06b1d0;color:white;}
}

