﻿.password-box {
    display: inline-block;
}

.password-progress {
    height: 2px; /*12px*/
    margin-top: 0px; /*10px*/
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    height: 100%;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.bg-red {
    background: #E74C3C;
    border: 1px solid #E74C3C;
}

.bg-orange {
    background: #F39C12;
    border: 1px solid #F39C12;
}

.bg-green {
    background: #1ABB9C;
    border: 1px solid #1ABB9C;
}
