/* body{
    font-family: sans-serif;
} */
.login_bg{
    background: url(../../images/loginbg.jpg);
    background-position: left;
    background-size: 70% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    background-color: #fff;
}
.switch input
{
  display: none;
}

/* .switch 
{
  display: inline-block;
  width: 50px;
  height: 20px;
  margin: 4px;
  transform: translateY(50%);
  position: relative;
}

.slider
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #777, 0 0 4px #777;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  transition: 0.2s;
}

.slider:before
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #777;
  border-radius: 30px;
  transform: translateX(-30px); 
  transition: 0.2s;
}

input:checked + .slider:before
{
  transform: translateX(30px); 
  background-color: #fe6809;
}

input:checked + .slider
{
  box-shadow: 0 0 0 2px #fe6809, 0 0 8px #fe6809;
} */
#loginform button {
    background: #fe6809;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 12px 22px 9px;
    border-radius: 32px;
    text-transform: uppercase;
    cursor: pointer;
}
#loginform button:focus{
    outline: none;
}
#loginform .forget-pass {
    font-size: 14px;
}
.ongc-title{
    font-size: 60px;
    font-weight: 600;
}
.left-flex-box h3{
    font-size: 20px;
   
}
.left-flex-box{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.right-flex-box{
    height: 100vh;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    padding-bottom: 20px;
}
.unit-box p:last-child{
    color: #fe6809 ;
    font-size: 20px;
    font-weight: 600;
}

/*------ Login 2 Style Start Here ---------------*/
.left-login-flex-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 75%;
    padding: 0 95px 20px 0;
}
.right-login-flex-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    align-items: center;  
}
.height-inherit{
    height: inherit;
}
/*------ Login 2 Style End Here ---------------*/

/*---------- Responsive Css --------------*/
@media only screen and (max-width: 767px) {
    .login_bg {
        background-position: center;
        background-size: cover
    }
    .ongc-title {
        font-size: 30px;
        line-height: 32px;
    }
    .right-flex-box{
        height: unset;
        padding-right: 0;
        padding: 40px 0 0;
    }
    .left-flex-box{
        justify-content: center;
        align-items: center; 
    }
    .unit-box p:last-child{
        font-size: 16px;
    }
  }
  .modal.fade {
    z-index: 99999 !important;
}
