/*
 * Description: Login Template with Fullscreen Background Slideshow
 */
body {
	background-color: #184C86;
	background-image: url('../images/pic01.jpg');
	background-size:cover; 
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
}

.page-container-shadow{ 
width:360px; 
height:260px; 
border-radius: 10px;
border:1px solid rgba(204,204,204,0.2); 
background:rgba(0, 0, 0, 0.1); 
font-size:12px; 
padding:10px; 
-moz-box-shadow:0 4px 4px rgba(0, 0, 0, 0.4); 
-webkit-box-shadow:0 4px 4px rgba(0, 0, 0, 0.4); 
/* box-shadow:0 4px 4px rgba(0, 0, 0, 0.4);  */
box-shadow: 0 0 5px #9edeff;
*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color="#333333");
margin-left: auto;
margin-right: auto; 
}

.page-container-shadow-sso{
	width:360px;
	height:330px;
	border-radius: 10px;
	border:1px solid rgba(204,204,204,0.2);
	background:rgba(0, 0, 0, 0.1);
	font-size:12px;
	padding:10px;
	-moz-box-shadow:0 4px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0 4px 4px rgba(0, 0, 0, 0.4);
	/* box-shadow:0 4px 4px rgba(0, 0, 0, 0.4);  */
	box-shadow: 0 0 5px #9edeff;
	*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color="#333333");
	margin-left: auto;
	margin-right: auto;
}
.page-header{
	margin: 10px 5px 5px 5px;	
}
.page-header-ssologin, .page-header-logo{
	text-align: left;
}
.page-header-logo-text{
	font-size: 13px;
	margin-left: 10px;
}
.page-container {
	margin: 120px auto 0 auto;
}

form {
	position: relative;
	width: 305px;
	margin: 15px auto 0 auto;
	text-align: center;
}

.samexlog {
	margin: 180px auto 0 auto;
	width: 130px;
	height: 30px;
	
	background: url("../images/samex_logo02.png") no-repeat 0 center;
}

#p_user {
	background: url("../images/user.png") no-repeat 0 center;
} 

#user {
	background: url("../images/user.png") no-repeat 0 center;
}

.username {
	float: left;
	width: 270px;
	height: 40px;
	margin-top: 25px;
	text-indent: 38px;
	padding: 0 15px;
	background-color: #fff; /* browsers that don't support rgba */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #fff; /* browsers that don't support rgba */
	border: 1px solid rgba(255, 255, 255, .90);
	border-radius: 50px;
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}

.username:-moz-placeholder {
	color: #999;
}

.username:-ms-input-placeholder {
	color: #999;
}

.username::-webkit-input-placeholder {
	color: #999;
}

.username:focus {
	outline: none;
	border:1px solid #0080ff; 
	box-shadow: 0 0 10px #9edeff;
}

.password {
	background: url("../images/lock.png") no-repeat 0 center;
	float: left;
	width: 270px;
	height: 40px;
	margin-top: 25px;
	text-indent: 38px;
	padding: 0 15px;
	background-color: #fff; /* browsers that don't support rgba */
	background-color: rgba(255, 255, 255, 0.15);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #fff; /* browsers that don't support rgba */
	border: 1px solid rgba(255, 255, 255, .90);
	border-radius: 50px;
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}
.password.red {
	background: url("../images/lock_red.png") no-repeat 0 center;
	border: 1px solid rgba(245, 108, 108, .90);
}

.password:-moz-placeholder {
	color: #999;
}

.password:-ms-input-placeholder {
	color: #999;
}

.password::-webkit-input-placeholder {
	color: #999;
}

.password:focus {
	outline: none;
	border:1px solid #0080ff; 
	box-shadow: 0 0 10px #9edeff;
}

.password.red:focus {
	outline: none;
	border:1px solid #f56c6c;
	box-shadow: 0 0 10px #f89191;
}
/* .password:-webkit-autofill {
   -webkit-box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset;
} */
.clear {
	cursor: pointer;
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	margin: 38px 0 0 270px;
	background:  url("../images/clear.png") no-repeat;
	border:none;
	outline:none;
}
@-moz-document url-prefix(){.clear{cursor: pointer;
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	margin: 38px 0 0 -30px;
	background:  url("../images/clear.png") no-repeat;
	border:none;
	outline:none;}}/*仅firefox 识别*/ 
	
/* .username::-ms-clear { display: none; } */
.username:valid + .clear { display: inline; }

.loginbutton {
	cursor: pointer;
	outline:none;
	width: 300px;
	height: 44px;
	margin-top: 25px;
	padding: 0;
	background: #EEE;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 50px;
	border: 1px solid #EEE;
	-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px
		0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px
		7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px 0
		rgba(0, 0, 0, .2);
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}

.loginbutton: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);
}

.loginbutton: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);
	border: 1px solid #0080ff;
}

