/*Change Password*/

.pwd-modal p input,.pwd-modal input.pwd-field{
	width: 90%;
}
.pwd-modal p button{
	width: 93%;
}
.conf-btn{
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#mismatch-msg, #num-characters-msg, #old-pwd-error{
	display:none;
}
.error-msg{
	color:red;
}

/*Reset Password*/
.pwd-reset input{
	width: 88%;
	margin-top:10px;
}
.pwd-reset p{
	margin-top: 25px;
	margin-bottom: 35px;
}
.pwd-reset h4{
	margin-top: 15px;
}
.pwd-reset .conf-btn{
	float: right;
    width: 150px;
	padding: 5px 25px;
	height: 35px;

}
.grey-col{
	color:grey;
	font-style: italic;
}
.conf-btn.continue-btn{
	width: 250px;
}
.success-pwd{
	min-height:250px;
}
.forgot-pwd h4.modal-title{
	font-weight: bold;
}
.forgot-pwd h4{
	font-size: 17.5px;
}
.forgot-pwd p{
	margin-top: 15px;
	margin-bottom: 30px;
}
.forgot-pwd div{
	margin-bottom: 5px;
}
.forgot-pwd input{
	width: 97%
}
.pwd-modal.forgot-pwd  button{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 30px;
}
h3.title-terms-conditions{
	font-size: 28px;
	margin-bottom:10px;
}
