.ms85-retrievePassword-body{
	width: 1200px;
	margin: auto;
	background-color:#EDEDED ;
	margin-top: 90px;
	margin-bottom: 100px;
}
.ms85-retrievePassword-body-outbox{
	width: 520px;
	margin: auto;
	padding-top: 45px;
}
.ms85-retrievePassword-body-outbox-top{
	display: flex;
	width: 100%;
	align-items: center;
	padding-left: 20px;
	box-sizing: border-box;
}
.ms85-retrievePassword-circle{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background-color:#FCFCFC ;
	font-size: 16px;
	color: #444;
	font-weight: 600;
}
.ms85-retrievePassword-line{
		width:185px;
		height: 4px;
		background-color: #fff;
		border-radius: 2px;
		margin:0 5px;
}
.ms85-blue-bb{
		background-color:#1D9AD5 ;
		color: #fff;
}
.ms85-retrievePassword-body-outbox-text{
	margin-top: 15px;
	display: flex;
	font-size: 16px;
	color: #333;
}
.ms85-rp-milde{
	margin-left: 165px;
	margin-right: 175px;
}
.ms85-retrievePassword-form{
	width: 80%;
	min-height: 200px;
	margin: auto;
	margin-top: 75px;
	padding-bottom: 65px;
}
.ms85-retrievePassword-form-layer{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	/* border:1px solid red; */
	justify-content: flex-end;
}
.ms85-retrievePassword-layer-left{
	display: flex;
	font-size: 15px;
}
.ms85-retrievePassword-layer-right{
	width: 315px;
	height: 40px;
	margin-left: 10px;
	display: flex;
}
.ms85-retrievePassword-layer-right-input{
	width: 100%;
	height: 100%;
	outline: none;
	border:1px solid #ccc;
	border-radius: 3px;
	padding-left: 10px;
	box-sizing: border-box;
}
.ms85-retrievePassword-code{
	width: 180px;
	height: 40px;
	border: 1px solid #1D9DD7;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin-left: 20px;
	background-color: #fff;
}
.ms85-retrievePassword-layer-submit{
	width: 100%;
	background-color:#1D9DD7 ;
	color: #fff;
	border-radius: 4px;
	outline: none;
	border: none;
	cursor: pointer;
}
.ms85-red-color{
	color: red;
}
.ms85-blue-color{
	color: #179AD7;
}