
/*内容*/
.row-bg {
    background-color: #fff;
    padding: 0;
    padding-top: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0;
    margin-left: 0px !important;
}
.Member_information_box{
  padding: 20px 30px 30px 30px;

}
.password_title{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 40px;
}

.phone_number_box{
  overflow: hidden;
  margin-bottom:20px;
}
.asterisk{
  float: left;
  font-size: 16px;
  color: #ff0000;
  margin: 10px 10px 0 0;
}
.number_input_box{
  width: 60%;
  float: left;
  margin-right: 20px;
}
.number_input{
  background-color: #f5f5f5;
  height: 38px;
  border-radius: 4px;
  padding-left: 20px;
  font-size: 14px;
}
.phone_number_txt{
	width: 70px;
  float: left;
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}
.tip{
	color: #ff0000;
	margin-top: 4px;
	display: none;
}
.number_input_box2{
  width: 32%;
  float: left;
  margin-right: 3%;
}
.password-content-box{
  margin-top: 20px;
}
.code{
  background-color: #f5f5f5;
  height: 38px;
  border-radius: 4px;
  padding-left: 20px;
  font-size: 14px;

}
.sent_out_but{
  float: left;
  display: block;
  width: 25%;
  height: 38px;
  background-color: #ef6958;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 4px;
  margin-right: 20px;
}
.sent_out_but:hover{
  color:#fff;
}
/*右边图片*/
.password_img_box{
  margin: 70px 0 0 80px;
}
@media only screen and (max-width: 780px) {

.row-bg{
  padding: 15px;
  padding-bottom: 25px;
}
.Member_information_box{
  padding: 0;

}
.password_title{
  margin-bottom: 24px;
}
}