.webform-style-one input{
	border-radius:30px;
	height:60px;
	background:var(--white);
	font-size:16px;
	padding-left:25px;
	padding-right:25px;
}

#newsletter-settings-form{
	padding: 2rem;
	width: 60%;
	margin: 2rem auto;
}
/*#edit-email-perso*/
#newsletter-settings-form input.form-control{
	height: 55px;
	padding: 0 30px;
	box-shadow: 0px 15px 39px 0px var(--dark-blue-color-op10);
	border-radius: 0!important;
	margin-bottom: 1.5rem!important;
	border: 0!important;
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
#newsletter-settings-form {
	font-size:108%;
}