.page-footer{
	position: fixed;
	bottom: 10px;
    font-size:13px;
    width:100%;
}
.copyright-text{
	
}
.connect {
	text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.connect a {
	display: inline-block;
	height: 35px;
	margin-top: 10px;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}

.connect a.en,.connect a.cn,.connect a.zht {
	text-decoration: none;
}
.connect a:active {
	text-decoration: underline;
}

.languages{
	text-decoration: none;
	color: #fff;
	font-weight:lighter;
}
.selectedlang {
	font-size: 15px;
	cursor: default;
	color: #fff;
	font-weight:bold;
}
.login-warn-msg {
	height: 25px;
	width:100%;
	margin-top:30px;
	color: #e1271e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.alertWin_mask {
	position: absolute;
	left: 0px;
	top: 0px;
	filter: Alpha(Opacity = 50);
	opacity: 0.0;
	background-color: #D7D7D7;
	z-index: 101;
}

.alertWin_div_win {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
	line-height: 15px;
	z-index: 102;
	width:500px;
	height:215px;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.5)
}
.alertWin_title_content_div {
	background-color:rgba(51, 102, 153, 0.9);
	width: 100%;
	margin: 0px;
	border: 0px;
	height:40px;
	line-height: 23px;
	border-radius: 5px;
}
.alertWin_msgBox{
	background-color:rgba(255,255,255,0.9);
	height: 130px;
	overflow: hidden;
}
.alertWin_divBottom {
	background-color:rgba(51, 102, 153, 0.9);;
	text-align: right;
	width: 100%;
	height: 50px;
}
.clsBtn{
	display: block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 15px;
	right: 13px;
	background: url(../images/icons.png) -48px -96px no-repeat;
}
.tt{
	position: initial;
	font-size: 15px;
	color:#FFF;
	display: block;
	float: left;
	margin-left:10px;
	margin-top:10px;
	height: 20px;
}

.bigIcon{
	float: left;
	margin-left: 40px;
	margin-top:40px;
	margin-right:20px;
	width: 48px;
	height: 48px;
	background-image:url(../images/icons.png);
	background-repeat: no-repeat;
	background-position: 48px 0;
}
.alertWin_div_win .alertWin_msgBox p{
	/* float:left; */
	text-align: left;
	color:red;
	height: 100%;
	margin-top: 45px;
	line-height: 20px;
	overflow-x: hidden;
	overflow-y: auto;
}



.alertWin_logonUser_divPanel {
	display: none;
}

.alertWin_logonUser_divPanel_table_divScroll {
	overflow-y: auto;
}

.alertWin_logonUser_divPanel_table_content {
	background-color: #fff;
    color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}

.alertWin_logonUser_divPanel_table_columnTitleRow {
	text-align: left;
	background-color: #EFF0F2;
	padding: 6px 6px 6px 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

.alertWin_logonUser_divPanel_table_cell {
	padding: 6px 6px 6px 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

.alertWin_bottomButtonGroup_showLogonUserButton {
	cursor: pointer;
	padding: 2px;
}

.alertWin_bottomButtonGroup_closeButton {
	background-color: #C1C1C1;
	cursor: pointer;
}

.alertWin_bottomButtonGroup_buttonBg {
	font: normal 13px tahoma, arial, verdana, sans-serif;
	background-color:#FFF;
	border:1px solid #038ACC;
	cursor:pointer;
	padding:0px;
	margin:10px 8px;
	vertical-align:middle;
	height:25px;
	min-width:90px;
	border-radius: 15px;
	outline:none;
}
.alertWin_bottomButtonGroup_buttonBg: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);
	border: 1px solid #0080ff;
}

.container_prompt{
	margin-top: 15px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: red;
}


.forget_pwd{
	font-family: Arial,Helvetica,sans-serif;
	color: white;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}

.forget_pwd:hover{
	color: blue;
}

.alertWin_msgBoxdiv {
	text-align: center;
	position: absolute;
	z-index: 1000;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -170px;

	/*position: absolute;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 12px;*/
	/*text-align: center;*/
	border-radius: 5px;
	line-height: 15px;
	/*z-index: 102;*/
	/*width:500px;*/
	/*height:215px;*/
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.5);
	/*margin: 0 auto 0 auto;*/
}

