body {
	margin: 0;
	padding: 0;
	overflow: auto;
	font: inherit;
	width: 100%;
}
.background-image{
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	z-index: -1;



	background-size:cover;
	width: 100%;
	height: 100%;
	-webkit-filter: opacity(.2);
	filter: opacity(.2);
}
.container-fluid {
	overflow: auto;
	position: relative;
}

#div-login{
	margin-top:10%;
	background-color: rgb(0,0,0,0.2);
	position: relative;
	padding:25px;
	border-radius:5px;

}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.material-icons {
	position: absolute;
	left: 10px;
	top:30px;
	color: #23b1ec;
}
.link {
	position: relative;
	left: 75px;
	top: 44px;
	font-size: 1.5rem;
	transition: background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.link:hover {
	text-decoration: none;
	color: #23b1ec;
	transition: background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.extra {
	font-weight: 200;
}
.logo {
	position: relative;
	top: 4.3rem;
	left: 5.9rem;
}

.logo:hover {
	color: #23b1ec;
}
#header > .logo strong {
    font-weight: 700;
}
.help {
	position: absolute;
	left: 72%;
	top: 50%;
	width: 50px;
	background: none;
  border: 0;
	padding: 0;
	visibility: hidden;
	cursor: default;
}
.help:hover {
	background-color: rgba(255, 255, 255, 0);
	color: #156a8d;
}

#send {
	position: relative;

}
@media (hover: hover){
	.help {
		visibility: visible;
	}


}
