section{
	background: url(../../img/newPortal/bagImg.jpg) no-repeat left center;
    background-size: 100% 100%;
    padding-top:36px;
    padding-bottom:47px;
}
.resetPasswords-section{
	width:1080px;
	min-width: 1080px;
	height:441px;
	margin:0 auto;
	background: #fff;
	box-shadow: 2px 2px 6px rgb(123,148,185);
	padding-top:40px;
	position:relative
}
.section-top{
	width:268px;
	display:flex;
	margin:0 auto;
	position: relative;
	justify-content: space-between;
}
.section-top1{
	width:96px;
}
.default{
	width:36px;
	height:36px;
	text-align: center;
	line-height: 36px;
	color: #00599c;
	border-radius: 100%;
	margin:0 auto;
	border:1px solid #ccc;
}
.pitchOn{
	background: #00599c;
	color: #fff;
	border:1px solid #00599c;
}
.section-top2{
	border-top:1px solid #ccc;
	width:122px;
	position: absolute;
	top:20px;
	left:82px;
}
.formMessage{
	display:flex;
	width:550px;
	margin-bottom:20px;
	margin-left:241px;
}
.formMessage label{
	line-height: 32px;
	padding-right:14px;
	text-align: right;
	width: 150px;
	font-size: 14px;
}
.userRegisterSectioin-div .form_div{
	width:390px;
}
.userRegisterSectioin-div .form_div select,.userRegisterSectioin-div .form_div input{
	width:390px;
	height:32px;
	border:1px solid rgb(153,153,153);
	border-radius: 4px;
	justify-content: center;
	text-indent:10px;
	border-color: rgba(221,221,221,1);
}
.userRegisterSectioin-div .form_div input:focus{
	outline: none;
	border:1px solid rgba(0,89,156,1)
}
.form_flex{
	display:flex;
	line-height: 32px;
}
.form_flex button{
	width: 118px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #333;
    background-color: rgba(204,222,235,1);
    border: 1px solid rgba(158,174,187,1);
    border-radius: 4px;
}
.form_flex button:hover{
	background-color: rgba(179,206,225,1);
}
.form_flex button:focus{
	outline: 0;
}
.submitResetPasswords{
	text-align: center;
	padding-top:16px;
	position: absolute;
	left:50%;
	bottom:60px;
	margin-left:-140px;
}
.submitResetPasswords button:nth-child(2){
	margin-left:13px;
}
.submitResetPasswords button{
	width:130px;
	height:40px;
	text-align: center;
	line-height: 40px;
	border:1px solid #00599c;
	color:#00599c;
	background: #fff;
	border-radius: 4px;
}
.submitResetPasswords button:focus{
	outline: 0;
}
.submitResetPasswords .backColor{
	background:#00599c;
	color: #fff;
}
.formMessage2{
	display:none;
}
