@font-face {
	font-family: 'montserratlight';
	src: url('../fonts/montserrat-light.woff2') format('woff2'),
		 url('../fonts/montserrat-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserratmedium';
	src: url('../fonts/montserrat-medium.woff2') format('woff2'),
		 url('../fonts/montserrat-medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserratbold';
	src: url('../fonts/montserrat-bold.woff2') format('woff2'),
		 url('../fonts/montserrat-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



body#inicio {
	font-family: 'montserratlight';
	background: url('../img/fondo.png') #aaa;
	background-size: cover;
	margin: 0;
	font-size: .8em;
}

#inicio #logo {
	position: absolute;
	top: 5%;
	left: 3%;
}
#inicio .wrapper-page {
	width: 100%;
	max-width: 500px;
}
#inicio #wrapper {
	margin-top: calc(50vh - 180px);
}
#inicio .card {
	border-radius: 22px;
}
#inicio h3 .info {
	display: inline-block;
	float: right;
	max-width: 195px;
	margin-top: 6px;
	font-size: .6em;
}
#inicio input {
	padding: 15px;
}
#inicio .btn-block {
	background: linear-gradient(to right, #8D2087, #FD1692);
	padding: 15px 0;
	border: 0;
	border-radius: 10px;
}
#inicio footer.footer {
	background: none;
	box-shadow: none;
	color: #fff;
	font-size: 1.3em;
	position: absolute;
	bottom: 5vh;
	width: 100%;
}


#splash {
	color: #fff;
}
#splash h5 {
	text-transform: uppercase;
	font-family: 'montserratbold'
}
#videoFondo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

.container-fluid {
	padding: 0;
}
.vertical-center {
	height: 100vh;
	min-height: 450px;
	margin: 0;

	display: flex;
	align-items: center;

	position: relative;
}


#logo {
	max-width: 80%;
	width: 220px;
	position: absolute;
	top: 5%;
	left: 4%;

}
.modal-content {
	background-color: rgba(0,0,0,.3);
	color: #fff;
}
.modal-header {
	margin-left: 20px;
	margin-bottom: -20px;
	border: 0;
}
.modal-body {
	padding: 35px;
}
.modal-footer {
	margin: -30px 0 20px;
	border: 0;
}
#inicioSesion h5 {
	font-size: 1.5em;
}
.close, #inicioSesion .close:hover {
	color: #fff;
	text-shadow: 0 1px 0 #ddd;
}
label {
	cursor: pointer;
	width: 100%;
	font-size: 1.2em;
}
label input {
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 10px
}