@charset "UTF-8";

/* login common */
.login{
  /* width: 1200px; */
  margin: 30px auto 105px;
}
.login_note{
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

/* .login_member */
.login_member{
  float: left;
  width: 580px;
  height: 585px;
  padding: 20px 0;
  border-radius: 5px;
}
.login_member h3{
  padding-bottom: 12px;
  margin-bottom: 10px;
  font-size: 26px;
  text-align: center;
}
.login_formbox{
  margin: 20px auto;
  width: 316px;
}
.login_formbox p{
  font-size: 14px;
  margin-bottom: 7px;
}
.login_formbox p.error{
	color:red;
	font-weight:bold;
	font-size:12px;
}
.login input[type="text"],
.login input[type="password"]{
  width: 316px;
  height:34px;
  font-size:15px;
  line-height:34px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin-bottom: 10px;
  border: 1px solid #888;
}
.login input[type="password"]{
  margin-bottom: 10px;
}
.login input[type="text"]:focus,
.login input[type="password"]:focus{
  background:#FFF8D1;
  box-shadow: 0 0 5px rgba(255,130,127, 1);
  border: 1px solid rgba(255,130,127, 1);
}
.login input[type=checkbox] {
  display: none;
}
.login label{
	position:relative;
	cursor:pointer;
	display:block;
	padding-left:40px;
	line-height:20px;
}
.login label::before {
  position:absolute;
  top: 0px;
  left: 0px;
  width:20px;
  height:20px;
  content:'';
  box-sizing:border-box;
  border:1px solid #000;
  background-color:#FFF;
  display:inline-block;
}
/*?`?F?b?N?}?[?N*/
.login input[type="checkbox"]:checked + label::after {
	content:'';
    position:absolute;
	top: 8px;
	left: 3px;
	 
	width: 16px;
	height: 8px;
	margin-top: -8px;
	 
	border-left: 3px solid #ff4747;
	border-bottom: 3px solid #ff4747;
	 
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.login_member .btn{
  width: 420px;
  height: 80px;
  padding-top: 23px;
  margin: 0 auto 26px;
  font-size: 22px;
}
.login_member ul{
  list-style: none;
  font-size: 14px;
  line-height: 32px;
}
.login_member li{
  margin-left: 80px;
}
.login_member li a::after{
  content: '\f054';
  font-family: FontAwesome;
  margin-left: 10px;
}

/* .login_new */
.login_new{
  position: relative;
  float: right;
  width: 580px;
  height: 585px;
  padding-top: 20px;
  border: 5px solid #009944;
  border-radius: 5px;
}
.login_new h3{
  padding-bottom: 12px;
  border-bottom: 2px solid #009944;
  margin-bottom: 10px;
  font-size: 26px;
  padding-left: 70px;
  background: url(https://image.peppynet.com/img/web/pc/login/icon-first.jpg) 27px 0 no-repeat;
}
.login_new p{
  text-align: center;
}
.login_free1{
  color: #ff0000;
  font-size: 24px;
  line-height: 42px;
}
.login_free2{
  color: #ff0000;
  font-size: 34px;
  line-height: 1;
}
.login_new .btn{
  width: 420px;
  height: 80px;
  padding-top: 23px;
  margin: 18px auto 0;
  font-size: 22px;
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.login_new .btn:hover{
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.login_new .login_imgBtm{
	display:none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 570px;
  text-align: left;
}

/* .login_contact */
.login_contact{
  clear: both;
  width: 770px;
  margin: 0 auto;
  padding-top: 40px;
}

.login_new .green_btn{
	display:block;
	text-align:center;
	border-radius:5px;
	text-decoration:none;
	border:1px solid #31bc00;
	background:#31bc00;
	color:#FFF;
}
.login_new .green_btn:hover{
	background:#fff;
	color:#31bc00;
	border: 1px #31bc00 solid;
}