body {
     font-family: "Rubik", sans-serif;
     background: #155799;
     background: -webkit-linear-gradient(to right, #159957, #155799);
     background: linear-gradient(to right, #159957, #155799);
 }
 .bg-auth {
     background-image: url(../img/cover-pattern.png);
     background-position: center;
     background-size: cover;
     background-color: transparent;
     opacity: 1;
 }
