.back-login{
  background-image: url(/assets/images/ondas.png); 
   background-repeat: no-repeat;
   background-position: bottom;
}
body {
  font-family: 'Lato', sans-serif ! important;
}
.text-link{
  text-decoration:none;
  color:#009EF7 ;
}
.btn-login{
  background-color: #009EF7;
  border-color: #009EF7;
}
.show-login{
  position: absolute;
    right: 14px;
    bottom: 45px;
}