<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    font-family: "Lato";
  }
  * {
    margin: 0;
    padding: 0;
    font-family: "Lato";
  }
  @media only screen and (min-width: 300px) and (max-width: 900px) {
    .cardWrapperInner{
      width: 80% !important;
    }
    .captachaWrapper{
      display: block !important;
    }
    .refreshWrapper{
      margin-top: 10px !important;
    }
  }
  .refreshWrapper{
    display: flex;
    justify-content: flex-start;
  }
  .captachaWrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .captchClr{
    filter: invert(1) brightness(185.5) sepia(100%) saturate(9870%)
      hue-rotate(103deg);
  }
  .mainWrapper {
    /* background-image: url("../assets/law-legal-system-justice-crime-concept-scales-black-background-d-render-illustration.jpg"); */
    height: 100vh;
    width: 100%; /* Ensures the background covers the entire width of the container */
    background-size: cover; /* Cover the entire container without distortion */
    background-position: center; /* Center the background image within the container */
    position: relative;
  }
  
  .cardWrapperInner {
    position: absolute;
    /* flex: 1 0 120px; */
    height: auto;
    width: 40%;
    transform: translateY(-50%);
    left: 10%;
    top: 50%;
    border-radius: 16px;
    background-color: #ffffff40;
    backdrop-filter: blur(32px) brightness(110%);
    -webkit-backdrop-filter: blur(32px) brightness(110%);
    box-shadow: 0px 4px 4px #00000010, inset 0px -1px 1px #ffffff20,
      inset 0px 1px 1px #ffffff40;
    transition: all 0.5s ease-in-out;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    overflow: hidden;
  }
  .firstSide {
    width: 100%; /* Set your desired width */
    height: 100%; /* Set your desired height */
    overflow: hidden;
  }
  
  .firstSide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .seconSide {
    text-align: center;
    padding: 30px 40px;
  }
  .seconSide p {
    text-align: left;
    color: #e2dfdf;
    font-size: 14px;
  }
  .seconSide h2 {
    text-align: left;
    font-size: 35px !important;
    font-weight: 600 !important;
    color: #ffff;
    margin-bottom: 20px;
  }
  .seconSide span {
    color: #60f9ff;
  }
  .form-control:focus {
    border: 2px solid #60f9ff !important;
    box-shadow: none !important;
  }
  .form-control {
    color: #282d55 !important;
    border: 1px solid #60f9ff !important;
  }
  .form-control::placeholder {
    color: #414671 !important;
    font-size: 13px !important;
  }
  .inputSection label {
    font-size: 13px;
    font-family: "lato";
    margin-bottom: 6px;
    color: #60f9ff;
  }
  .form-group {
    text-align: left;
  }
  .form-control:disabled,
  .form-control[readonly] {
    background-color: #b5cee7 !important;
    opacity: 1;
  }
  .loginBtn {
      margin-top: 20px;
      width: 100%;
      border-radius: 4px;
      padding: 5px 4px;
      font-size: 13px;
      border: none;
      background: #001A35;
      color: #fff;
    }
    .loginBtn:hover {
      background-color: #062f5a;
      color: #fff;
    }
    .backLogin a{
      text-decoration: none;
      color: #60f9ff;
    }
    .backLogin {
      text-align: center;
      margin-top: 10px;
    }
    .backLogin a:hover{
     
      color: #FFf;
    }</pre></body></html>