  /* Import Gotham font (you can replace URLs with your hosted TTF or WOFF if self-hosted) */
  @font-face {
      font-family: 'Gotham';
      src: url('fonts/GothamBook.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'Gotham';
      src: url('fonts/GothamBold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
  }
  @font-face {
      font-family: 'Arial';
      src: url('fonts/Arial.TTF') format('truetype');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'ArialBold';
      src: url('fonts/ArialBold.TTF') format('truetype');
      font-weight: bold;
      font-style: normal;
  }
  /* General reset */
  body,
  table,
  td,
  a {
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  }

  img {
      -ms-interpolation-mode: bicubic;
      border: 0;
      height: auto;
      line-height: 100%;
      outline: none;
      text-decoration: none;
      display: block;
  }

  body {
      margin: 0;
      padding: 0;
      width: 100% !important;
      font-family: 'Gotham', Arial, sans-serif;
      color: #222;
  }

  /* Container */
  .svilanit-login-wrap {
      display: flex;
	  flex-flow: column;
 	  height: 100vh;
      font-family: 'Gotham', Arial, sans-serif;
  }

  .svilanit-login-container {
      margin: 0 auto;
      height:100%;
      display:flex;
      align-items:center;
  }

  .svilanit-login-container-outer {
      width: 1281px;
      max-width: 95%;
      margin: 0 auto;
      padding: 25px 0;
  }

  .svilanit-login-header-inner.svilanit-login-container-outer{
    padding: 0;
  }
  /* Header */
  .svilanit-login-header,
  .svilanit-login-footer {
      background-color: rgba(35, 31, 32, 0.1);
  }

  .svilanit-login-brand {
      text-align: left;
      line-height: 0;
  }

  .svilanit-login-brand img {
      height: 36px;
      display: inline-block;
  }

  /* Title */
  .svilanit-login-title {
      text-align: center;
      font-size: 25px;
      color: #000000;
      font-family: 'ArialBold';
      font-weight: 700;
  }

  /* Card */
  .svilanit-login-card {
    background: #ffffff;
    box-sizing: border-box;
    max-width: 410px;
	margin: 0 auto;
  }


  /* Footer */
  .svilanit-login-footer {
    font-size: 12px;
    color: #8b8b8b;
  }

  .svilanit-login-brand-footer {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #b8b0a7;
  }

  .svilanit-login-btn-icon {
      display: inline;
      vertical-align: middle;
  }

  .svilanit-login-btn-text {
      display: inline-block;
      vertical-align: middle;
      padding-left: 20px;
      max-width: 160px;
  }

  .adsvilanit-wrap {
      font-size: 12px;
      color: rgba(35, 31, 32, 1);
      line-height: 1.5;
  }

  .adsvilanit {
      font-weight: 600;
      margin-bottom: 5px;
  }

  .svilanit-title {
      font-size: 26px;
      margin-bottom:40px;
      text-transform: uppercase;
      color: #000000;
      font-family: 'ArialBold';
      font-weight: 700;
  }

  .login-form {
    width: 100%;
    box-sizing: border-box;
  }

  .login-form label {
    font-family: 'Arial';
    display: block;
    font-weight: 400;
    margin-bottom: 3px;
    font-size: 16px;
    padding-left: 8px;;
    color: #555;
    line-height:1.5;
  }

  .login-form input[type="text"],
  .login-form input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.95rem;
    box-sizing: border-box;
  }

  .login-form input::placeholder {
    color: #aaa;
  }

  .login-form button {
    width: 100%;
    padding: 24px;
    background-color: #CDB278;
    border: none;
    border-radius: 10px;
    color: #000;
       font-family: 'ArialBold';
      font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .login-form button:hover {
    background-color: #b3915c;
  }

  /* Responsive */
  @media screen and (max-width:480px) {

      .svilanit-login-card {
          padding: 18px;
      }

      .svilanit-login-center-text {
          margin-top: 45px;

      }

      .svilanit-login-container-outer {
          display: flex;
          justify-content: center;
      }
      .svilanit-title {
          text-align: center;
          font-size: 18px;
          font-weight: 600;
      }
  }
  
  .order-status label .note {
    display: block;
    font-size: 75%;
    line-height:1.2;
  }
  .message{
    display:none;
  }
  .error-message{
    display:block;
    padding:20px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align:center;
    margin: 25px auto 0 auto;
  }
  