/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* ===== */
html {
  background: url("madrid-azca01_1280.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	position: relative;
}

#logo {
	position: absolute;
	top: 200px;
	width: 860px;
	left: 50%;
  	margin-left: -430px;
	background-color: #ededed;
	border-radius: 15px;
	border: 6px solid #0d3349;
	padding: 30px;
}

#logo img {

}

#btn-enter {
	position: absolute;
	top: 50px;
	right: 50px;
	background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%);
	border-radius: .5rem;
	box-sizing: border-box;
	color: #FFFFFF;
	display: flex;
	font-size: 16px;
	justify-content: center;
	/* padding: 1rem 1.75rem; */
	padding: 1rem 2rem;
	text-decoration: none;
	/* width: 100%; */
	border: 0;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;

}

#btn-enter:hover {
	background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}
