#feedback-page {
  text-align: center;
}
#form-main {
  width: 98%;
  padding-top: 20px;
}
#depliant, #depliant-chiaro {
  width: 98%;
  padding-top: 0px;
  padding-bottom: 20px;
}
#depliant h1, #depliant-chiaro h1 {
	font-size: 40px;
	color: #FFFFFF;
	padding: 10px 10px 10px 30px;
	font-weight: 700;
	margin-top: 5px;
	background-color: #FF4D4E;
	margin-top: 10px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-o-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	-ms-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
	border-radius: 3px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	margin-right: 5px;
	overflow: hidden;
	text-transform: uppercase;
}
#form-div {

  width: 100%;
  margin-top: 25px;
  margin-right: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#form-main h1 {
	font-size: 40px;
	color: #FF4D4E;
	font-weight: 300;
	margin-top: 30px;
}
#form-main p, #depliant p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	padding-top: 5px;
	color: #ccc;
	padding-bottom: 5px;
}
#depliant-chiaro p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	padding-top: 5px;
	color: #373737;
	padding-bottom: 5px;
}

.tendina {
	color: #707070;
	padding-bottom:3px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	width: 100%;
}

.feedback-input {
	color: #373737;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #ccc;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 3px;
}
.feedback-input:focus {
	background: #fff;
	box-shadow: 0;
	border: 3px solid #ff4d4e;
	color: #111;
	outline: none;
	padding: 13px 13px 13px 54px;
}
.focused {
	color: #111;
	border: 3px solid #ff4d4e;
}
/* Icons ---------------------------------- */

#name {
  background-image: url(https://www.istitutocappellari.it/concorsi/img/name.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#name:focus {
  background-image: url(https://www.istitutocappellari.it/concorsi/img/name.svg);
  background-size: 30px 30px;
  background-position: 8px 5px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#email {
  background-image: url(https://www.istitutocappellari.it/concorsi/img/email.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#email:focus {
  background-image: url(https://www.istitutocappellari.it/concorsi/img/email.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#comment {
  background-image: url(https://www.istitutocappellari.it/concorsi/img/comment.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

textarea {
  width: 100%;
  height: 150px;
  line-height: 150%;
  resize: vertical;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  background-color: #dedede;
}

#button-blue {
	font-family: 'Open Sans', sans-serif;
	float: left;
	width: 100%;
	border: #ccc solid 2px;
	cursor: pointer;
	background-color: #ff4d4e;
	color: white;
	font-size: 24px;
	padding-top: 22px;
	padding-bottom: 22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 5px;
	font-weight: 700;
	border-radius: 3px;
}

#button-blue:hover {
	background-color: #d12122;
	color: #fff;
}

.submit:hover {
  color: #3498db;
}

.ease {
  width: 0px;
  height: 74px;
  background-color: #fbfbfb;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.submit:hover .ease {
  width: 100%;
  background-color: white;
}