body { 	background: wheat; }  p { 	line-height: 1.2; }  #banners { 	width: 936px; 	height: 60px; 	margin: auto; 	margin-top:12px; 	margin-bottom:8px; 	background: none; 	padding-left:  40px; 	padding-right: 40px; 	padding-top: 2px; 	border: 2px solid teal; 	border-radius: 10px; 	display:flex; } .banner_column{ 	flex:25%; 	text-align: center;  	justify-content: center; 	align-items: center; }  #description { 	width: 956px; 	margin: auto; 	margin-top:8px; 	margin-bottom:8px; 	background: none; 	font-size: 18px; 	font-family: calibri, arial; 	text-align: justify; 	color: teal; 	padding-left:  30px; 	padding-right: 30px; 	border: 2px solid teal; 	border-radius: 10px; }  #web_app_login_container { 	background-image: url("images/system/molyvoti.jpg"); 	background-repeat: no-repeat; 	background-position: center;  	width: 1020px; 	height:400px; 	margin:auto; 	border-radius: 10px; }  #web_app_login_form { 	position: relative; 	left: 57px; 	top: 35px; 	width: 240px; 	height: 280px;	 	 	background-color:rgba(200, 200, 200, 0.7); 	border: 2px solid lightseagreen; 	font-size: 18px; 	color: white; 	padding-top:24px; 	padding-bottom:24px; 	padding-left:26px; 	padding-right:26px; 	font-family: calibri, arial; 	font-size: 20px; 	border-radius: 10px; }   #web_app_login_form_guest{ 	margin-top: 8px; 	text-align:center; 	font-weight: bold; } .textboxlabel{ 	font-family: calibri, arial; 	font-size: 20px; 	font-weight: bold; }  input[type=text], input[type=password] {   width: 100%;   padding: 8px 10px;   margin-top: 1px;   margin-bottom: 16px;   display: inline-block;   border: 2px solid lightseagreen;   box-sizing: border-box;   color: teal;   font-family: calibri, arial;   font-size: 20px;   border-radius: 10px; }  #msg_label {   color:red;   font-family: calibri, arial;   font-size: 18px; }  #login_button {   background-color: lightseagreen;   color: white;   padding: 8px 10px;   margin-bottom: 12px;   border: none;   cursor: pointer;   width: 100%;   border-radius: 8px;   font-weight: bold;   font-family: calibri, arial;   font-size: 20px; } #login_button:hover {   background-color: teal; }  #guest_link       { color: teal;  } #guest_link:hover { color: white; }   #footer { 	background-color: teal; 	color: wheat; 	width: 940px; 	font-size: 18px; 	font-family: calibri, arial; 	margin: auto; 	margin-top: 8px; 	padding-left:  40px; 	padding-right: 40px; 	padding-top: 12px; 	padding-bottom: 12px; 	border-radius: 10px; }  .footer_links:link, .footer_links:visited, .footer_links:active { 	font-family: calibri, arial; 	font-size: 20px; 	text-decoration: none; 	color:wheat; } .footer_links:hover { 	color:white; } 