#pass-strength-result {
    border-style: solid;
    border-width: 1px;
    margin: 12px 5px 5px 1px;
    padding: 3px 5px;
    text-align: center;
    width: 163px;
    float: none !important;
}
#pass-strength-result.strong,
#pass-strength-result.short {
    font-weight: bold;
}
#pass-strength-result {
    background-color: #eee;
    border-color: #ddd !important;
}

#pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c !important;
}

#pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0 !important;
}
#pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040 !important;
}
#pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c !important;
}
#your-profile .form-table {
     border: 0 !important;
}
#your-profile .form-table th {
    width: 177px !important;
}
#your-profile .form-table th,
#your-profile .form-table td{
    border: 0 !important;
    padding: 4px 0 4px 0 !important;
    vertical-align: top !important;
    font-weight: normal !important;
    text-transform: none !important;
}

#your-profile .form-table input {
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    padding: 6px !important;
    padding: 0.428571429rem !important;
}

#your-profile .form-table td {
    font-size: inherit !important;
    line-height: inherit !important;
    margin-bottom: 0 !important;
}

#your-profile .form-table .description {
    font-size: 87.5% !important;
    color: #666 !important;
}
#your-profile .form-table label { width: auto !important;}
.login p.message, .login p.error  {
    color: #fb7358;
}