@import url(https://fonts.googleapis.com/css?family=Roboto:300);

html, body {
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif; /*font-family:Arial, Helvetica, sans-serif;*/
	background:#ffffff;
}

/* GUI */
.btn_exit 	{ float:right; width:41px; height:42px; margin-top:5px; margin-right:10px; text-align:right; }
.title 		{ width:100%; margin:20px auto; text-align:center; font-size:20px; }
.title img	{ width:278px; margin:10px auto; display:block; }
.error 		{ display:none; position:absolute; top:0; width:100%; padding:10px 0; border-radius:0 0 5px 5px; text-align:center; color:#fff; background-color:#E74F4F; }

/* LOGIN PAGE */
.login-page 			{ width:360px; padding:8% 0 0; margin:auto; }
.form 					{ position:relative; z-index:1; background:#fff; max-width:380px; margin:0 auto; margin-top:50px; padding:45px; text-align:center; box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); }
.form input 			{ font-family:"Roboto", sans-serif; outline:0; background:#f2f2f2; width:100%; border:0; margin:0 0 15px; padding:15px; box-sizing:border-box; font-size:14px; }
.form button 			{ font-family:"Roboto", sans-serif; text-transform:uppercase; outline:0; background:#4CAF50; width:100%; border:0; padding:15px; color:#FFFFFF; font-size:14px; -webkit-transition:all 0.3 ease; transition:all 0.3 ease; cursor:pointer; }
.form button:hover,
.form button:active,
.form button:focus 		{ background:#43A047; }
.form .message 			{ margin:15px 0 0; color:#b3b3b3; font-size:12px; }
.form .message a 		{ color:#4CAF50; text-decoration:none; }
.form .register-form 	{ display:none; }

/* ENTRADA PANEL */
.panel 				{ width:100%; text-align:center; margin-top:50px; }
.panel_item			{ display:inline-block; width:250px; margin:20px; color:#fff; }
.panel_item:hover 	{ cursor:pointer; opacity:.60; }
.panel_item a 		{ text-decoration:none; color:#fff; }
.panel_item img 	{ width:100%; } /*-webkit-border-top-right-radius:10px; -moz-border-top-right-radius:10px; -webkit-border-top-left-radius:10px; -moz-border-top-left-radius:10px; */
.panel_item span {
	display:flex; align-items:center; justify-content:center; float:left;
	width:100%; height:100px; line-height:20px;
	font-size:18px;
	background-color:#06B6EE; opacity:0.85;
	-webkit-border-bottom-right-radius:10px; -moz-border-bottom-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-bottom-left-radius:10px;
}

/* Item List*/
.list_epis { display:grid; width:100%; margin:0 auto; text-align:center; margin-top:50px; }

/* Button */
.botonlg { background-color:#0079b2; color:#fff; padding:15px; text-decoration:none; -webkit-border-radius:10px;-moz-border-radius:10px;border-width:0px; }
.botontp { margin-left:auto; margin-right:auto; margin-top:60px; }
.button_left { width:33%; float:left; }
.button_center { width:33%; float:left; text-align:center; }
.button_right { width:33%; float:left;text-align: right; }

.npButton1 {
	outline: 0;
	background: #fff;
	width: 350px;
	border: 2 solid #333;
	padding: 15px;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
	margin-top: 10px;
}
.npButton1 img {
    float: left;
    padding-left: 15px;
}
.text_eus{color:#8c8888;}