/**
 * 登录
 */
.account-pages {
    height: 100%;
    width: 100%;
	/*background:url(./Public/Admin/Default/Images/login-bg1.jpg) left top #f5f5f5;
	
	margin:0px; background: url(../images/login_bg.jpg) no-repeat; background-position:center center; background-attachment:fixed;*/
	margin:0px; background: url(../images/manage/login_bg.jpg) no-repeat; background-size:100% 100%; background-attachment:fixed;
    background-color:#f5f5f5;
	padding-top: 5%;	
}
@media only screen and (max-width: 641px) {
    .account-pages {
        padding-top: 15%;
    }
}
@media only screen and (min-width: 641px) {
    .account-pages {
        padding-top: 10%;
    }
}
.wrapper-page {
    margin: auto;
    position: relative;
    width: 360px;
}
@media (max-width: 768px){
.wrapper-page {
    width: 90%;
}
}
.text-center {
    text-align: center;
}
.wrapper-page .logo {
    font-size: 42px;
}
.logo {
    color: #188ae2 !important;
    font-size: 32px;
    font-family: 'Rancho', cursive;
    text-decoration: none;
}
.logo img{ width:60%;}
.panel-body {
    padding: 15px;
}
.remeber{
	width: 15px;
	height: 15px;
}

/**
 * 管理员列表
 */
.admin-list select, .admin-list input { width: 36% !important; display: initial !important; }