@media only screen and (min-width: 600px){

  
      
}

@media (min-width: 768px) {
  .register-card {
    padding: 3rem 3.5rem;
  }
}



@media only screen and (min-width: 992px) {

  .app-sidebar-toggle {
    display: none;
  }

  .bg-navbar-nav{
    border: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
    backdrop-filter: blur(2px);
  }

  .container-navbar{
    --bs-gutter-x: 1.5rem;
  }

  .card-img-top{
  height: 300px;
}
    
}


@media (max-width: 991px) {
  .app-sidebar {
    transform: translateX(-100%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  }
  .app-sidebar.app-sidebar-open {
    transform: translateX(0);
  }
  .app-main {
    margin-left: 0;
  }
  .app-sidebar-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1030;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }
  .app-sidebar-backdrop-show {
    opacity: 1;
    pointer-events: auto;
  }
  .app-topbar-search {
    max-width: none;
  }
}





@media only screen and (min-width: 1239px) {
 



  }


















  
  






