.password-above{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.label-above-password{
    margin-bottom: 5px !important;
}

.label-below-password{
    margin-top: 0px !important;
}

.hidden {
  display: none;
}

.pwdOuterDivStyle {
  overflow: hidden;
  padding-top: 1px;
}

.pwdInnerDivStyle{
    float: left;
    padding-bottom: 3px;
    margin-bottom: 2px;
    padding-top: 6px;
    margin-top: 8px !important;
    margin-right: 5px !important;
}

.pwdLabelStyle{
  float: right;
  padding-left: 4px;
}

.pwdLabelStyleCreateUser {
  padding-top: 2px !important;
}

.pwdLiteralMargin {
  margin: 0px;
  padding: 0px;
}

.pwdBlank {
    background-color: #f2f2f2;
    width: 0%;
}

.pwdStrengthBar {
    color: #409f52;
    background-color: #409f52 !important;
    width: 100% !important;
}

.pwdFairBar {
    color: #ed8b00;
    background-color: #ed8b00 !important;
    width: 66% !important;
}

.pwdWeakBar {
    color: #9a402b;
    background-color: #9a402b !important;
    width: 33% !important;
}

.borderStyle {
  border-collpase: seperate;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px;
}
