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

#form-main{
	width:100%;
	float: right;
	padding: 14px 9% 0 0;
}

#form-div {
	width: 100%;
	float: right;
	position: relative;
}

#form-text {
	width: 25%;
	padding-top: 20px;
	padding-right: 0%;
	margin-left: 31px;
	text-align: left;
	font: normal 400 18px 'Noto Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 3.25em;
}

.feedback-input {
	color:#999;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 23px;
	background-color: #fff;
	padding: 6px 13px 6px 13px;
	margin-bottom: 4px;
	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 #f8bd00;
	color: #333;
	outline: none;
  padding: 6px 13px 6px 13px;
}

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

/* Names ---------------------------------- */

#form-div { display: block; }
#form-div2 { display: none; }

@media only screen and (max-width: 580px) {
	#form-div { display: none; }
	#form-div2 { display: block; }

	#form-main {
		width: 90%;
		margin: 0 auto;
		float: none;
		padding: 0;
	}

}


/* Icons ---------------------------------- */

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

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

#button-blue{
	font: normal 400 18px 'Noto Sans', sans-serif;
	float:right;
	width: 140px;
	border: 0;
	cursor:pointer;
	background-color: #323031;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#button-blue:hover{
	background-color: #f8bd00;
	color: #465666;
}
	
.submit:hover {
	color: #465666;
}

.submit:hover .ease{
  float:right;
  width:25%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		width: 91%;
	}

	#form-text {
		display: none;
	}
}

@media (min-width: 915px) and (max-width: 1000px) {
	#form-text {
		font: normal 400 16px 'Noto Sans', sans-serif;
		line-height: 3.63em;
	}
}

@media (min-width: 800px) and (max-width: 914px) {
	#form-text {
		font: normal 400 14px 'Noto Sans', sans-serif;
		line-height: 4.15em;
	}
}

