﻿.error {
    color: #ff0000 !important;
}

/*Password*/
.alert-msg-dvdr {
    width: 12%;
}

.alert-warning p {
    color: #003c79;
}

.wrong-icon {
    color: #003c79;
}

.reg-in .fa-eye-slash {
    cursor: pointer;
    color: #bbb;
    margin: 13px 0px 0px -23px;
    position: absolute;
}

.veri-code {
    position: relative;
}

    .veri-code img {
        position: absolute;
        top: 0;
        left: 75px;
    }

    .veri-code input {
        position: relative;
        right: -46px;
        width: 350px;
    }

.validation-popup {
    display: none;
    position: absolute;
    left: 0px;
    z-index: 10;
    width: 250px;
    padding: 10px;
    border: none;
    background: #1f1f1f;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    top: 40px;
}

.pass-level {
    display: block;
    position: absolute;
    right: 0px;
    z-index: 10;
    padding: 8px 15px;
    background: #dd0023;
    color: #fff;
    text-align: center;
    top: 0px;
    font-size: 11px;
    border-radius: 50px;
    font-weight: bold;
}

    .pass-level p {
        margin-bottom: 0px;
    }

.validation-message.invalid {
    color: #ff0000;
}

.validation-message.valid {
    color: #72ff41;
}

.validation-message i {
    margin-right: 5px;
}

.reg-psw {
    position: relative;
}

    .reg-psw input { /* margin:0px auto; */ /* border-radius: 0px; */
    }