body {
	height: 100%;
	min-height: 100vh
}

h1 {
	font-size: 1.2em !important;
}

.bg-login {
	min-height: 100vh;
	background: url(../images/bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-transp {
	background-color: rgba(255, 255, 255, 0.8);
}

.bg-transp-2 {
	background-color: rgba(255, 255, 255, 0.9);
}

.font-small {
	font-size: 0.9em;
}


.mail-style {
	background-color: rgba(255, 255, 255, 0.8);
	font-style: italic;
	font-size: 0.9em;
	padding: 1em;
	margin: 10px 0 10px 0;
	border: solid 1px white;
	transition: all ease-in 0.3s;
}

.mail-style:hover {
	background: white;
	cursor: pointer;
	border: solid 1px #ccc;
}

.shadow {
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}


footer {
	background-color: black;
	text-align: center;
	color: white;
	padding: 2em 0 2em 0;

}

footer a {

	color: white;
}
