﻿body { padding-top: 0px; }
.form-control { margin-bottom: 10px; }


/* password widget */

.pwdfield
{
    width:100%;
}
.pwdopsdiv
{
    display: block;
    float: left;
    margin-right:6px;	
}
    .pwdopsdiv a {
        font-size: 14px;
        color: #ffffff;
    }

.pwdstrengthbar
{
    float:right;
    background:#cccccc;
    height:4px;
    margin:0;

}

.pwdstrength
{
    float:right; 
    height:20px;
    width:70px;
    margin-top:3px;

}
.pwdstrengthstr
{
    float:right;
    clear:both;
    height:14px;
    margin-top:0px;
    font-size : 10px; 

}