body.page-user-reset .site-content{
	max-width: 800px !important;
}
.page-user-reset #user-profile-form .form-type-password{
	width: 100% !important;
}

.has-error.form-item input[type="text"], 
.has-error.form-item input[type="password"], 
.has-error.form-item input[type="email"], 
.has-error.form-item textarea, 
.has-error.form-item select{
  border-color: #a94442 !important;
}


.page-user-reset #account-pass-restrictions{
  padding-left: 10px;
  margin-top: 20px;
}

ul.requirements-list{
	list-style-type: disc;
  padding-left: 20px;
  font-size: 14px;
  color: #ccc;
}
ul.requirements-list li.checks{
	color: #48beac;
}
#account-pass-restrictions h3{
	display: none;
}

.progress-bar[aria-valuenow="100"]{
  background-color: #48beac;
} 
.form-type-password > label.control-label .label-warning {
  display: none !important;
}