﻿#phoneNotConfirmed {
    color: red;
    font-weight: bold;
}

#emailNotConfirmed {
    color: red;
    font-weight: bold;
}

#closeVerifyEmailPhoneModal {
    color: white !important;
}

.field-icon {
    float: right;
    position: initial;
    z-index: 2;
    margin-top: -28px;
    margin-right: 5px;
}

#errorMsgCurrentPassword {
    color: red;
    font-size: 13px;
}

.text-border-danger {
    border-color: red;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}

#pswd_info {
    z-index: 1000;
    width: 300px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: left !important;
    display: none;
}

    #pswd_info ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 5px;
    }

    #pswd_info .invalid {
        background: url('../Content/images/cross.png') no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #ec3f41;
    }

    #pswd_info .valid {
        background: url('../Content/images/tick.png') no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #3a7d34;
    }

#confirmPassword_Info {
    z-index: 1000;
    width: 300px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: left !important;
    display: none;
}

    #confirmPassword_Info ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 5px;
    }

    #confirmPassword_Info .invalid {
        background: url('../Content/images/cross.png') no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #ec3f41;
    }

    #confirmPassword_Info .valid {
        background: url('../Content/images/tick.png') no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #3a7d34;
    }
