body {
    background:#fff;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    overflow:hidden;
}
.page-container{
	position:relative;
	width:100%;
	height:750px;
	margin:5% auto;
	background:url(../../images/dx-login.png) no-repeat center;
	background-size:100%;
}
@media only screen and (max-width: 1366px) {
	.page-container{
		margin:1% auto;
	}
} 
.login-panel{
    position: absolute;
    width: 340px;
    top: 25%;
    right: 15%;
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px 40px;
    box-sizing: border-box;
}
.login-title {
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    color:#444;
    font-weight:normal;
}
#login_form input {
    width: 90%;
    height: 42px;
    margin-top: 25px;
    padding: 0 15px;
    background-color: #fff; /* browsers that don't support rgba */
    border-radius: 6px;
    border:1px solid #ddd;
    box-sizing:border-box;
}

#login_form input:-moz-placeholder { color: #fff; }
#login_form input:-ms-input-placeholder { color: #fff; }
#login_form input::-webkit-input-placeholder { color: #fff; }

#login_form input:focus {
    outline: none;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

#login_form button {
	width:90%;
	height:42px;
	border:none;
    background: #35c47b;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    cursor: pointer;
    border-radius:6px;
    margin-top:30px;
}

#login_form button:hover {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

#login_form button:active {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);

}

.error {
    display: none;
    position: absolute;
    top: 27px;
    right: -55px;
    width: 40px;
    height: 40px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.25);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.error span {
    display: inline-block;
    margin-left: 2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}


	
.apply{
	text-align:right;
	padding:5px;
}
.apply a{
	font-size:12px;
	color:#ddd;
}
.apply a:hover{
	text-decoration: underline;
}

.link,.link2{line-height:24px; font-size:14px; text-align:center;}
.link{margin:30px 0 20px 0;}
.link a{ color:#F60; font-weight:bold;font-size:18px; text-decoration:none;} 
.link a:hover {-webkit-transform:rotate(20deg); -moz-transform:rotate(30deg);-o-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(10deg);}
.link2 a{color:#777; font-size:12px;}