.oswald-300 {
    font-family: 'Oswald', sans-serif;
    font-size: 0.98rem;
    letter-spacing: 0.02em;
    font-weight: 300;
}
.oswald-400 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.18rem;
    letter-spacing: 0.02em;
    font-weight: 400;
}
.oswald-menu {
    font-family: 'Oswald', sans-serif;
    font-size: 1.28rem;
    letter-spacing: 0.03em;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}


.card-img-left {
  width: 45%;
  /* Link to your background image using in the property below! */
  background: scroll center url('https://source.unsplash.com/WEQbe2jBg40/414x512');
  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;
}