﻿.pl-15 {
    color: #DF1616;
    font-weight: bold;
    font-size: 13px;
    padding-left: 20px;
}

#div_popuppassword {
    background-color: #fff;
    max-width: 60%;
    padding: 10px;
    min-height: 10px;
    overflow: auto;
    display: none;
    line-height: 18px;
    border-radius: 4px;
    min-width: 60%;
    position: absolute;
    top: 31%;
    left: 26%;
    box-shadow: 0px 0px 19px 0px #c1c1c1;
}

.retrive_pass {
    float: left;
    color: #fff;
    background: #9290ff;
    border: none;
    outline: none;
    font-size: 11px;
    margin-top: 23px;
    width: 21%;
    text-shadow: none !important;
    text-transform: uppercase;
    margin-right: 10px;
}

    .retrive_pass:hover, .retrive_pass:focus {
        color: #fff;
        background: #6967fb;
    }

.pl-16 {
    font-weight: bold;
    font-size: 13px;
    padding-left: 10px;
    margin-top: 27px;
}

/*OTP CSS STARTS*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.txt_otp {
    width: 30%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.btn_verify_otp {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 30%;
}

    .btn_verify_otp:hover {
        opacity: 0.8;
    }

.otp_label {
    color: #fff;
}

.div_label {
    color: #000;
}
/*OTP CSS ENDS*/

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -35px;
        content: "✔";
    }

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        /*left: -35px;*/
        content: "✖";
    }
/*new css*/
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 1rem;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

#SwfStore_swfstore_0 {
    display: none;
}

.dnone {
    display: none;
}

#aforgetpass_link {
    float: right;
    font-size: 12px;
}

#lblmsg {
    color: Red;
    float: left;
}

#divmsg {
    float: left;
    padding-left: 6px;
}

#divloaddata {
    position: absolute;
    z-index: 14005;
    display: none;
}

#div_popuppassword {
    overflow: initial;
}

#forgetpopup {
    float: right;
    cursor: pointer;
}

#otp_counter {
    color: red;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
    margin-top: 27px;
}

#divresetpwdotp {
    display: none;
    margin-top: 1.8rem !important;
}

#lbl_pass_msg21 {
    margin-top: 33px;
}

#txtoldpass {
    margin-bottom: 6px;
    display: none;
}

#txtnewpass {
    margin-bottom: 6px;
}

#lbl_pass_msg2 {
    margin-top: 33px;
}

#div_new_pass {
    clear: both;
}

#h_new_pass {
    font-size: 15px;
    padding-top: 10px;
    padding-left: 10px;
}

#nav_container {
    width: 60%;
}

#sel_container {
    width: 30%;
    background-color: white;
    border-radius: 10px;
}

#divis_msg2 {
    margin-top: 20px;
}

#divis_msg {
    margin-bottom: 20px;
}

.a-pass {
    color: #0856ab;
    cursor: pointer;
}

.a-pass2 {
    color: #0856ab;
    cursor: pointer;
}

.dblock {
    display: block;
}

.w100 {
    width: 100%;
}

.w0 {
    width: 0%;
}
