
input{
	margin: 50px 0;
	background: none;
	border-bottom: 2px solid white;
	border-top: none;
	border-left: none;
	border-right: none;
	width: auto;
	height: 30px;
  color: white;
}

input:focus {
	outline: none;
	border-bottom: 3px solid white;
	color: white;
}

::-webkit-input-placeholder {
	color: white;
	font-weight: bold;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: white;
	font-weight: bold;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: white;
	font-weight: bold;
}

:-ms-input-placeholder {
	color: white;
	font-weight: bold;
}

.container > button {
	width: 50px;
	height: 50px;
	background: none;
	border: none;
	position: absolute;
	top: 470px;
	left: 400px;
}

.container > button:focus {
	outline: none;
}

.fas {
	color: white;
	font-size: 2em;
}
