.wrapper {
    height: 100vh;
    background: url(../img/bg.png);
    background-size: 100%;
    background-position: center;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
 
  /*whatever width you want*/
}


.overlay {
    background: url(../img/overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}


body {
    font-family: 'Gayathri', sans-serif;
}

.left-section h2 {
    font-size: 6rem;
    color: #fff;
    line-height: 60px;
    padding-top: 30px;
}

.left-section p {
    font-size: 18px;
    color: #fff;
}

.login-wrap {
      background: #4b4e4cd6;
      border-radius: 5px;
      border: 1px solid #6a6d67;
      padding-top: 40px;
      padding-bottom: 65px;
}

.login-wrap  h2 {
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.login-wrap .form-control {
    
width: 80%;
    
margin: auto;
    
height: 50px;
    
background: hsla(75, 5%, 17%, 0.64);
    
border-color: #363833;
    
padding-left: 41px;
    
color: #ffff;
    
background-image: url(../img/icons.png);
    
background-size: 34px;
    
background-repeat: no-repeat;
    
background-position-y: -9px;
    
background-position-x: 5px;
}

.login-btn {
        width: 80%;
    margin: auto;
    background: #63844e;
    color: #fff !important;
    font-size: 22px;
    height: 45px;
    line-height: 37px;
    font-weight: 600;
}

.login-wrap .form-control::placeholder {
color: #969695;
font-size: 18px;
line-height: 45px;

}

input.form-control.password {
    background-position-y: -71px;
    background-size: 30px;
}