/*忘记密码*/
.forget-grid{
	display: flex;
	justify-content: center;
	min-height: 500px;
}
input[type=text],
input[type=password],
input[type=email] {
	width: 100%;
	padding: 12px 16px;
	margin: 16px 0 25px 0;
	display: block;
	border: 1px solid #c8c3cf;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4F4659;
	outline: none;
	transition: box-shadow 0.25s ease-in-out, background-image 0.25s;
	line-height: 24px;
}
.forget-grid:-webkit-input-placeholder {
	color: #00A988;
}

.forget-grid-ms-input-placeholder {
	color: #00A988;
}

.forget-grid:placeholder {
	color: #00A988;
}
.forget-wrap{
	width: 450px;
}
.top-img{
	margin: 65px 0 80px 0;
	text-align: center;
}
.login__button[type="submit"]{
	outline-color: #734E96;
	width: 100%;
	border: none;
	background-color: #FFD900;
	padding: 13px 17px;
	color: #0A301C;
	border-radius: 0.25rem;
	font-size: 20px;
	cursor: pointer;
	transition: box-shadow 0.25s ease-in-out, background-color 0.3s;
	font-weight: bold;
	text-align: center;
	display: block;
}
input[type=checkbox],
label {
	margin-right: 4px;
	cursor: pointer;
	outline-color: #B595D4;
  border-radius: 100%;
}
.mt-5{
	margin-top: 50px;
}
.login__button:hover {
	background: #ffcc00;
}

.login__button:active {
	background: #ffcc00;
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.input-pos{
	position: relative;
}
.input-pos .error{
	position: absolute;
	top: 52px;
	left: 0;
	font-size: 12px;
}
.top-tips{
	margin: -30px 0 0 0;
	text-align: center;
}
.reset-success{
	margin: 70px auto 70px auto;
	width: 700px;
	text-align: center;
}
.success-img{
	
}
.sucess-tips{
	color: #00A988;
	font-size: 25px;
	margin: 25px 0 15px 0;
	font-style: italic;
}
.success-msg{
	color: #3A3A3A;
	margin: 0 0 70px 0;
	font-size: 20px;
}
.success-btns{
	display: flex;
	justify-content: space-around;
}
.success-btns a{
	background: #0CD170;
	line-height: 50px;
	display: block;
	width: 45%;
	color: #FFFFFF;
	border-radius: 5px;
	font-size: 22px;
	font-weight: bold;
}
.login__button[type="submit"].mt80{
	margin: 80px 0 0 0;
}
.show-password{
	margin: 0 0 34px 0;
}
