body {
    background: #193147;
    background: linear-gradient(to right, #193147, #000000);
  }
  
  .card-img-left {
    width: 30%;
    /* Link to your background image using in the property below! */
    background: scroll center url('https://plataforma.lexikon.com.mx/public/img/LEXIKON LOGOTIPO.png')";
    background-size: cover;
  }
  
  .btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
  }
  
  .btn-google {
    color: white !important;
    background-color: #ea4335;
  }
  
  .btn-facebook {
    color: white !important;
    background-color: #3b5998;
  }