 body {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background-size:100%;
}


a { 
	text-decoration:none;
	color: #999;
}

a:hover { 
	text-decoration:none;
	color: #1E9FFF; 
}

.login_main {
	background-color: #ffffff;	/** #23262E*/
}

.user-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    color: #d2d2d2;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.login-header-app-qrcode {
	font-size: 12px;
}

.color-orange {
	color: #ff5722;
}