/* 
------------------------------------------ 
Misc. imports
------------------------------------------ 
*/
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,600');*/

/* 
------------------------------------------ 
Font imports
------------------------------------------ 
*/
@font-face {
    font-family: 'DS Indigo Bold';
    src: url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-Bold.woff2') format('woff2'),
      url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'DS Indigo SemiBold';
    src: url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-SemiBold.woff2') format('woff2'),
      url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: block;
  }
  
  @font-face {
    font-family: 'DS Indigo Medium';
    src: url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-Medium.woff2') format('woff2'),
      url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'DS Indigo Regular';
    src: url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-Regular.woff2') format('woff2'),
      url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
  }
  
  /* 
  ------------------------------------------ 
  Globals and mains
  ------------------------------------------ 
  */
  
  :root {
    --primary-color: #191823;
    --primary-hover-color: #983DD8;
    --secondary-color: #E5BEF4;
    --gray: #F3F3F3;
  }
  
  body {
    font-family: "DS Indigo Regular", Helvetica, Arial, sans-serif;
    padding-top: 3rem;

    /*margin: 0;
    padding: 0;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
  }

  * {
	box-sizing: border-box;
	transition: .25s all ease;
    }

  a {
    text-decoration: none;
  }
  
  
  /* 
  ------------------------------------------ 
  Login page body
  ------------------------------------------ 
  */
  
  .loginPageBg {
    height: 100vh;
    /*background: linear-gradient(91deg, #983DD8 1.3%, #005CD3 99.77%) !important;*/ /* Purple to Blueish Indigo */
    /*background: linear-gradient(to right, #89eda0, #5bd7ea);*/ /* Purple to White */
    /*background: url(https://assets.swoogo.com/uploads/full/3375958-657f6c00ac5ee.png) no-repeat center center; */
    /*background: url(https://assets.swoogo.com/uploads/full/3375958-657f6c00ac5ee.png) no-repeat center center;*/
    /*background: url(https://assets.swoogo.com/uploads/full/3394908-658f165f7e8fa.png) no-repeat center center; */
    /*background: url(https://assets.swoogo.com/uploads/full/3394908-658f165f7e8fa.png) no-repeat bottom right;*/
    /*background: url(https://assets.swoogo.com/themes/655e9e7838d9d/momentum+gradient+blue-purple.png) no-repeat bottom center;*/
    
    /*background: url(https://assets.swoogo.com/uploads/full/3394908-658f165f7e8fa.png) no-repeat bottom right;
    background-size: cover;*/

    /*background: url(img/3292602-6567a684e9d74.png) no-repeat center center;*/
    /*background: url(img/docusign_background_shapes.png) no-repeat center center;
    background: url(img/docusign_background_2.png) no-repeat center center;
    background: url(img/docusign_background_3.png) no-repeat center center;*/
    background-size: cover;
  
    /*
    background: url(https://assets.swoogo.com/uploads/full/3377983-6580984ee4abf.png);
    background-position: top right;
    background-repeat: no-repeat;
    */
  
  }
  
  .loginPageBuffer {
    margin-top: 100px;
  }
  
  
  /* 
  ------------------------------------------ 
  Login page header
  ------------------------------------------ 
  */
  
  .loginPageHeader {
    font-family: "DS Indigo Regular", Helvetica, Arial, sans-serif;
    margin-top: 0px !important;
    padding-top: 15px;
    height: 65px;
  }
  
  .loginPageHeader-brand {
    font-family: "DS Indigo Regular", Helvetica, Arial, sans-serif;
  }
  
  #loginPageHeader-spacing {
    margin-left: auto;
    margin-right: 0;
  }
  
  @media (max-width: 768px) {
    .navbar {
        margin-top: 50px !important;
    }
  }

  

  /* 
  ------------------------------------------ 
  Login form - HR dividiers
  ------------------------------------------ 
  */

  .hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
    }
    .hr-sect:before,
    .hr-sect:after {
        content: "";
        flex-grow: 1;
        background: rgba(0, 0, 0, 0.35);
        height: 1px;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 8px;
    }
  /* 
  ------------------------------------------ 
  Login form - Google button
  ------------------------------------------ 
  */

  .loginBtn--google--alignment {
    margin: auto;
  width: 50%;
  }
    .loginBtn {
        box-sizing: border-box;
        position: relative;
        /* width: 13em;  - apply for fixed size */
        margin: 0.2em;
        padding: 0 15px 0 46px;
        border: none;
        text-align: left;
        line-height: 34px;
        white-space: nowrap;
        border-radius: 0.2em;
        font-size: 16px;
        color: #FFF;
      }
      .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
      }
      .loginBtn:focus {
        outline: none;
      }
      .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
      }
      
      
      /* Google */
      .loginBtn--google {
        /*font-family: "Roboto", Roboto, arial, sans-serif;*/
        background: #fe5253;
      }
      .loginBtn--google:before {
        border-right: #BB3F30 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
      }
      .loginBtn--google:hover,
      .loginBtn--google:focus {
        background: #E74B37;
      }


  /* 
  ------------------------------------------ 
  Navbar
  ------------------------------------------ 
  */
  .navbar {
    font-family: "DS Indigo Regular", Helvetica, Arial, sans-serif;
    margin-top: 50px !important;
  }
  
  .navbar-brand {
    font-family: "DS Indigo Regular", Helvetica, Arial, sans-serif;
  }
  
  #navbar-nav-spacing {
    margin-left: auto;
    margin-right: 0;
  }
  
  @media (max-width: 768px) {
      .navbar {
          margin-top: 50px !important;
      }
  }
  
  
  
  /* 
  ------------------------------------------ 
  Footer
  ------------------------------------------ 
  */
  .footer {
    font-family: "DS Indigo Regular", Helvetica, Arial, sans-serif;  
    color: #fff;
    text-align: center;
    padding: 20px 0;
    background-color: #222;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: -10px;
    /*background: url(https://assets.swoogo.com/uploads/full/3375958-657f6c00ac5ee.png) no-repeat bottom left;*/
    /*background: linear-gradient(to right, #89eda0, #5bd7ea);*/
    /*background: url(https://assets.swoogo.com/uploads/full/3292602-6567a684e9d74.png);*/
    /*background-position: bottom right;
    background-repeat: no-repeat;*/
    /*background-size: cover;*/
  }
  
  /*
  #footer-wrap {
    background: url(https://assets.swoogo.com/themes/655e9e7838d9d/glass-fan-thin-transparent+3.svg) top center no-repeat, #1C1927;
    background-size: contain;
    min-height: 1331px;
    padding-top: 45%;
  }
  */
  
  /* 
  ------------------------------------------ 
  Misc. styles
  ------------------------------------------ 
  */
  
  .h3-blue {
    color: #4BE9FF;
    font-family: "DS Indigo Regular", Helvetica, Arial, sans-serif;  
    /*font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;*/
  }
  
  .h3-purple {
    color: #A997FF;
    font-family: "DS Indigo Regular", Helvetica, Arial, sans-serif;  
    /*font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;*/
  }
  
  .two-card-sub {
  
    font-style: normal;
    font-weight: 500;
    line-height: 75px;
  }
  
  .swoogo-svg {
    width: 48px !important;
    height: 48px !important;
    max-width: unset !important;
  }





  /* 
  ------------------------------------------ 
  Main card
  ------------------------------------------ 
  */

  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .inner-left-banner {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  
  .inner-right-banner {
    float: right;
    width: 50%;
    text-align: left; /* Change from right to left */
    padding-left: 10px;
  }
  
  .inner-right-banner ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  .inner-right-banner ul li {
    margin-bottom: 10px;
    text-align: left; /* Ensure the bullet points and links are aligned left */
  }
  
  .inner-right-banner ul li a {
    text-align: left;
    display: inline-block; /* Make sure the links align properly next to the bullets */
  }

  .inner-left-banner, .inner-right-banner {
    align-items: stretch; /* Ensure both sides stretch to the full height */
  }
  
  .clearfix {
    align-items: stretch; /* Ensure flex containers match the content height */
  }
  
  

  .card {
    width: 900px;
    margin-left: -60%;
  }
  

















