#sign-in-div {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 20px;
    /* margin: 0 auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 20%;
  }
  #sign-in-div h2{
    text-align: center;
  }
  #footer {
    position: fixed;
    left: 10px;
    bottom: 0;
    width: 100%;
    text-align: left;
  }
  body {
    background-image: url("images/DrumTecSarah_50.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  /* Make the button width the same as the input fields */
  button {
    width: 100%;
  }
  /* Make the background and the search bar (form-control) 80% (opacity: 0.8) transparent */
  .bg-body, .form-control {
  opacity: 0.9;
  }