.subject {
  background-color: #eef0ef;
  padding: 30px 88px 73px;
}

.content_wrapper {
  width: 466px;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 1px #e2e2e2;
  padding: 42px 70px;
  position: absolute;
  top: 11%;
  left: 45%;
  transform: translateX(-1%);
}

.content_wrapper h5 {
  color: #4e4642;
  font-size: 18px;
  font-weight: bold;
}

.content_wrapper .my_input {
  margin-top: 29px;
  position: relative;
  border: 1px solid #8e8c8c;
  border-radius: 4px;
}

.content_wrapper .my_input img {
  width: 20px;
}

.content_wrapper .my_input i {
  position: absolute;
  font-style: normal;
  color: #d82824;
  font-size: 12px;
  bottom: -20px;
}

.content_wrapper input {
  width: 340px;
  height: 40px;
  border: none;
  font-size: 16px;
  outline: none;
}

.content_wrapper .code-input {
  width: 160px;
}

.content_wrapper .getcode {
  width: 40%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #8e8c8c;
  font-size: 16px;
  margin-left: 18px;
  cursor: pointer;
  color: #807671;
}

.content_wrapper .my-btn {
  margin-top: 29px;
  text-align: center;
}

.content_wrapper .my-btn button {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  background-color: #999;
  color: #ffffff;
}

.content_wrapper #agreement-input {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 5px 14px 0 0;
  background-color: #fff;
  flex-shrink: 0;
}

.content_wrapper .agreement {
  margin-top: 18px;
  font-size: 14px;
}

.content_wrapper .agreement p {
  font-size: 14px;
  color: #e47e5d;
  cursor: pointer;
}
/* 改版后 */
.card{
	border: none;
	border-radius: 0;
}
.card-img {
	border-radius: 0;
	min-height: 650px;
}
.content_wrapper p{
	color: #4e4642;
	font-size: 20px;
	letter-spacing: 1px;
}
.content_wrapper small{
	font-size: 14px;
	color: #827974;
}
.content_wrapper small span{
	font-size: 14px;
	color: #e68969;
}
.form-check{
	padding-left: 1.3rem;
}
.form-check input{
	width: 16px;
	height: 16px;
}
.form-check label{
	color: #7a716c;
	font-size: 14px;
}
.form-check span{
	color: #eca589;
	font-size: 14px;
}
 input::-webkit-input-placeholder {
       /* placeholder颜色  */
       color: #c6c1be;
       /* placeholder字体大小  */
       font-size: 16px;
	   letter-spacing: 1px;
}
.my-forget span{
	font-size: 14px;
	color: #e68768;
}
.account_login .yanz{
	margin-top: 8%;
}
.account_login .yanz .my_input{
	width: 60%;
}
.yanz{
	margin-top: 29px;
}
.agreement label{
	color: #595757;
}
.agreement span{
	color: #e37354;
}
input{
	outline:none;
}

.verify {
      text-align: center;
}
.verify img{
  cursor: pointer;
}

.verify input{
  width: 250px;
  margin-top: 10px;
  height: 30px;
  padding: 0 7px;
}