.login{background: url(../build/images/login_bg.jpeg)!important;
    background-size: cover!important;
     background-attachment: fixed!important;
      background-position: center !important;

}
.lform{
    font-size:25px!important;
   font-family: 'Source Sans Pro', sans-serif!important; 
   font-weight:600 !important;
   letter-spacing: .25px!important;
    line-height: 1.5!important;
}
.para{
    font-family: 'Source Sans Pro', sans-serif!important; 
font-size:15px!important;
   font-weight:400!important;
   letter-spacing: .45px!important;
    line-height: 1.5!important;
    
}
.btn-loginform{background: #58AB7E!important;
color: #fff!important;
border:none;
}
.btn-loginform:hover{
       color: #fff!important;
       background: #468a65!important;
  }