<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer{
    display: none;
  }
  h1{
  font-size:25px;
  background-color: #222;
  padding: 20px 10px;
  text-align: left-align;
  margin: 0;
  font-family: sans-serif;
  color: #FFF;
  }
  h2{
  font-family: sans-serif;
  }
  body{
  margin: 0;
  }
  .dhub-form {
    padding: 0;
    border-radius: 5px;	
    margin: 0;
    font-family: sans-serif;
    width:100%;
  }
  .erroricon{
    margin: 0px 10px 0px 0px;
    display: inline;
    width: 30px;
  }
  #content{
    position: relative;
    overflow: hidden;
  }
  .dhub-error-top-content{
    padding: 10px 20px;
  }
  .dhub-error-container{
    background: #FFF;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    border-radius: 7px;
    max-width: 472px;
    overflow: hidden;
    animation: popInOut 6s linear forwards;
  }
  
  .dhub-error-header{
    display: none;
  }
  .dhub-error-paragraph-top{
    font-family: sans-serif;
    font-size: larger;
    color: #5c5c5c;
    margin: 5px 0;
    display: inline;
    vertical-align: super;
  }
  
  .dhub-error-paragraph-bottom{
    font-family: sans-serif;
    font-size: 12px;
    color: #8b8b8b
  }
  .dhub-error-loadingbar{
    height: 3px;
    width: 100%;
    background: #ffc5c5;  
  }
  
  .dhub-error-loadingbar-internal{
    width: 100%;
    height: 100%;
    background: #ff3f3f;
    animation: reduceWidth 6s linear forwards;
  }
  
  @keyframes popInOut {
    0%, 100% {
      opacity: 0;
      transform: translateX(100%);
    }
    5%,95% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes reduceWidth {
    0%{
      width: 100%;
    }
    5% {
      width: 100%;
    }
    95% {
      width: 0;
    }
    100%{
      width: 0;
    }
  }
  
  
  .dhub-loginhead, .logintext{
    text-align: start;
    font-family: sans-serif;
    width: 100%;
  }
  
  .dhub-loginhead{
    margin: 0;
    color: #267ae8;
  }
  
  .logintext{
    margin-bottom: 40px;
    color: #272727;
    margin-top: 30px;
  }
  
  .dhub-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color:#267ae8;
    text-align: left;
  }
  
  .dhub-form *{
    box-sizing: border-box;
  }
  
  .dhub-form input[type="text"],
  .dhub-form input[type="password"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
  
  .dhub-submit button {
    background-color: #267ae8;
    color: #fff;
    border: solid 1px transparent;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
    
  }
  
  .dhub-submit button:hover {
    background-color: #fff;
    color: #267ae8;
    border-color: #267ae8;
    font-weight: 400;
  }
  .btn{
    background-color: #00353c;
    color: #FFF;
    text-decoration: none;
    border: solid 1px transparent;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    display: block;
      text-align: center;
      font-size: small;
      font-weight: bold;
  }
  .btn:hover {
    background-color: #fff;
    color: #00353c;
    border-color: #00353c;
    font-weight: 400;
  }
  .dhub-form table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
  }
  
  .dhub-form td {
    display: block;
  }
  
  .dhub-main-container{
    display: flex;
    flex-direction: row;
    height: 90%;
    width: 80%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 1px 0px 18px #0a1523;
  }
  
  .dhub-form-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width:40vw;
    height:100%;
    padding: 0 70px;
    text-align: start;
    box-sizing: border-box;
    background-color: #FFF;
  
  }
  
  .dhub_logo_link{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10%;
  }
  
  .dhub_logo_image{
    width: 40%;
  }
  
  .dhub-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    position: relative;
    z-index: 0;
    background-color: rgb(165 206 255);
    min-height: 710px;
  }
  
  .dhub-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/auth/simplesaml/resources/dhubtheme/imgs/image4.png');
    background-size: cover;
    z-index: -1;
    mix-blend-mode: multiply;
  }
  
  .dhub-image-main-container{
    position: relative;
    overflow: hidden;
    width: 70vw;
    background: rgba(117, 176, 255,0.3);
  }
  .dhub-image-main-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(20px);
    z-index: -1;
  }
  
  .dhub-image-main-container div{
    position: absolute;
    width: 18vw;
    min-width: 32vw;
    border-radius: 20px;
    top: 50%;
    height: 90%;
    overflow: hidden;
  }
  .dhub-image-main-container img{
    object-fit: cover;
    width: 146%;
    height: 140%;
  }
  .dhub-image-front{
    left: -10%;
    transform: translateY(-50%);
    z-index: 3;
    
  }
  .dhub-image-front img{
    object-position: -122px -247px;
  }
  .dhub-image-middle{
    left: 23%;
    transform: scale(70%) translateY(-72%);
    z-index: 2;
  
  }
  .dhub-image-middle img{
    object-position: 76px -16px;
    width: 107%;
  }
  .dhub-image-end{
    left: 48%;
    transform: scale(55%) translateY(-92%);
    z-index:1;
  }
  .dhub-image-end img{
    object-position: 20px -286px;
  }
  .dhub-forgot-password{
    text-decoration: none;
      text-align: center;
      width: 100%;
      display: block;
      color: #267ae8;
      font-size: 0.9em;
  }
  .dhub-forgot-password:hover{
      color: #8bbdff;
  }


  @media ( 971px &lt;= width &lt;= 1490px), (max-height: 557px)  {
    .dhub-image-main-container img {
        object-fit: cover;
        width: 242%;
        height: 140%;
    }
    
    .dhub-image-front img {
        object-position: -380px -284px;
    }
    
    .dhub-image-middle img {
        object-position: 111px -2px;
        width: 107%;
    }
    
    .dhub-image-end img {
        object-position: -205px -367px;
    }
    .dhub-wrapper{
      min-height: unset !important;
    }
    .dhub-wrapper{
      min-height: 100% !important;
    }
    .dhub-form-container{
      padding: 0 34px;
    }
    .dhub_logo_link{
      padding-bottom: 9%;
    }
    .dhub-loginhead{
      font-size: 1em;
    }
    .logintext {
      margin-bottom: 21px;
      margin-top: 11px;
      font-size: 0.8em;
    }
    .dhub_logo_image {
      width: 35%;
    }
    .dhub-form label {
      font-size: 0.8em;
    }
  }

  @media (max-width: 970px), (max-height: 557px) {
    .dhub-form-container{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items:  center;
      width:100vw;
      height:100%;
      padding: 0 17px;
      text-align: center;
      box-sizing: border-box;
      max-height: max-content;
    }
    .dhub-main-container{
      min-height: max-content !important;
    }
    .dhub-image-main-container{
      display: none;
    }
    .dhub-wrapper {
      min-height: 833px !important;
    }
    .dhub-error-container{
      top: 10px;
      right: 5%;
      max-width: 90%;
    }
    .dhub_logo_image {
      width: 25%;
    }
  }
  </pre></body></html>