@charset "UTF-8";

.logo{
	margin:30px 0 0 80px;
	height:100px;
}

.logo img{
	height:100%;
}

.sys-title{
	margin-top:30px;
	margin-left:37%;
	margin-right:3%;
	width:60%;
	height:50px;
	text-align:right;
	text-indent:200px;
	font-size:44px;
	color:#526DDD;
	font-weight:bold;
	font-family: 微软雅黑;
	/* letter-spacing:0.1em; */
}

.wrap {
    margin:80px 0 0 80px;
    width: 100%;
    text-align: center;
}

.main-entry{
	margin:0;
}

/*登录框 START*/
.login-panel {
    /* float: right; */
    width: 460px;
    border: 1px solid #e4e4e4;
    position: fixed;
    right:8%;
    /* margin:0 260px 0 0; */
}


.panel-body .btn-login {
    display: block;
    width: 100%;
    border-radius: 5px;
    background: #526DDD;
    font-size: 20px;
    font-weight:bold;
    letter-spacing:0.5em;
    color: #fff;
    height: 60px;
    border: 0;
    cursor: pointer;
}

.panel-body .btn-login:active {
    background: #3394cc;
}


