﻿/* 
    Password Strength
*/
.password-strength-progress {
    margin-top: 16px;
    width: 50%;
    max-width: 200px;
    height: 18px;
    border-color: #eaecf5;
    background-color: #eaecf5 !important;
    border-radius: 9px;
}

#password-strength {
    width: 33% !important;
    height: 18px;
    border-radius: 9px;
    background-color: unset;
}

#password-strength.red {
    width: 33% !important;
    height: 18px;
    background-color: red;
}

#password-strength.blue {
    width: 66% !important;
    background-color: blue;
}

#password-strength.green {
    width: 100% !important;
    background-color: green;
}

.input-iti-phone {
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}

.iti__selected-dial-code {
    margin-right: 4px;
    font-weight: bold;
    font-size: 15px;
}