@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}
html {
	height:100%
}
body.signin {
	height:auto;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.login-title{
	width: 21.06rem;
	font-size: 5rem;
	margin-bottom: 0.5rem;
	color: black;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.reg-title{
	font-size: 3rem;
	color: black;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.login-title-des{
	font-size: 1rem;
}

.login-bottom{
	font-size: 1rem;
	margin-top: 0.8rem;
}

.signinpanel {
	width:75rem;
	margin:0 auto 0
}
.signinpanel .logopanel {
	float:none;
	width:auto;
	padding:0;
	background:0 0
}
.signinpanel .signin-info ul {
	list-style:none;
	padding:0;
	margin:1.25rem 0
}
.signinpanel .form-control {
	display:block;
}
.signinpanel .uname {
	background:#fff url(../img/user.png) no-repeat 95% center;
	color:#333
}
.signinpanel .pword {
	background:#fff url(../img/locked.png) no-repeat 95% center;
	color:#333
}
.signinpanel .code {
    background: #fff no-repeat 95% center;color:#333; margin:0 0 1rem 0;
}
.signinpanel .msgcode {
	background: #fff no-repeat 95% center;color:#333;
}
.signinpanel .btn {
	margin-top:1rem
}
.signinpanel form {
	background:rgba(255,255,255,.2);
	border:1px solid rgba(255,255,255,.3);
	-moz-box-shadow:0 3px 0 rgba(12,12,12,.03);
	-webkit-box-shadow:0 3px 0 rgba(12,12,12,.03);
	box-shadow:0 3px 0 rgba(12,12,12,.03);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:30px
}
.album-info form {
	background:rgba(255,255,255,.2);
	border:1px solid rgba(255,255,255,.3);
	-moz-box-shadow:0 3px 0 rgba(12,12,12,.03);
	-webkit-box-shadow:0 3px 0 rgba(12,12,12,.03);
	box-shadow:0 3px 0 rgba(12,12,12,.03);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:1.5rem
}
.signup-footer {
	border-top:solid 0.06rem rgba(255,255,255,.3);
	margin:1.2rem 0;
	padding-top:1rem
}
@media screen and (max-width:768px) {
	.signinpanel,.signuppanel {
	margin:0 auto;
	width:100%;
	padding:1.25rem
}
.signinpanel form {
	margin-top:20px
}
.signup-footer,.signuppanel .form-control {
	margin-bottom:0.6rem
}
.signup-footer .pull-left,.signup-footer .pull-right {
	float:none!important;
	text-align:center
}
.signinpanel .signin-info ul {
	display:none
}
}@media screen and (max-width:320px) {
	.signinpanel,.signuppanel {
	margin:0 1.2rem;
	width:auto
}
}
/*
登录界面check样式
*/
.checkbox-custom {
	margin-top: 0.8rem;
    position: relative;
    padding: 0 0 0 1.56rem;
    margin-bottom: 7px;
    display: flex;
	justify-content: space-between;
}
/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
    opacity: 0; /*将初始的checkbox隐藏起来*/
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -0.37rem 0 0 0;
    top: 50%;
    left: 0.18rem;
}
/*
设计新的checkbox，位置
*/
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.56rem;
    width: 1.12rem;
    height: 1.06rem;
    display: inline-block;
    border-radius: 0.12rem;
    border: 0.06rem solid #bbb;
    background: #fff;
}
/*
点击初始的checkbox，将新的checkbox关联起来
*/
.checkbox-custom input[type="checkbox"]:checked +label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    top: 42%;
    left: 0.18rem;
    margin-top: -0.31rem;
    font-size: 0.68rem;
    line-height: 1;
    width: 1rem;
    height: 1rem;
    color: #333;
}
.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    font-weight: normal; /*改变了rememberme的字体*/
    margin-bottom: 0;
    text-align: left;
}

/** register **/
.login{
	width:30rem;
	margin:10% auto 0
}

.register{
	background-color: #EBEBEB;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: black;
}

.register-item{
	margin: 0.2rem auto;
}

.register-bottom{
	margin-left: 2.3rem;
}

.col-form-label{
	text-align: right;
	padding-left: 0;
	padding-right: 0;
}

.pay-icon img{
	width: 1.5rem;
	margin-right: 0.3rem;
}

.form-check{
	margin: 0.5rem auto;
}

.protocal{
	font-size: 12px;
	text-align: center
}
.protocal a{
	color: #c0a98b
}