
    .valid {
        color: green;
        font-weight: bold;
    }

    .invalid {
        color: red;
        font-weight: bold;
    }

    .strength {
        height: 0px;
        width: 100%;
        background: #ccc;
        margin-top: -7px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        overflow: hidden;
        transition: height 0.3s;
    }

    .strength span {
        width: 0px;
        height: 7px;
        display: block;
        transition: width 0.3s;
    }

    .color-red {
        background-color: red;
        /* For browsers that do not support gradients */
        background-image: linear-gradient(to right, red, yellow, orange, green);
    }

    .color-yellow {
        background-color: red;
        /* For browsers that do not support gradients */
        background-image: linear-gradient(to right, red, yellow, orange, green);
    }

    .color-orange {
        background-color: red;
        /* For browsers that do not support gradients */
        background-image: linear-gradient(to right, red, yellow, orange, green);
    }

    .color-green {
        background-color: red;
        /* For browsers that do not support gradients */
        background-image: linear-gradient(to right, red, yellow, orange, green);
    }


    .toggle-password
    {
        cursor: pointer;
    }

    .toggle-password, .toggle-password1 {
        position: absolute;
        top: 14px;
        right: 8px;
    }
    .dob_div  select{
        padding: 10px;
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        border-radius: 3px;
        margin: 0 3px;
    }
    .ques-title{
        color: #000;
        margin-bottom: 8px;
        font-weight: 500;
    }
   /* .checkboxall.checkbox_div ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }*/

    