html{    background:url(http://thekitemap.com/images/feedback-img.jpg) no-repeat;
  background-size: cover;
  height:100%;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-main-inscripciones{
	width:100%;
	float:left;
	padding-top:0px;
    position: relative;
    top:-125px;
}

/*#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}*/

.feedback-input {
	color:#4b4136;
	font-family: 'Roboto', sans-serif;
  font-weight:500;
	font-size: 12px;
	border-radius: 0;
	line-height: 20px;
	background-color: #fbfbfb;
	padding: 5px 10px 5px 40px;
	/*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);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #947F69;
	color: #947F69;
	outline: none;
  padding: 5px 10px 5px 40px;
}

.focused{
	color:#947F69;
	border:#947F69 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(../icons/name.svg);
	background-size: 30px 30px;
	background-position: 3px 1px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(../icons/name.svg);
    background-size: 30px 30px;
	background-position: 3px 1px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(../icons/email.svg);
	background-size: 30px 30px;
	background-position: 5px 1px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../icons/email.svg);
	background-size: 30px 30px;
    background-position: 5px 1px;
	background-repeat: no-repeat;
}








#email2{
	background-image: url(../icons/email.svg);
	background-size: 30px 30px;
	background-position: 1px 1px;
	background-repeat: no-repeat;
    width: 70%;
}

#email2:focus{
	background-image: url(../icons/email.svg);
	background-size: 30px 30px;
   background-position: 1px 1px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(../icons/comment.svg);
    background-size: 30px 30px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

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

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

#button-blue{
	font-family: 'Roboto', sans-serif;
	float:left;
	width: 16%;
	/*border: #fbfbfb solid 4px;*/
	cursor:pointer;
	background-color: #947F69;
	color:white;
	font-size:11px;
	padding-top:7px;
	padding-bottom:7px;
	/*-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;*/
    border: 0px;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: #4b4136;
	
}
	
.submit:hover {
	color: #947F69;
}



.ease {
	width: 0px;
	height: 43px;
	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;
}*/

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 94%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
    
    #button-blue{
	width: 30%;
	}
    
}