.forget {
    width: 100%;
    box-sizing: border-box;
    display: none;
}

.forget2 {
    width: 100%;
    box-sizing: border-box;
    display: none;
}

.title {
    font-size: 20px;
    font-weight: 800;
    color: #161C26;
    margin-bottom: 23px;
}

.phoneNumber {
    position: relative;
}

.phone {
    width: 310px;
    border: none;
    border-bottom: 1px solid #ececec;
    padding: 15px 0;
    line-height: 20px;
    outline: none;
    padding-right: 100px;
    background: transparent;
    box-sizing: border-box;
}

.CodeCon {
    margin-top: 15px;
    position: relative;
}

.CodeCon2 {
    margin-top: 15px;
    position: relative;
}

.imgCode {
    width: 178px;
    border: none;
    border-bottom: 1px solid #ececec;
    padding: 15px 0;
    line-height: 20px;
    outline: none;
    display: inline-block;
    padding-right: 75px;
    box-sizing: border-box;
}

.imgNumber {
    width: 116px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    float: right;
    margin-top: 7px;
    padding-right: 100px;
    box-sizing: border-box;
}

.smsCode {
    width: 310px;
    border: none;
    border-bottom: 1px solid #ececec;
    padding: 15px 0;
    line-height: 20px;
    background: transparent;
    outline: none;
    padding-right: 175px;
    box-sizing: border-box;
}

.sendSms {
    float: right;
    color: #152a87;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
    position: absolute;
    top: 0;
    right: 16px;
    cursor: pointer;
}

.sendSms p {
    border-left: 1px solid #ECECEC;
    padding-left: 13px;
}

.CodeCon .warning {
    top: 17px;
    right: 130px;
}

.CodeCon2 .warning {
    top: 17px;
    right: 95px;
}

.passWordCon, .passWordCon2 {
    position: relative;
    margin-top: 15px;
}

.password, .passWord2 {
    width: 310px;
    border: none;
    border-bottom: 1px solid #ececec;
    padding: 15px 0;
    line-height: 20px;
    outline: none;
    background: transparent;
    padding-right: 120px;
    box-sizing: border-box;
}

.passWordImg {
    width: 16px;
    height: 16px;
    position: absolute;
    padding: 8px;
    right: 10px;
    bottom: 8px;
    cursor: pointer;
    display: block;
}

.passWordCon .warning, .passWordCon2 .warning {
    right: 40px;
}

.next, .nextBtn {
    height: 42px;
    border-radius: 6px;
    border: solid 1px #d4d4d4;
	text-align: center;
    background: #E8E8E8;
	color: #9a9a9a;
	border: solid 1px #d4d4d4;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    margin-top: 36px;
}

.nextBtn:hover{
	transition: all 0.2s ease;
	background-color: #152a87;
	color: #FFFFFF;
}
.next:hover, .nextBtn:hover {
    transition: all 0.2s ease;
	background-color: #152a87;
	color: #FFFFFF;
}

.next {
    display: none;
}

.nextBtn {
    display: none;
}

.register {
    width: 312px;
    margin-left: 70px;
    font-size: 12px;
    color: #24242A;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 20px;
}

.register a {
    color: #152a87;
}
.CodeCon2, .phoneNumber, .passWordCon, .passWordCon2, .CodeCon{
	background-color: #E8E8E8;
	border-radius: 6px;
	padding-left: 16px;
}
