.demo {
    padding-top: 20px;
    text-align: center;
    color: #9abcda!important;
    font-size: 14px;
}

.main-body {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.login-main .login-bottom .center .item input {
    display: inline-block;
    width: 258px;
    height: 50px;
    padding: 0;
    position: absolute;
    border: 0;
    outline: 0;
    font-size: 16px;
	color: #fff;
    letter-spacing: 0;
	background: none;
}
.login-main .login-bottom .center .item .icon-1 {
    background: url(../images/icon-login.png) no-repeat 1px 0;
}

.login-main .login-bottom .center .item .icon-2 {
    background: url(../images/icon1.png) no-repeat center;
}

.login-main .login-bottom .center .item .icon-3 {
    background: url(../images/icon2.png) no-repeat center;
}

.login-main .login-bottom .center .item .icon-4 {
    background: url(../images/icon3.png) no-repeat center;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.login-main .login-bottom .center .item .icon-5 {
    background: url(../images/icon4.png) no-repeat center;
}

.login-main .login-bottom .center .item .icon-6 {
    background: url(../images/icon-login.png) no-repeat 0 -93px;
    position: absolute;
    right: -10px;
    margin-top: 8px;
    cursor: pointer;
}


.login-main .login-bottom .tip .icon-nocheck {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border: solid 1px #9abcda;
    position: relative;
    top: 2px;
    margin: 1px 8px 1px 1px;
    cursor: pointer;
}

.login-main .login-bottom .tip .icon-check {
    margin: 0 7px 0 0;
    width: 14px;
    height: 14px;
    border: none;
    background: url(../images/icon-login.png) no-repeat -111px -48px;
}

.login-main .login-bottom .center .item .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.login-main .login-bottom .center .item {
    width: 100%;
    height: 52px;
    border: 1px solid #4e559a;
	background: rgba(26,37,116,0.6);
	border-radius: 3px;
    margin-bottom: 20px;
	box-sizing: border-box;
}

.login-main {
    width: 468px;
	border-radius: 3px;
	border: 1px solid #2b2f7a;
    position: relative;
    float: left;
	background: rgba(24,38,104,0.6);
	padding: 40px;
	box-sizing: border-box;
}

.login-main .login-top {
    border-radius: 3px 3px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.login-main .login-top .bg2 img{width: 220px;}

.login-main .login-top .bg1 {
    display: block;
	font-size: 18px;
	color: #fff;
}

.login-main .login-bottom {
    width: 100%;
    border-radius: 0 0 3px 3px;
}

.login-main .login-bottom .center {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}



body {
    background: url(../images/loginbg.jpg) 0% 0% / cover no-repeat;
    position: static;
    font-size: 12px;
}

input::-webkit-input-placeholder {
    color: #fff;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}


input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-out 0.5s;
}

html {
    height: 100%;
}

.login-main .login-bottom .login-btn {
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom, #1aaef1, #0a7ccd);
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    cursor: pointer;
    border: none;
}

.login-main .login-bottom .center .item .validateImg {
    position: absolute;
    right: 1px;
    cursor: pointer;
    height: 50px;
}

.footer {
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
    text-shadow: #000 0.1em 0.1em 0.1em;
    font-size: 18px;
}

.padding-5 {
    padding: 5px !important;
}

.footer a, .footer span {
    color: #fff;
}

#validatePanel{width: 200px;}

.tit {
    top: 15%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
	font-size: 42px;
	color: #fff;
}
.tit span{text-shadow: 0 0 20px rgba(0,0,0,0.4);}

@media screen and (max-width: 428px) {
    .login-main {
        width: 100% !important;
		padding: 20px;
    }
	.login-main .login-top .bg1{
		font-size: 14px;
	}
    .login-main .login-top {
        width: 100% !important;
    }
	.login-main .login-top .bg2 {
		width: 40%;
	}
	.login-main .login-top .bg2 img{
		width: 100%;
	}
	.login-main .login-top{
		font-size: 16px;
	}

    .login-main .login-bottom {
        width: 100% !important;
    }
    .login-main .login-bottom .center{
		width: 100%;
		padding-top: 20px;
    }
    .login-main .login-bottom .center .item{
		width: 100%;
		margin-bottom: 20px;
		height: 42px;
    }
	.login-main .login-bottom .center .item .icon{
		width: 40px;
		height: 40px;
		background-size: 100%;
	}
    .login-main .login-bottom .center .item input{
		width: calc(100% - 50px);
		height: 40px;
		font-size: 14px;
    }
    .login-main .login-bottom .login-btn{
		width: 100%;
		height: 40px;
		font-size: 14px;
    }
	#validatePanel{
		width: calc(100% - 120px)
	}
	#validatePanel input{
		width: calc(100% - 120px)
	}
	.login-main .login-bottom .center .item .validateImg{
		width: 100px;
		height: 40px;
	}
	.main-body{
		width: 80%;
	}
	.footer{
		width: 80%;left: 10%;
	}
}