#password_instructions_container .password-instruction-header{
  font-size: 16px;
  color: #0099dd;
  cursor:pointer;
  font-size: 16px;
}

#password_instructions_container .password-ins-body-header{
  font-size: 14px;
  font-weight: bold;
}
#password_instructions_container .password-ins-body{
  background-color: #f4f4f4;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
}

.popup-change-password #password_instructions_container .password-instruction-header {
  margin-left: 10px;
}

.popup-change-password #password_instructions_container .password-ins-body {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 30px;
  padding-right: 20px;
  width: 355px !important;
}

.disclaimer-change-password #password_instructions_container .password-ins-body {
  margin-left: -14px;
  padding-left: 14px;
  padding-right: 14px;
}

#password_instructions_container .req-checkbox-default{
  width: 15px;
  height: 15px;
  padding: 0;
  background: white;
  border-radius: 50px;
  float: left;
  margin-top: 4px;
  margin-right: 3px;
  font-size: 16px;
}

#password_instructions_container .background-red{
	background-color: red;
}
#password_instructions_container .background-green{
	color: #66BB44;
  background-color: transparent;
}
#password_instructions_container .background-black{
	background-color: black;
}
.pd-left-10{
  padding-left: 10px;
}
.ui-body-c .req-checkbox-default {
  font: normal normal normal 14px/1 'DefaultKit';
}

@media (max-width: 480px) {
  .lable-media-width-90-pc{
    width: 90%;
  }
}
