
Warning: foreach() argument must be of type array|object, string given in /home/httpd/vhosts/staudenmann.org/stubestream/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 776

/*-----------------------------------------------------------------------------------*/
/*	01.	Custom Logo
/*-----------------------------------------------------------------------------------*/

.login h1 a {
  background-image: url('');
  -webkit-background-size: contain;
  background-size: contain;
  height: px;
  width: px;
}




body.login:after {
	background-color: ;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

body #login {
    z-index: 2;
    position: relative;
}

 
