/* CSS Document - mob.onzemoestuin.nl */
/* Version: 1.0 */
/* Date: 	20-02-2025 */

/* Base: */

body{
	background-color: antiquewhite;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 22px;
	padding: 70px 20px 20px 20px;
}
.center{
	margin: auto;
}

/* HEADER SECTION */
#header-section{
	width: 100%;
	height: 50px;
	background-color: #1b7b8e;
	text-align: center;
	color: #ffffff;
	position: fixed;
  	top: 0px;
  	right: 0px;
	left: 0px;
	box-shadow: 0px 2px 10px 2px rgba(25, 42, 61, 0.53);
	display: flex;
	flex: 100%;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	flex-direction: row;
	align-items: stretch;
}
.header_menu_left{
	padding: 10px 0px 0px 20px;
}
.header_menu_right{
	padding: 10px 20px 0px 0px;
}
.header_flex{
	
}
.header_section_name{
	font-size: 32px;
	font-weight: 800;
	text-align: center;
	flex-grow: 6;
	flex-basis: 60%;
}
/* MENU */
i.top_menu{
	font-size: 30px;
	line-height: 30px;
}

/* APP CONTAINER 7 CONTENT */
#app_container{
	width= 100%;
	padding: 10px;
}

/* FORM & FORM FIELDS */
.login_frame{
	height:auto;
	width:300px;
	padding: 20px;
	background-color: #1b7b8e;
	color: #ffffff;
	text-align: center;
	box-shadow: 0px 0px 10px 2px #000000;
}
input[type=text] {
  	width: 80%;
  	padding: 12px 20px;
  	margin: 0px 0px 10px 0px;
  	box-sizing: border-box;
	text-align: center;
}
.login_user_big{
	font-size: 100px !important;
}
.login_button{
	width: 80%;
  	padding: 12px 20px;
  	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px 2px #000000;
	background-color: #25a7c1;
}
.login_ww_acc{font-size: 18px;}
.login_ww_acc a{color:lemonchiffon;}
.login_ww_acc a:hover{color:crimson;}

/* FOOTER SECTION */
#footer-section{
	width: 100%;
	height: 50px;
	background-color: #1b7b8e;
	text-align: center;
	color: #ffffff;
	position: fixed;
  	bottom: 0px;
  	right: 0px;
	left: 0px;
}
.footer_section_name{
	font-size: 32px;
	font-weight: 800;
}

