#login-wrapper{
    background-color: black;
}
#login-container{
background: white;
z-index: 1000;
width: 100%;
overflow: hidden !important;
}


.background{
    height: 100vh;
    background-size: 100% 65%;
            background-repeat: no-repeat;
            background-image: url(/images/banner.png);
            background-position: bottom;
            background-color: #F6F9FC !important;
}

button,  optgroup, select, textarea {
    height: 54px !important;
    border: 1px solid #E8F1F8 !important;
}
.input{
    height: 54px !important;
    border: 1px solid #E8F1F8 !important; 
}

.form-group {
    margin-bottom: 16px;
}

.icon_img{
    margin: 1%;
    float: left;
    Width: 20px;
    Height: 19.88px;
    margin-top: 5%;
}

 .image-holder {
    display: table-cell;
    width: auto;
    background: url('./img/Frame.png');
    background-size: cover
}
.img-fluid-register{
    height: 108vh !important;
}


.img-fluid .img-fluid-forgetpass{
    height: 80vh !important;
}

.body_wrapper {
    padding: 6%;
    padding-bottom: 3%
}

.btn-border {
    border-radius: 10px !important;
}

#login-container .fgt_height {
    height: 97vh !important;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #343a40;
}
.form_header{
    font-style: normal;
    /* font-weight: bold; */
    font-size: 36px;
    line-height: 42px;
}
    .form_header b{
        color:blue ;
    }
.my-1 b{
    color: #007bff ;
}
.card .second_img {
    left: 8.76%;
    top: 15.33%;
    z-index: 9000;
    position: absolute;
}

.card {
    margin-top: 5%;
    border: 0px solid rgba(0,0,0,.125) !important;
    border-radius: 0px;
}

.e_blp_show{
    display: block;
}
.sing_title{
    padding-bottom: .5rem!important;
    line-height:.5;
}
.small_img_left{
    width: 100%;
    float: left; 
}

.small_img_right{
    width: 100%;
    float: left; 
}
.footer {
    position: absolute;
    /* bottom: 3%; */
    left: 0;
    color: #7D899C;
    width: 100%;
  }
  .over_floe{      
    padding-left: 0px;
    padding-right: 0px;
  }

.img-fluid {
    max-width: 87%;
    height: auto;
    position: absolute;
    margin-top: 48%;
    left: 5%;
}

.hr-line span {
    width: 3%;
    float: left;
    padding: 3px;
}
.hr-line hr {
    float: right;
    border: 1px solid #E8F1F8;
    width: 95%
}

@media (min-width: 1200px) {
    .container {
        max-width: 74%;
    }
} 
@media (max-width: 768px) {
   
    .form_header {
        font-size: 22px;
        line-height: 29px;
        }
        .rounded {
            height: 50px;
            }
        .form_header{
            padding-top: 0rem!important;
            padding: 0px;
            margin: 0px;
        }
        .small_img_right {
            width: 70%;
        }
        .small_img_left {
            width: 30%;
        }
        .e_blp_show{
            display: none;
        }
        .sing_title{
            font-size: 22px;
            padding-bottom: 0rem!important;
        }
    .over_floe {
        overflow: hidden;
        height: calc(60vh);
    }
          .footer {
            display: none;
        }
        .icon_img {
            margin-top: 2%;
        }
    .img-fluid {
        max-width: 87%;
        height: auto;
        position: absolute;
        margin-top: 18%;
        left: 5%;
    }

  }