.nf-error.field-wrap .nf-field-element:after {
    background: #e80000;
    color: #fff !important;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f12a" !important;
    position: absolute;
    top: 3px !important;
    right: -5px !important;
    bottom: 1px;
    z-index: 1;
    height: 52px !important;
    width: 30px !important;
}

.nf-field-container.listselect-container .nf-error.field-wrap .nf-field-element:after {
    background: #e80000;
    color: #fff !important;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f12a" !important;
    position: absolute;
    top: 0px !important;
    right: -5px !important;
    bottom: 1px;
    z-index: 1;
    height: 50px !important;
    width: 30px !important;
}

.nf-pass.field-wrap .nf-field-element:after {
    color: green;
    font-family: FontAwesome;
    font-size: 25px !important;
    content: "\f058";
    position: absolute;
    top: 4px !important;
    right: 0px !important;
    height: 50px;
    line-height: 50px;
    transition: all .5s;
}

.field-wrap.phone-wrap input[type='tel'] {
    margin: 3px !important;
}

form input[name='dev_country_code'] {
    display:block;
}

.iti__country-list {
    z-index: 10 !important;
}

.phone-container .nf-error-wrap {
    color:red;
    
}