

@media (min-width: 769px) {

    .columns-container {
        position: relative;
        width: 100vw;
        height: 100vh;
        /*overflow: hidden;*/
      }

  .column-section {
    position: absolute;
    display: flex;
    top: 0;
    width: 50%;
    transition: left 0.5s ease;
    justify-content: center;
    align-self: center;
    vertical-align: middle;
    align-items: center;
  }

  #formSection {
    left: 0;
  }

  #imageSection {
    left: 50%;

  }

  .columns-container.reversed #formSection {
    left: 50%;
  }

  .columns-container.reversed #imageSection {
    left: 0;
  }

  .form-box {
    max-width: 500px;
    max-height: 500px;
  }

  .belowform {
    padding-top: 20px;
  }

  .logo-login {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 50px;
  }

}
@media (max-width: 768px) {

    .columns-container {
        position: relative;
        height: 100vh;
        /*overflow: hidden;*/
      }

    .column-section {
        position: absolute;
    display: flex;
    top: 0;
    width: 100%;
    transition: left 0.5s ease;
    justify-content: center;
    align-self: center;
    vertical-align: middle;
    align-items: center;
      }
    
      #formSection {
        left: 0;
      }
    
      #imageSection {
        display : none;
    
      }

      .form-box {
        max-width: 100%;
        max-height: 100%;
      }

      .belowform {
        padding-top: 10px;
      }

      .logo-login {
        display: flex;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 20px;
      }
    
}


  .media-illustration {
    /* The image used */
    background-image: url("/backend/assets/media/background_login_elastiqo_blank.png");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .media-login {
    /* The image used */
    background-image: url("/backend/assets/media/background_login_elastiqo.png");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem
  }

  .sidebar-handle {
    display: none;
  }

  .glass {
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 2rem;
    width: 100%;
  }

  .glass h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
  }

  .field .control input {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 6px;
    padding: 0.75rem;
    color: #fff;
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.3),
    inset -2px -2px 6px rgba(255, 255, 255, 0.1);
  }

  .field .control input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }

  .button.is-glass {
    opacity: 0.8;
    color: #fff;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
  }

  .button.is-glass:hover {
    opacity: 0.4;
    color: #fff;
  }

  .title {
    color: #fff !important;
    opacity: 0.8;
  }

  .inset-text {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6), /* dark inner shadow */
    -1px -1px 2px rgba(255, 255, 255, 0.2);
    /* light bevel highlight */
  }

  .unique-value-propositions{
    color: #13defc;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6), /* dark inner shadow */
  }

  .unique-value-propositions p{
    margin-bottom: 30px;
  }
    @media (min-width: 769px) {
        .unique-value-propositions{
            font-size: 14px;
          }
        
          .unique-value-propositions p{
            margin-bottom: 30px;
          }
          
    }

    @media (min-width: 1100px) {
        .unique-value-propositions{
            font-size: 20px;
          }
        
          .unique-value-propositions p{
            margin-bottom: 30px;
          }
          
    }

    @media (max-height: 850px) {
        .unique-value-propositions{
            font-size: 20px;
          }
          
          .unique-value-propositions p{
            margin-bottom: 30px;
          }
    }

    @media (max-height: 750px) {
        .unique-value-propositions{
            font-size: 16px;
          }
          
          .unique-value-propositions p{
            margin-bottom: 20px;
          }
    }
        @media (max-height: 600px) {
        .unique-value-propositions{
            font-size: 14px;
          }
          .unique-value-propositions p{
            margin-bottom: 15px;
          }

    }

    @media (max-height: 499px) {
        .unique-value-propositions{
            font-size: 12px;
          }
          .unique-value-propositions p{
            margin-bottom: 15px;
          }

    }

    @media (max-height: 399px) {
        .unique-value-propositions{
            font-size: 10px;
          }
          .unique-value-propositions p{
            margin-bottom: 10px;
          }

          .logo-login {
            padding-bottom: 10px;
          }

    }