@font-face {
	font-family: fontmain; 
	src: url(LOGO.ttf);
}
@font-face {
	font-family: fontbanner; 
	src: url(Agrandir-TextBold.otf);
}
@font-face {
	font-family: fontbannerp; 
	src: url(Agrandir-Regular.otf);
}
body {
	background-color: black;
	margin: 0;
	padding: 150px 0 0 0;
	background-image: url('img/bg1.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	display: grid;
	min-height: 82vh;
	grid-template-rows: 1fr auto;
}
.contenedor {
	display: flex;
	flex-direction: row;
	min-widht: 100%;
}
.header {
	background-color: #f1f1f1;
	overflow: hidden;
	padding: 15px 90px 15px;
	filter: opacity(0.7);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: fixed;
	top: 25px;
	width: 100%;
	z-index: 999;
}
.header a {
	font-family: fontmain;
	font-size: 60px;
	text-align: center;
	text-decoration: none;
	color: #2F375E;
	float: left;
	padding: 6px 12px;
	border-radius: 4px;
}
.header a:hover {
	background-color: #ddd;
}
.banner {
	flex:1;
	font-family: fontbanner;
	line-height: 85%;
	padding: 10% 5%;	
	font-size: 120px;
	color: white;
	-webkit-text-stroke: 2px white;
}
.banner span {
	font-family: fontbannerp;
	font-size: 28px;
	margin-left: 25px;
	line-height: 150%;
	-webkit-text-stroke: 0px white;
}
.login {
	flex:1;
	font-family: fontbannerp;
	font-size: 24px;
	padding: 10% 5%;	
	color: white;
}
footer {
	font-family: fontbannerp;
	text-align: center;
	display: block;
	color: white;
	padding: 15px 60px 30px 60px;
	width: calc(100% - 120px);
	font-size: 24px;
}
footer span {
	margin-left: 50px;
	margin-right: 50px;
	display: inline-block;
}
footer i {
	transform: scale(1.2, 1.2);
	margin-left: 15px;
	margin-right: 15px;
}
footer a{
	color: white;
	text-decoration: none;
}
.Input {
	background: inherit;
	background-color:transparent;
	border-color: white;
	border-style: solid;
	border-width: 3px;
	font-size: 24px;
	margin: 0;
	padding: 5px;
	width: 300px;
	color: white;
	border-radius: 15px;
}
.Table {
	font-size: 24px;
	color: white;
}
.Button3 {
	background: inherit;
	background-color:transparent;
	font-size: 24px;
	border-color: white;
	border-style: solid;
	border-width: 3px;
	border-radius: 15px;
	padding: 5px;
	width: 200px;
	cursor: pointer;
	color: white;
}
@media only screen and (orientation: portrait) {
	.header {
		text-align: center;
		padding: 15px 0 15px;
	}
	.header a {
		float: none;
		font-size: 36px;
	}
	footer {
		font-size: 14px;
		padding: 15px 0px 30px 0px;
		width: calc(100% - 0px);
	}
	footer span {
		margin-left: 2%;
		margin-right: 2%;
	}
	.contenedor {
		display:flex;
		flex-direction: column;
		min-height: 50%;
		min-widht:70%;
	}
	.login {
		padding: 5% 0;	
	}
	.banner {
		padding: 10% 0 5%;	
		font-size: 64px;
	}
	.banner span {
		font-size: 18px;
		margin-left: 10px;
	}
	.Input {
		font-size: 18px;
		width: 240px;
	}
	.Button3 {
		font-size: 18px;
		width: 150px;
	}
	.Table {
		font-size: 18px;
	}
}
@media screen and (max-width: 1200px) {
	body {
		padding: 100px 0 0 0;
	}
	.header {
		padding: 15px 0 15px;
	}
	.header a {
		font-size: 36px;
	}
	footer {
		font-size: 14px;
		padding: 15px 0px 20px 0px;
		width: calc(100% - 0px);
	}
	footer span {
		margin-left: .5%;
		margin-right: .5%;
	}
	footer i {
		margin-right: 5px;
	}
	.banner {
		padding: 10% 0 5%;	
		font-size: 64px;
	}
	.banner span {
		font-size: 18px;
		margin-left: 10px;
	}
	.login {
		padding: 5% 0;	
	}
	.Input {
		font-size: 18px;
		width: 240px;
	}
	.Button3 {
		font-size: 18px;
		width: 150px;
	}
	.Table {
		font-size: 18px;
	}
}