@charset "UTF-8";

.login-box-bg {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	width: 360px;
	color: #ffffff;
	padding: 20px;
	float: right;
	margin-top: 3%;
	margin-right: 11%;
}

.login-title {
	text-align: center;
	font-size: 20px;
	width: 100%;
	display: flex;
	padding: 5px;
}

.login-title .title {
	width: 50%;
	line-height: 28px;
	font-size: 25px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #b5b5ba;
}

.login-title .active {
	color: #fff;
}

.weixin-pic {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.weixin-pic iframe {
	height: 385px;
	overflow: hidden;
	margin-top: -27px;
}

.login-table {
	width: 100%;
	height: 347px;
	margin-top: 18px;
}

.login {
	text-align: center;
	font-size: 20px
}

.login-table td {
	text-align: center;
	vertical-align: -webkit-baseline-middle;
}

.login-table input, button {
	border: 0px;
	color: black;
	height: 53px;
	background-color: #ffffff;
	border-radius: 10px;
	width: 100%;
	font-size: 20px;
}

.login-table button {
	cursor: pointer;
	background: #c3282e;
	border: 1px #c3282e solid;
}

.login-table a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
}

.verity-image {
	text-align: right;
}

.verity-image img {
	background-color: #ffffff;
	border-radius: 10px;
	height: 40px;
	width: 80%;
	padding: 10px 10px;
}

.user {
	background: url(../images/user-name.png) no-repeat 10px center;
	padding-left: 40px;
	background-size: 27px;
}

.pw {
	background: url(../images/password.png) no-repeat 15px center;
	padding-left: 40px;
	background-size: 16px;
}

.verity {
	background: url(../images/verity-icon.png) no-repeat 15px center;
	padding-left: 40px;
	background-size: 11px;
}

.user[placeholder], .pw[placeholder], .verity[placeholder] {
	padding-left: 40px;
}

.user-name {
	padding-left: 4px;
}

.user, .pw {
	width: 100%;
}

.submit {
	background: #0c86f3;
	line-height: 40px;
	width: 100%;
	color: #ffffff;
}

.forget {
	text-align: left;
}

.imagecode {
	height: 50px;
	border-radius: 10px;
	cursor: pointer;
}

#ckbRememberPP {
	height: 23px;
	float: left;
	width: 23px;
}

.reminder {
	float: left;
	margin-left: 10px;
	font-size: 15px;
}

.error {
    position: inherit;
}

/* .login-box-bg {
	height: 80%;
    width: 25%;
    padding: 10px;	
} */

.login-box-bg{
	padding: 15px 20px;
	width: 23%;
    height: 85%;
}
.login-title{
	padding: 0px 5px;
}
.login-title .title{
	font-size: 20px;
}
.login-table{
	height: 285px;
}

#actLogn tr{
	height:60px;
}
#actLogn .other-way{
	height:35px
}
.login-table input, button{
	height:45px;
}
.imagecode{
	height:45px;
}

 .ewm-login-box{
 	margin: -1px;
 }

 @media screen and (max-width:414px) {
  .login-box-bg{
    width: 80%;
    margin-right: 10%;
  }
  .login-title{
    display: flex;
    justify-content: center;
  }
  .login-title .ewm-login-tab{
    display: none;
  }
}