/* Background Image */

body, html {
    height: 100%;
}

.bg-img {
    /* The image used */
    /* background-image: url("/assets/img/ships/loginbckgnd.jpg"); */

    /* Full height */
    height: 100%;

    /* Center and scale the image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Login Page CSS */
.jumbotron {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 50%;
  left:50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  opacity: 0.85;
}
