body {
    margin: 0;
    padding: 0;
    height: 100vh;
}

#rh24-container {
/*   height: 100%; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#rh24-container iframe {
    height: 100%;
}

.css-1udj771-navbar-logoContainer {
    width: 100%; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
  }


  .auth0-lock-overlay {
    background: url('https://rhodium24.io/assets/bg_metal_tekening-S8lyPVn2.png') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
  }

  /* Optional: Remove white box background */
 // .auth0-lock-center {
//    background-color: "red !important";
 // }
