html, body {
    height: 100%;
    background-color: #000;
  }

  .logo {
    max-width: 240px;
  }

  a {
    color: #000;
  }
  a:hover {
    color: #000;
    text-decoration: none;
  }

  h1 {
    color: #FFF;
    font-size: 2.5rem;
  }

  h2 {
    color: #FFF;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .teaser {
    height: 260px;
    background-position: center center;
    background-size: cover;
    background-image: url("img/background.jpg");
  }

  .teaser-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.8);
  }

  .orange-box {
    border: 1px solid #FFAE19;
    border-radius: 3px;
    padding: 0px;
    margin: 10px;
    word-break: break-all;
  }

  .button-login {
    color: #FFAE19 !important;
    width: 100%;
    height: 80px;
    border-radius: 0px;
    padding-top: 18px;
    }

  .continue {
    border-top: 2px solid #222222;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1rem;
  }

  .signout {
    margin-top: 10px;
    font-size: 1rem;
  }

  .icon {
    height: 60px;
    border: 2px solid #555555;
    border-radius: 90px;
    padding: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .profile-pic {
    height: 100px;
    border: 10px solid #000;
    border-radius: 90px;
    margin-top: -50px;
  }

  .desctext {
    color: #FFF;
    font-size: 0.8rem;
    margin-bottom: 40px;
    height: 40px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  .text-number {
    color: #FFAE19;
  }

  .table {
    width: auto;
    margin: 15px;
  }

  .table-name {
    color: #FFAE19;
    font-size: 0.9rem;
    width: 30%;
  }

  .table-value {
    color: #FFF;
    font-size: 0.9rem;
    width: 60%;
  }
