 /* CSS Document */
*{
margin: 0;
padding: 0;
font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
box-sizing: border-box;
}

.hero{
	width: 500px;
	height: 52vh;
	background-image: linear-gradient(rgba(0,0,0,0.4), #4111a1), url("inkysFSP.jpg");
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	
	
	
	
}

.hero2{
	width: 100%;
	height: 30vh;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	
	
}


form{
	width: 90%;
	max-width: 900px;
	
}

.input-group{
	
	margin-bottom: 10px;
	position: relative;
	
}

input, textarea{
	width: 100%;
	padding: 10px;
	outline: 0;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	font-size: 15px;
	
}

label{
	
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	color: #fff;
	cursor: text;
	transition: 0.2s;
	
}

button{
	
	padding: 10px, 0;
	color: #fff;
	outline: none;
	background: transparent;
	border: 1px solid #fff;
	width: 100%;
	cursor: pointer;
	
}
input:focus~label,
input:valid~label,
textarea:focus~label,
textarea:valid~label{
	top: -35px;
	font-size: 14;
}
.row{
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.row .input-group{
	
	flex-basis: 48%;
	
}
.toast{
	width: flex;
	justify-content: center;
}

h5{
	color:#C45614;
	border: 0px;
	
	background: transparent;
	font-size: 22px;
}

