.loader_div {
    z-index: 1000;
    position: absolute;
    color: white;
    top: 35%;
    left: 44%;
    /* margin-left: -155px;  */
    background-color: transparent;
}

.dis_none {
    display: none !important;
}

.validation_error {
    margin-top: -2%;
    margin-bottom: 2%;
    color: red;
    position: relative;
    float: left;
}

.login_txt {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}

.grad {
    background-image: linear-gradient(35deg, #4B4B95,#eae5e5, #42418D);
    border-radius: 0px;
}

.txt_align_center {
    text-align: center;
}

.text_align_center {
    text-align: center;
}

.row_div {
    margin-bottom: 2rem;
    display: flex;
}

.font_size_25 {
    font-size: 25px;
    ;
}

.padding_top_2 {
    padding-top: 2%;
}

.form-group {
    position: relative;
}

.form-control {
    height: 40px;
}

    .form-control:focus {
        box-shadow: none;
    }

label {
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all .3s;
    color: #999;
    font-weight: normal;
}
/*.form-control:focus~label {
    left: 5px;
    top: -10px;
    background: #fff;
    padding: 0 5px;
    color: #0275d8!important;
}
label.active {
    left: 5px;
    top: -10px;
    background: #fff;
    padding: 0 5px;
}
*/
.form-control:focus ~ label {
    left: 5px;
    top: -10px;
    padding: 0 5px;
    background: #c5c1d2;
    color: #0275d8 !important;
    color: #fff !important;
}

label.active {
    left: 5px;
    top: -10px;
    background: #c5c1d2;
    padding: 0 5px;
    color: #fff;
}


.form-control:focus {
    border: 1.5px solid#0275d8 !important;
}

.input_height {
    height: 45px !important;
}

.btn-primary {
    color: #fff;
    background-color: #5e5d9c !important;
    border-color: #5e5d9c !important;
    width: 100%;
}

.div_with10 {
    max-width: 50% !important;
    margin-left: 17% !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.padding_top_35 {
    padding-top: 7%;
}

.padding_top {
    padding-top: 4%;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    /* height:100%;*/
}

.icon {
    margin-left: 355%;
    margin-top: 3%;
    color: #999;
}

.icon1 {
    /* position: absolute; */
    margin-left: 355%;
    margin-top: 3%;
    color: #999;
}

.span_style {
    position: absolute;
    float: right;
    left: 80%;
    top: 32%;
}

#hide1 {
    display: none;
}

.btn {
    display: inline-block !important;
}

.footer_div {
    background-color: #4B4B95;
    color: #fff;
    padding-top: 1%;
    /* margin-top: 5%;*/
}

.header_div {
    padding-top: 2.5%;
    height: 81px;
    background-color: blueviolet;
    background-image: linear-gradient(60deg, #4B4B95,#eae5e5,#9994c5, #9994c5, #42418D, #42418D,#4B4B95);
    color: #fff;
}

.txt_right_align {
    padding-right: 0px;
    text-align: right;
}

.min-ht {
    min-height: 525px !important;
}

@media screen and (min-width: 400px) and (max-width:767px) {
    .min-ht {
        min-height: 585px !important;
    }
}

@media screen and (min-width: 370px) and (max-width:399px) {
    .min-ht {
        min-height: 518px !important;
    }
}

@media screen and (min-width: 375px) and (height:812px) {
    .min-ht {
        min-height: 660px !important;
    }
}

@media screen and (min-width: 360px) and (max-width:369px) {
    .min-ht {
        min-height: 518px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .validation_error {
        margin-top: -4%;
        margin-bottom: 4%;
        color: red;
        position: relative;
        float: left;
    }

    .footer_div {
        background-color: #4B4B95;
        color: #fff;
        padding-top: 1%;
        /*margin-top: 31%;*/
    }

    .validation .input_height {
        margin-top: 15%;
    }

    .max_width_50 {
        max-width: 50%
    }

    .header_div {
        padding-top: 4.5%;
    }

    .loader_div {
        z-index: 1000;
        position: absolute;
        color: white;
        top: 35%;
        left: 30%;
        /* margin-left: -155px;  */
        background-color: transparent;
    }

    .div_with10 {
        max-width: 70% !important;
        margin-left: 0% !important;
    }

    .hr_width {
        width: 50%;
    }

    .padding_top_35 {
        padding-top: 10%;
    }

    .padding_top {
        padding-top: 10%;
    }

    .div_with1 {
        max-width: 15%;
    }

    .div_with10 {
        max-width: 70%;
    }

    .div_with3 {
        max-width: 33.33%;
    }

    .div_width {
        max-width: 70%;
    }

    .dis_none {
        display: none !important;
    }

    .row_div {
        margin-bottom: 2rem;
        display: flex;
    }

    .icon {
        margin-left: 55%;
    }

    .icon1 {
        margin-left: 55%;
    }
}
