html,
body,
header {
	width: 100%;
	height: 100%;
	font-family: "Open Sans", sans-serif;
	transition: all 0.3s ease-in-out;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	background: url(../FondPage.jpg) no-repeat center center fixed;
	background-size: cover;
}

textarea:focus,
input:focus {
	outline: none;
}

.bgImg {
	background-image: url("https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-371678.jpg");
	background-size: cover;
	display: block;
	filter: grayscale(75%);
	-webkit-filter: grayscale(75%);
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	z-index: -999;
}

.card {
	width: 100%;
	height: 65%;
	border: 0;
	margin-bottom: 150px;
	margin-top: 150px;
	padding: 0px 15px 10px 15px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 5px 6px 20px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 5px 6px 20px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 5px 6px 20px -5px rgba(0, 0, 0, 0.75);
	border-radius: 6px !important;
}

.glowBox {
	background: linear-gradient(135deg, #4ece8e, #00a524);
	margin-top: -40px;
	padding: 20px 0;
	width: 100%;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
		0 13px 24px -11px rgba(115, 103, 240, 0.6);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
		0 13px 24px -11px rgba(115, 103, 240, 0.6);
	border-radius: 6px;
}

.title {
	margin-top: 0.625rem;
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
}

.socialMedia {
	text-align: center;
	margin-top: 1rem;
	padding: 0;
}

.socialMedia i {
	color: #fff;
}

.desc {
	color: #b3b3b3;
	font-size: 14px;
	margin: 0 0 10px;
}

.form {
	display: block;
	width: 100%;
	padding: 0.4375rem 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #bbb;
	background-color: transparent;
	background-clip: padding-box;
	border: 0;
	border-bottom: 1px solid #7c7c7c;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	padding-bottom: 7px;
	margin: 27px 0 0 0;

	&:focus {
		outline: none;
	}
}

input::-webkit-input-placeholder {
	color: #aaa;
}

input:focus::-webkit-input-placeholder {
	color: #67f07e;
}

.form:focus + .underline {
	transform: scale(1);
}

.underline {
	background-color: #00cf6f;
	display: inline-block;
	height: 2px;
	left: 0px;
	margin-top: -4px;
	position: relative;
	top: -18px;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	width: 100%;
}

.btn.btn-primary.btn-link {
    background-color: transparent;
    color: #00cf6f;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    padding: 1.125em 2.25em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .2em;
}



.containerbuttonsumbmit{
    text-align: center;
}

.buttonSubmit{
    background-color: #4ece8e;
    border-width: 0px;
    border-radius: 4px;
    color: white;

    padding-left: 2em;
    padding-right: 2em;

    padding-top: 1em;
    padding-bottom: 1em;

    cursor: pointer;

	margin-bottom: 7%;
};

.linkbottomeconatienr{
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
	justify-content: center;
};
