:root {
    --main-light: #4CEDE5;
    --main-dark: #2CA2A8;
    --main-dark-light: #1B1E1E;
    --main-header-background: #FFFF;
    --main-background: #f8f8f8;
    --main-footer-color: #2CA2A8;

    --sub-1: #00B901;
    --sub-1-hover: #2CA2A8;
    
    --header-text: #FFFF;
    --header-text-active: #4CEDE5 ;

    --main-focus: #2CA2A8;
    --deactivated-bg: #2ca2a83a;

	--main-header-height: 6vw;
	--main-header-height-min: 70px;
  
	--header-height-min: 30px;
	--header-height-max: 70px;
	--header-height: 4vw;
    
}

.signin-container {
    background-image: url(/assets/img/banner.webp);
    background-size: 170%;
    background-position-y: center;
    background-position-x: center;
  }

  .tiling-container {
    /*background-image: url(/assets/img/banner.webp);*/
    background-size: 170%;
    background-position-y: center;
    background-position-x: center;
  }