label {
	
}

.input {
	font-family: 'Poppins', sans-serif;
	border: 1px solid transparent;
	width: 15em;
	height: 3.5em;
	padding-left: 0.8em;
	outline: none;
	overflow: hidden;
	background-color: #F3F3F3;
	border-radius: 0px;
	transition: all 0.5s;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #777777;
}
  
.input:hover,
.input:focus {
	border: 1px solid #005CA1;
	box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%);
	background-color: white;
}
  
.input.textarea {
	height: 13em;
	padding-top: 0.8em;
}

.box-style-button {
	display: block;
	width: 100%;
	padding: 15px 15px;
	background-color: #005CA1;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.box-style-button:hover {
	background-color: #777777;
}

.infos-area a {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #777777;
}

.infos-area a:hover {
	color: #005CA1;
}


