<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** FONTS */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;1,400&amp;family=Roboto:wght@300;400;500;700&amp;display=swap');



/* * {
    padding: 0;
    margin: 0;
} */

/* a {
    color: #000 !important;
} */

.register_body {
  background-image: url('../img/ap_bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
}

.login-left {
    /* background: url("https://source.unsplash.com/K4mSJ7kc0As/600x800");
    background-position: center;
    background-size: cover; */
    background-color: #000000;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bg-custom {
    background-color: #000000 !important;
    background-image: linear-gradient(180deg, #000000 10%, #000000 100%);
    background-size: cover;
  }

  .sidebar-dark .sidebar-brand {
    color: yellow !important;
  }

@media(max-width: 991px) {
    .sidebar {
        background-color: #575656 !important;
        backdrop-filter: blur(10px);
    }
}</pre></body></html>