/* *{
    border: 1px solid red;
} */
html,body{
    height: 100%;
}
.add_bg{
   min-height: 100vh;
   max-height: 300vh;
    /* background-image: linear-gradient(to right top, #0519378c, #004d7a75, #00879341, #00bf734b, #a6eb123a),url('/static/images/MixCollagehr.jpg'); */
    background-image: url('/static/images/unnamed5.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;

}
.blur_layer{
    background-color:rgba(31, 29, 29, 0.308) ;
   
}
.inherit_h{
    height: inherit;
}
.border_white{
    border: 1px solid white;
}
.light_white{
    /* background-color: rgba(255, 255, 255, 0.884); */
    background-color: rgb(163 163 163 / 31%);
border: none !important;
    /* background-color: rgb(29, 29, 151); */
    /* background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf73, #a6eb12); */

    font-size: 13px;
}
.fs_13{
font-size: 13px;


}
.rem_br_rad_end .form-control:focus{
border-color: white;

}
/* .parent_blur{
    filter:blur(1px);
  

} */
.shadow_grey{
    box-shadow: 6px 6px 20px 8px rgba(0, 0, 0, 0.404) ;
}

.shadow_high {
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.514) ;
}
.btn_bor{
    /* border: 2px solid #00bf73ef ; */
    /* border: 2px solid #0c50a1; */
    background-color: #0c50a1;
    color: white;

}

.btn_bor:hover{
    border: 1px solid #00bf73ef ;
    background-color: #0c50a1;
    color: white;
    /* border: 2px solid white; */
    transition: 1.5s all;
    /* transition-timing-function: linear ; */
}
.form-select:focus{
    box-shadow: none;
    border:none;
}


.p_3per{
    padding-top: 3%;
    padding-left: 2px;
    padding-right: 2px;

}







.outline-none{
    outline: none !important;
}

.form-control:focus{
    box-shadow: none !important;
}

.input100 {
    font-size: 15px;
    line-height: 1.5;
    color: #666 !important;
    display: block;
    width: 100%;
    background: #e6e6e6 !important;
    height: 44px;
    border-radius: 25px;
}

.lxt{
    color: #666 !important;
    background: #e6e6e6 !important;


}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #e6e6e6 inset !important;
}




.login100-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 44px;
    border-radius: 10px;
    background: #57b846;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.login100-form-btn:hover {
    background: #333;
}

.fw_600{
    font-weight: 600 !important;
}

.box_sdw10{-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.box_sdw11{-webkit-box-shadow: rgba(0, 0, 0, 0.15) 2.2px 2.2px 2.6px;box-shadow: rgba(0, 0, 0, 0.15) 2.2px 2.2px 2.6px;}