﻿
.progress-bar-0 {
    background-color: #e33434 !important;
}

.progress-bar-33 {
    background-color: #e39d34 !important;
}

.progress-bar-66 {
    background-color: #d7e334 !important;
}

.progress-bar-100 {
    background-color: #00b864 !important;
}

.progress small {
    position: absolute;
    top: 2px;
    left: 0;
    color: #333;
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    font-weight: 700;
    width: 100%;
    font-size: 16px
}

.progress {
    position: relative;
    text-align: center;
    height: 28px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 4px;
    overflow: hidden;
    display:flex
}

.verified-icon {
    color: #00b864;
    margin-right: 5px;
}

.unverified-icon {
    color: #e33434;
    margin-right: 5px;
}

.passwordSpacing {
    margin-right: 10px;
    font-size: 16px
}

.passwordVerificationIcon {
    width: 20px
}

#passwordValidationDiv {
    margin-bottom: 10px;
    margin-top:10px
}

.passwordVisibility:hover, .confirmPasswordVisibility:hover, .newPasswordVisibility:hover {
    cursor: pointer
}