@import url('https://fonts.googleapis.com/css?family=Montserrat:300');

html, body {
  height: 100%;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

* {
  font-family: 'Roboto', 'Roboto Medium', 'Times New Roman', 'Times', 'serif'
}

.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: -10px;
}

.logo.img-responsive {
  margin-bottom: 1rem;
  max-width: 400px;
}

.waves.img-responsive {
  width: 100%;
  overflow: hidden;
  max-width:1200px;
}
