/* a/welcome.css can override in {{docroot}}/a/ */

#welcomeid {
        max-width: 100%;
        max-height: 100%;
	display: block;
        /*display: block;  remove extra space below image */
	/*
        display: grid;
        grid-column : 0/13;
	*/

    }

#welcomeimg {
        /*style='width:100%; height:auto;' border="0" */
        /* max-width: 100%; */
        border: 0;
         /* This is what makes the background image rescale based
             on the container's size */
        background-size: cover;
        opacity: 0.2;
        position: relative; 
        height: auto;
  width: 100%;

}

.welcome_msg {
   position: absolute;
   z-index: 1000;
   background-color: #92AD40;
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
}

.anu {
        color: aliceblue;
}

main {
	padding: 0;
}

article {
	padding: 0;
}

#loginform {
	padding: 2rem;
}
