#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
}
.login_page {
    padding:50px 0;
}
.hero_img_area {
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 767px) {
.brudcrumb {
    padding: 25px 0 !important;
}
.brudcrumb h2 {
    font-size: 25px !important;
    margin: 0px;
}

}