@charset "utf-8";

html, body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0px;
}

body {
	font-family: Microsoft Yahei, Arial;
	font-size: 14px;
	color: #000;
	background: #fff;
	height: 100%;
}

input {
	font-family: Microsoft Yahei, Arial;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #f50;
	text-decoration: none;
}

li {
	list-style: none;
	margin: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

*:focus {
	outline: none
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}


.login_logo {
	height: 80px;
	line-height: 80px;
	padding-left: 20px;
	margin: 0 auto;
	background: #fff;
	font-size: 36px;
}

.login_bg {
	background: #ef9c42;
	height: 550px;
}

.login_content {
	margin: 0 auto;
	height: 550px;
	width: 1028px;
	position: relative;
	background: url('./gcloud_bg.png') no-repeat -150px 200px;
}

/* 登录框 */
.login_box {
	width: 400px;
	height: 400px;
	padding: 15px 30px;
	position: absolute;
	top: 70px;
	right: 0px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.login_box h2 {
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 20px;
}

.login_bg_staff {
	background: #fbf8e3;
}

.login_bg_staff h2 {
	color: #e15517;
}

.login_bg_staff input {
	border: 1px solid #aaa;
	background-color: #fdfcf1;
}

.login_bg_staff input:focus {
	border: 1px solid #e1906c;
}

.login_input_account, .login_input_password {
	margin: 5px 0px 0px;
	padding: 13px 0px 13px 50px;
	width: 100%;
	border-radius: 5px;
	font-size: 16px;
	margin-bottom: 15px;
}

.login_input_account ,.login_input_account:-webkit-autofill{
	background: url(./ico_1.png) no-repeat 10px 13px;
}

.login_input_password{
	background: url(./ico_2.png) no-repeat 10px 18px ;
}


.jzzh {
	width: 100%;
	margin: 10px auto 0px;
	color: #999;
}

.jzzh span {
	float: right;
}

.jzzh span a {
	color: #999;
}

.jzzh span a:hover {
	color: #f50;
}

.login_input_button {
	width: 100%;
	margin: 25px 0px 0px;
	border: none;
	height: 50px;
	border-radius: 5px;
	border: none !important;;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
}

.btn_bg_staff {
	background: #e15517 !important;
}

.btn_bg_staff:hover {
	background: #ef5a18 !important;
}

.logn_link {
	margin-top: 30px;
}

.logn_link a {
	color: #06e;
	font-size: 16px;
	text-decoration: none;
}

.logn_link a:hover {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.login_logo {
		text-align: center;
		font-size: 20px;
		padding-left: 0px;
		height: 50px;
		line-height: 50px;
	}

	.login_bg {
		height: 470px;
	}

	.login_content {
		background: none;
		width: 100%;
	}

	.login_box {
		width: 90%;
		right: 50%;
		margin-right: -45%;
		top: 30px;
		padding: 15px;
	}

	.login_switch, .login_CAkey, .login_CAkey_prompt {
		display: none;
	}
}

.login_footer {
	text-align: center;
	line-height: 24px;
	color: #666;
	margin-top: 20px;
}

.login_switch {
	position: absolute;
	top: 0px;
	right: 0px;
}

.login_switch a {
	cursor: pointer;
	width: 68px;
	height: 68px;
	position: relative;
}

.login_switch_account {
	display: block;
	background: url(./account.png) no-repeat;
}

.login_switch_CAkey {
	display: block;
	background: url(./account.png) no-repeat 0px -68px;
}

.login_CAkey {
	font-size: 20px;
	text-align: center;
	margin: 70px 0px 0px;
	position: relative;
}

.btn_CAkey {
	background: #348bda !important;
	margin: 20px 0px 20px;
}

.btn_CAkey:hover {
	background: #3491e6 !important;
}

.hide {
	display: none;
}

.help_cakey_tip {
	position: absolute;
	top: 10px;
	right: 60px;
	padding: 5px 10px;
	border: 1px solid #fbc39b;
	background: #fff6ef;
	color: #f60;
	white-space: nowrap;
}

.help_cakey_tip:after, .help_cakey_tip:before {
	position: absolute;
	content: " ";
	width: 0;
	height: 0;
	margin-left: -8px;
	border: 8px solid transparent;
}

.help_cakey_tip:after {
	top: 6px;
	right: -16px;
	border-left-color: #fbc39b;
}

.help_cakey_tip:before {
	top: 6px;
	right: -15px;
	z-index: 2;
	border-left-color: #fff6ef;
}

.login_CAkey_prompt {
	position: absolute;
	top: -50px;
	left: -20px;
	width: 380px;
	height: 290px;
	border-radius: 10px;
	background: rgba(250, 250, 250, 0.95);
	background: #fff;
}

.login_CAkey_prompt img {
	margin-top: 65px;
}

.login_CAkey_prompt p {
	margin-top: 20px;
	font-size: 16px;
	padding: 0px 20px;
	line-height: 28px;
}
/*2017-07-06登录成功后，等待层样式*/
div.bootstrap-dialog-message{
	text-align: center;	
	font-size: 16px;
}
div.bootstrap-dialog-message i.loginDialog{
	display: inline-block;
    width: 50px;	
	height: 50px;
    background: url(./title-logo.png) no-repeat left center;
    background-size:85% 85%;
    margin-right: 7px;
}