.background {
    background-image: url("/images/boxer-faded.jpg");
    background-repeat: repeat;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  
  .div-center {
    width: 400px;
    height: 400px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 1em 2em;
    border-bottom: 2px solid #ccc;
    display: table;
  }
  
  div.content {
    display: table-cell;
    vertical-align: middle;
  }

  #registrationResult{
    float:right;
  }

  #navbar{
    background-color: rgba(0, 0, 0, 0.5);
    margin-top:13px;
    padding:0px 20px;
  }

  .nav-item{
    padding:15px 7px;
  }

  .nav-item:hover{
    background-color:black
  }

  .navbar-light .navbar-brand,
  .navbar-light .navbar-brand:focus,  
  .navbar-light .navbar-brand:hover{
    color: #f7f4f4;
  }

  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #f7f4f4;
  }

  .container{
    background-color: rgba(195, 211, 224, 0.45);
    margin-top:18px;
    height: fit-content%;
  }

  #blitzContent{
    padding:15px;
  }
