
.password-container{
    padding: 0 5px 0 0 ;
}

@media (min-width: 320px) and (max-width: 480px) {

    .password-strength-container{
        margin-bottom: 15px;
    }

}

.password-strength{

    height: 4px;
    border: 1px solid #ccc;
    border-radius: 2px;

}
.week{
    background-color:darkred;
}
.good{
    background-color:darkorange;
}
.strong{
    background-color:darkgreen;
}

@media (min-width: 480px) and (max-width: 720px) {

    .password-strength-container{
        margin-bottom: 15px;
    }

}
.form-group{
    margin-bottom: 0;
}

body{
    background-color: #f7f7f7 !important;
}

