*, ::after, ::before
{
box-sizing: border-box;
}
html, body
{
    margin: 0;
    padding: 0;
		scroll-behavior: smooth;
}
:root
{
    --primary-color:#000;
    --secondary-color: #fff;
    --main-background-color: #fff;
    --black-color-border: #D8E2FF;
    --nav-hover-background: #d2e3fc;
    --active-color: #005AC1;
    --input-border-color: #2B74E2;
    --typing-border: #BFC6DC;
    --plus-color: #a2a2a2;
    --switch-non-active-color: #005ac196;
    --table-bottom-color: #000;
    --pending-color: #FDE5A7;
    --approved-color: #A9DFBF;
    --cancelled-color: #F7BCBC;
    --pending-color-text: #977316;
    --approved-color-text: #17683A;
    --cancelled-color-text: #8D3434;
    --accept-request: #ADC6FF;
    --accept-request-text: #002E69;
    --graph-one-color: #FCE1FF;
    --graph-two-color: #B1D9FF;
    --graph-three-color: #D4DAFF;
    --background-color-index: #80aaff7a;
    --secondary-overlay: #ffffff7d;
}
@font-face {
  font-family: font-regular;
  src: url(/fonts/AvenirNextLTPro-Regular.otf);
}
@font-face {
  font-family: font-light;
  src: url(/fonts/AvenirNextLTPro-It.otf);
}
@font-face {
  font-family: font-bold;
  src: url(/fonts/AvenirNextLTPro-Bold.otf);
}
body
{
    font-family: font-regular;
    color: var(--primary-color);
}
.boxed-up {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
@media (min-width: 280px) {
    .boxed-up {
      max-width: 279px;
    }
}
@media (min-width: 375px) {
    .boxed-up {
      max-width: 340px;
    }
}
@media (min-width: 480px) {
    .boxed-up {
      max-width: 440px;
    }
}
  @media (min-width: 576px) {
    .boxed-up {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .boxed-up {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .boxed-up {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .boxed-up {
      max-width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .boxed-up {
      max-width: 1320px;
    }
  }
  .splash-background
  {
    background: url(../images/index-background-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
  }
  .form-login
  {
    min-height: 400px;
    width: 760px;
    margin: 20px auto;
    position: relative;
    border-radius: 35px;
    border: solid 1px var(--input-border-color);
    padding: 10px;
  }
  .form-login::before
  {
    content: '';
    background: var(--background-color-index);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    filter: blur(10px);
    border-radius: 35px;
  }
  .form-login::after
  {
    content: '';
    background: var(--secondary-overlay);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
    filter: blur(10px);
    border-radius: 35px;
  }
  h1
  {
    color: var(--active-color);
    font-family: font-bold;
  }
  .email-index, .password-index
  {
    min-width: 450px;
    min-height: 50px;
    border: none;
    font-size: 18px;
    border-radius: 10px;
    padding: 0px 10px 0px 50px;
    font-family: font-regular;
    margin: 15px 0px;
    position: relative;
  }
  .forget-password
  {
    text-align: right;
    width: 60%;
    text-decoration: none;
    color: var(--active-color);
  }
  .login-index
  {
    min-width: 450px;
    min-height: 50px;
    border: none;
    border-radius: 10px;
    font-family: font-regular;
    font-size: 18px;
    background: var(--active-color);
    color: var(--secondary-color);
    font-family: font-bold;
    margin: 15px 0px;
    cursor: pointer;
    transition: 0.2s linear;
  }
  .login-index:hover
  {
    opacity: 0.5;
    transition: 0.2s linear;
  }
  header
  {
    text-align: center;
    margin-bottom: 75px;
  }
  header img
  {
    width: 150px;
  }
  .form-relative
  {
    position: relative;
  }
  .user-login
  {
    position: absolute;
    top: 23px;
    left: 10px;
    bottom: 0;
    width: 30px;
  }
  /* .feedback-index
  {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 50px;
    filter: invert(23%) sepia(96%) saturate(1931%) hue-rotate(200deg) brightness(90%) contrast(102%);
  } */
  @media (max-width: 991px) 
  {
    .form-login
    {
      width: 600px;
    }
  }
  @media (max-width: 768px) 
  {
    .form-login
    {
      width: 100%;
    }
    header
    {
      margin-bottom: 15px;
    }
    /* .feedback-index
    {
      padding: 50px 50px 100px 50px;
    } */
  }
  @media (max-width: 575px) 
  {
    .email-index, .password-index
    {
      min-width: 375px;
    }
    .login-index, .forget-password
    {
      min-width: auto;
      width: 100%;
    }
  }
  @media (max-width: 480px) 
  {
    .email-index, .password-index {
      min-width: 300px;
  }
  h1
  {
    font-size: 20px;
  }
  header img {
    width: 110px;
}
  }
  @media (max-width: 480px) 
  {
    .email-index, .password-index
    {
      min-width: auto;
      width: 100%;
    }
  }