
.main_cont {
    /* overflow: hidden; */
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../../images/pills.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .main_cont::before{
      content: '';
      background-color: rgba(0,0,0,0.5);
      width: 100%;
      height: 100%;
      position: absolute;
  }
  
  /* img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  } */
  
  .log_cont {
    /* position: relative; */
  }

  .popup{
      z-index: 99;
  }



.login-container{
    width: 480px;
    background-color: #2F2F31;
}
.header{
    background-color: #0039c6;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 25px;
    letter-spacing: 1px;
}
.wrap{
    padding: 25px 40px 0px 40px;
    text-align: center;
}
.group{
    position: relative;
    padding: 15px;
    width: 100%;
}
.group .fa{
    color: white;
    color: #0039c6;
    /* width: 15%; */
    /* left: 5px; */
    position: absolute;
    padding: 15px;
    
}
input{
    background-color: #fff;
    border-color: transparent;
    display: inline-block;
    height: 43px;
    width: 80%;
    outline: none;
    color: black !important;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 0 0 0 45px;
    font-family: "Lato", sans-serif;
}

.btn_flex{
    display: flex;
    justify-content: right;
    align-items: center;
}

.btn_flex button{
    border-color: transparent;
    padding: 5px 35px;
    font-family: "Lato", sans-serif;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bolder;
    background-color: #0039c6;
    cursor: pointer;

}
.footer{
    height: 40px;
    /* background-color: #424242; */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .text-danger{
    color: #c0392b;
}