body {
  /*padding: 50px;*/
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  margin: 0px;
  height: 100%;
}

a {
  color: #00B7FF;
}

.row {
  width: 100vw;
  height: 100vh;
  background-color: lightsteelblue;
  /*background-color: #1e7e34;*/
  background-repeat: no-repeat;
  background-size: 100%;
}

img.logo.img-fluid {
  width: 75%;
  height: 100%;
}

img.success {
  width: 150px;
  height: 110px;
}