.alertWin_msgBoxclose {
	background-color:rgba(51, 102, 153, 0.9);
	width: 100%;
	margin: 0px;
	border: 0px;
	height:40px;
	line-height: 23px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.alertWin_msgBoxbody{
	background-color:rgba(51, 102, 153,0.9);
	height: 300px;
	overflow: hidden;
 	border-bottom-right-radius: 5px;
  	border-bottom-left-radius: 5px;
}

.msgBox_body_user{
	position: absolute;
	width: 75%;
	height: 270px;
	background-repeat: no-repeat;
    margin-right: 12.5%;
    margin-left: 12.5%;
}

.user_reminder{
	text-align: left;
    width: 240px;
    height: 20px;
	position: initial;
	font-size: 15px;
	color:#FFF;
	display: block;
	float: left;
	margin-left:0px;
	margin-top:10px;
}

.msgBox_body_message{
	position: absolute;
	width: 75%;
	height: 270px;
	background-repeat: no-repeat;
	margin-right: 12.5%;
    margin-left: 12.5%;
    display: none;
}
.question_label{
	font-size: 15px;
	color:#FFF;
	display: block;
	float: left;
	margin-left:10px;
	margin-top:5px;
	height: 20px;
	position: relative;
}

.question {
	float: left;
	width: 270px;
	height: 40px;
	margin-top: 15px;
	text-indent: 38px;
	padding: 0 15px;
	background-color: #fff; /* browsers that don't support rgba */
	background:rgba(255, 255, 255, 0.01);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #fff; /* browsers that don't support rgba */
	border: 1px solid rgba(255, 255, 255, .90);
	border-radius: 50px;
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}

.question:focus {
	outline: none;
	border:1px solid #0080ff; 
	box-shadow: 0 0 10px #9edeff;
}

.new_password {
	float: left;
	width: 270px;
	height: 40px;
	margin-top: 25px;
	text-indent: 38px;
	padding: 0 15px;
	background-color: #fff; /* browsers that don't support rgba */
	background: rgba(255, 255, 255, 0.01);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #fff; /* browsers that don't support rgba */
	border: 1px solid rgba(255, 255, 255, .90);
	border-radius: 50px;
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	/* display:none; */
}

.new_password:-moz-placeholder {
	color: #999;
}

.new_password:-ms-input-placeholder {
	color: #999;
}

.new_password::-webkit-input-placeholder {
	color: #999;
}

.new_password:focus {
	outline: none;
	border:1px solid #0080ff; 
	box-shadow: 0 0 10px #9edeff;
}

.thenext{
	width: 50px;
	height: 20px;
	position: absolute;
	font-family: Arial,Helvetica,sans-serif;
	color: white;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	margin-top: 260px;
	margin-left: 30px;
}

.thenext:active{
	color: blue;
}

.pwdsuccess{
	color: red;
	font-size: 15px;
	position: absolute;
	margin-left: 40px;
	margin-top: 120px;
	width: 302px;
	height: 270px;
	display: none;
	background-repeat: no-repeat;
}

/* Loading spinner css */
.alphadiv{filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;} 
.mask{height:100%; width:100%; position:fixed; _position:absolute; top:0;left:0; z-index:99;background-color: black }
.spinner {
	margin: 100px auto 0;
	text-align: center;
	position: absolute;
	z-index: 1000;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -50px;
}

.spinner > div {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/*mfa框*/
.mfa-wrapper-mask{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(52, 65, 84, 0.5);

}
.mfa-wrapper{
	position: fixed;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	width: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #303030;
	padding: 20px;
	box-sizing: border-box;
}
.mfa-wrapper .mfa-header{
	display: flex;
	justify-content: space-between;
	padding-bottom: 17px;
	border-bottom: 1px solid #F1F1F1;

}
.mfa-wrapper .mfa-header .mfa-header-tit{
	font-size: 20px;
	font-weight: 700;
	color: #43464F;
}
.mfa-wrapper .mfa-header .mfa-header-close{
	cursor: pointer;
	width: 29px;
	height: 29px;
	background-color: #F1F3F4;
	border-radius: 6px;
	background-image: url("data:image/svgxml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%344154'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: 50%;
}
.mfa-wrapper .mfa-content{
	padding: 20px 0;
}
.mfa-wrapper .mfa-content .qc-code-box{
	margin-bottom: 10px;
}
.mfa-wrapper .mfa-content .mfa-text{
	margin-bottom: 30px;
	color: #303030;
	font-weight: 400;
}
.mfa-wrapper .mfa-content .mfa-input-box{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.mfa-wrapper .mfa-content .mfa-input-box input{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	outline: 0;
	border: 1px solid #CED4DA;
	border-radius: 5px;
	margin: 0 10px;
}
.mfa-wrapper .mfa-content .mfa-input-box.error input{
	border: 1px solid #EE0B0B;
}
.mfa-wrapper .mfa-content .mfa-error-tip{
	color: #EE0B0B;
	text-align: center;
	font-weight: 400;
	margin-bottom: 20px;
}
.mfa-wrapper .mfa-footer{
	padding-top: 17px;
	border-top: 1px solid #F1F1F1;
	text-align: right;
}
.mfa-wrapper .mfa-footer .button{
	display: inline-block;
	background: #344154;
	color: #fff;
	border-radius: 6px;
	padding: 10px 46px;
	cursor: pointer;

}
