
.wx-login-form {
    position: relative;
    background-color: rgb(255, 255, 255);
    z-index: 5;
    border-right: 0.5px solid rgb(196, 203, 215);
}


.wx_login_title {
	font-weight: 600;
	padding-top:10px;
	margin-bottom:16px;
	font-size: 24px;
  color: rgb(24, 24, 24);
	text-align: center;
}


.wrp_code {
    width: 200px;
    height: 200px;
    /*
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    */
    position:relative;
}

.qrloading {
	position: absolute;
  top: 30%;
  left: 80px;
  color: #B3B3B3;
  
}


.wxloginBox .qrcode {
    width: 200px;
}


.wxloginBox .info .wx_default_tip {
    text-align: center;
    padding: 7px 14px;
    font-size: 14px;
    color: #7e8081;
    
}


.rform {
	
}

.rform .submit {
    border: 1px #3083ff solid;
    border-radius: 4px;
    background-color: #3487ff;
    box-shadow: 0 5px 8px 0 rgba(24,95,255,.1);
    color: #fff;
    text-align: center;
    font-weight: lighter;
    background-image: linear-gradient(0deg,#398bff,#3083ff);
    width: 360px;
    height: 50px;
    margin: 0 0 8px;
    font-size: 24px;
}

.rform .submit:focus,.rform .submit:hover {
    background-color: #3580eb;
    background-image: linear-gradient(0deg,#3580eb,#2c79eb);
}

.rform .submit.disabled {
	pointer-events: none;
	background-color: rgb(218, 222, 224);
	background-image:none;
	color: rgb(164, 164, 164);
	border-color:#dadee0;
}

.error_panel {
	display:none;
	text-align:left;
}
.error_panel .error{
	color: #000;
  font-size: 12px;
  padding: 6px 5px;
  text-align:left;
  border: 1px solid #ff934c;
  background-color: #fefcee;
  width:76%;
  margin-top:10px;
  margin-left:36px;
  margin-bottom:10px;
}

.error_panel .error .icon{
	float:left;
	width:24px;
	margin-top:-1px;
}





input[type=checkbox]{
position: absolute;
padding: 0 0 0 0;
width: 19px;
height: 19px;
margin: 0 0 0 0;
float: left;
/*cursor: default;*/
opacity: 0;
cursor: pointer;
}
input[type='checkbox'] + label {
    margin: 0;
    /*margin-left:-18px;*/
    clear: none;
    /*padding: 5px 0 4px 24px;*/
    background: url(checkbox_no_grep_16.png) left center no-repeat; 
}
input[type='checkbox']:checked + label {
    background-image: url(checkbox_off_grey_16.png);
}
label {
display: inline-block;
height: 19px;
line-height: 19px;
padding-left: 24px;
cursor: default;
font-size: 88%;

}




.scIconBox {
    display: flex;
    position: absolute;
    right: 16px;
    top: 16px;
    margin-top: -2px;
    pointer-events: none;
}

.sc-svg-icons-right {
    fill: currentcolor;
    color: rgb(0, 215, 117);
    line-height: 1;
    text-align: center;
    width: 16px;
    height: 16px;
}

.sc-svg-icons-wrong {
    fill: currentcolor;
    color: rgb(255, 23, 49);
    line-height: 1;
    text-align: center;
    width: 16px;
    height: 16px;
}


.error_inline {
	padding-left:12px;
	display: block;
	color: rgb(244, 54, 54);
  margin-top: -4px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: calc(-0.28px);
  font-weight: normal;
  display:none;
}


.uLogoBox {
    display: flex;
    align-items: center;
    top: 16px;
    margin-right: 4px;
    pointer-events: none;
}


.uLogo {
    fill: currentcolor;
    display: block;
}


.uBox {
	display: flex;
	-webkit-box-align: center;
  align-items: center;
  width: 360px;
  height: 100%;
  position:relative;
  background-color: rgb(245, 246, 248);
	border: 2px solid;
	border-color: transparent;
	border-radius: 8px;
}



.uBox.is-focused {
	border-color:#45cd94;
}

.uBox.error {
	border-color:rgb(255, 23, 49);
}



.uC {
	font-size:16px;
	margin-top:6px;
	margin-bottom:16px;
	width:360px;	
}

.uL {
	padding:0;
	background-color:transparent;
	color: rgba(60,60,60,0.8);
	color:#000;
	border:none;
	font-size:14px;
	font-weight:700;
	/*width:150px;*/
	text-align:right;
	height:50px;
	line-height:50px;
	border-radius: 18px;
	padding-left:12px;	
	pointer-events: none;
	display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.uUsername {
	font-size: 14px;
	background-color:transparent;
	-webkit-tap-highlight-color: transparent;
	border:none;
	width:100%;
	line-height:2;
	resize: vertical;
	appearance:none;	
}

.uUsername:focus {
	outline:none;
}

.uI {
	font-size: 14px;
	background-color:transparent;
	-webkit-tap-highlight-color: transparent;
	border:none;
	width:100%;
	line-height:2;
	resize: vertical;
	appearance:none;	
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding:5px 0 3px 12px;
}

.uI:focus {
	outline:none;
}





.go-to-login {
    cursor: pointer;
    height: 70px;
    width: 70px;
    background-image: url(register.svg);
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
}

.go-to-login a {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    position: relative;
    top: 10px;
    right: 7px;
}

.qrcode_login_rl_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.qrcode_login_rl_mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .9);
}

.qrcode_login_rl_info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.qrcode_login_rl_info .ww_commonImg_Alert {
    float: none;
}

.ww_commonImg_Alert {
    background-image: url(Alert724.png);
}

.qrcode_login_rl_label {
    margin-top: 10px;
}

.qrcode_login_reload {
    color: #0C4C7F;
    text-decoration: none;
}