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

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

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

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

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

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

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

.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: 13px;
  cursor: pointer;
  color: #5b5959;
}

.content_wrapper .my-btn {
  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: #d82824;
  color: #ffffff;
}

.content_wrapper .choose {
  margin-top: 21px;
  text-align: center;
}

.content_wrapper .choose span {
  color: #928a85;
  font-size: 16px;
  cursor: pointer;
}

.content_wrapper .choose span:first-child {
  padding-right: 26px;
}

.content_wrapper .choose span + span {
  padding-left: 26px;
  border-left: 2px solid #8e8c8c;
}

.content_wrapper .choose span.active {
  color: #000;
}

.content_wrapper .option a {
  color: #4e4642;
  font-size: 16px;
}

.content_wrapper .option span {
  padding-left: 5px;
}

.content_wrapper .option div {
  padding-left: 58px;
}

.content_wrapper .option div a + a {
  padding-left: 11px;
}

.content_wrapper .code_login {
  display: none;
}

.content_wrapper .code_login a + a {
  margin-left: 210px;
}
/* 改版后*/
.card{
	border: none;
	border-radius: 0;
}
.card-img {
	border-radius: 0;
	min-height: 600px;
}
.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;
	letter-spacing: 1px;
}
 input::-webkit-input-placeholder {
       /* placeholder颜色  */
       color: #c6c1be;
       /* placeholder字体大小  */
       font-size: 16px;
	   letter-spacing: 1px;
}
.my-forget span{
	font-size: 14px;
	color: #e68768;
	letter-spacing: 1px;
}
.yanz{
	margin-top: 8%;
}
.yanz .my_input{
	width: 60%;
}
input{
	outline:none;
}

.verify {
  text-align: center;
}

.verify img {
  cursor: pointer;
}

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