/**
 * Developed by Stack [stackagency.co.uk]
 * Copyright (C) 2025 Stack Communications Ltd. All rights reserved.
 * https://licensing.stackagency.co.uk/licenses/susdl.html
 */
/*
|-------------------------------------------------------------------------------
| Master SASS file - App.css
|-------------------------------------------------------------------------------
|
| NOTE:
|
|   - Other CSS / Sass may also be loaded in the project's Gulp file.
|
|   - You MUST be using sassGlob (https://www.npmjs.com/package/gulp-sass-glob)
|     in the project's Gulp file in order to use glob patterns when we're
|     importing the Stack custom components, modules, etc.
|
*/
/*
|-------------------------------------------------------------------------------
| Variables
|-------------------------------------------------------------------------------
|
*/
/*
|-------------------------------------------------------------------------------
| Logo
|-------------------------------------------------------------------------------
|
*/
.logo {
  display: block;
  width: 266px;
  height: 143px;
  margin-bottom: 75px; }

/*
|-------------------------------------------------------------------------------
| Page
|-------------------------------------------------------------------------------
|
*/
html {
  display: block;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Lato', Arial, sans-serif;
  background: #1D1D1B; }
  body .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 266px;
    max-width: 266px;
    height: auto; }

/*
|-------------------------------------------------------------------------------
| Typography
|-------------------------------------------------------------------------------
|
*/
h1 {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase; }

/*
|-------------------------------------------------------------------------------
| Position
|-------------------------------------------------------------------------------
|
*/
/* Base mobile first styles */
/* 576px */
/* 768px */
/* 992px */
/* 1200px */
/* 1400px */
