body {
  background-image: url('/img/background_login.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.row {
  margin-top: 30px;
  min-height: 420px;
  max-height: 420px;
}

.login.column {
  min-width: 350px;
  background-color: #ffffff;
}

.login.column h2 {
  padding-top: 30px;
}

.login.column .divider {
  border-color: rgb(187, 0, 0) !important;
}

.basic.button {
  margin-top: 15px;
}

.footer {
  background-color: rgba(255, 255, 255, 0.2);
}
