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


body{
    background-color: #ffffff;
    font-size: 36px;
    padding: 220px 20px 20px 20px;
}

/* HEADER SECTION */
#header-section{
    height: 180px;
    box-shadow: 0px 10px 30px 0px #000000;
	display: flex;
	flex: 90%;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	flex-direction: row;
	align-items: stretch;
}
.header_menu_left{
	padding: 10px 0px 0px 50px;
}
.header_menu_right{
	padding: 10px 50px 0px 0px;
}
.header_section_name{
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
}
/* MENU */
i.top_menu{
	font-size: 30px;
	line-height: 30px;
}
	
/* FORM & FORM FIELDS */
.login_frame{
	height:auto;
	width:80%;
	padding: 40px 20px;
	background-color: #1b7b8e;
	color: #ffffff;
	text-align: center;
	box-shadow: 0px 0px 30px 2px #333333;
}
input[type=text] {
  	width: 80%;
  	padding: 30px 20px;
  	box-sizing: border-box;
	text-align: center;
	font-size: 42px !important;
	margin-bottom: 40px;
}
.login_button{
	width: 80%;
  	padding: 30px 20px;
  	box-sizing: border-box;
	text-align: center;
	font-size: 42px !important;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px 2px #333333;
}
.login_ww_acc{font-size: 42px !important;}
.login_ww_acc a{color:lemonchiffon;}
.login_ww_acc a:hover{color:crimson;}

/* FOOTER SECTION */
#footer-section{
    height: 180px;
    box-shadow: 0px 10px 30px 20px #000000;
}
.footer_section_name{
    font-size: 60px;
    font-weight: 800;
}


