@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,900);

html{    
  background-size: cover;
  height:100%;
  color: #000000;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background-color: #fff;
}

h4{
    text-align:center;
}

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

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

.mask-icon{
    text-align: center;
    margin: 0 auto;
    width: 30%;
    display: block;
}

.mask-button{
    margin-bottom: 21%;
}

.head-title{
  text-align: center;
  font-size: 16px;
}

.head-title-bold{
  font-weight: 900;
}

#form-div {
	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:#000000 !important;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 18px;
	line-height: 22px;
	background: none !important;
	padding: 13px 13px 13px 13px;
	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: 1px solid #000000;
}

.feedback-input:focus{
	background: none !important;
	box-shadow: 0;
	border: 2px solid #000000;
	color: #000000;
	outline: none;
  padding: 13px 13px 13px 13px;
}

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

/* Icons ---------------------------------- */
#name{
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	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:white;
}

input.invalid, textarea.invalid {
	border-color: #404040 !important;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	cursor:pointer;
	background-color: #404040;
	color:white;
	font-size:16px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    margin-top:-4px;
    font-weight:900;
    border-radius: 18px;
    border: none;
    text-align: center;
}

#button-blue:hover{
	background-color: #404040;
	color: #fff;
  opacity: 80%;
}
	
.submit:hover {
	background-color: #404040;
	color: #000000;
  opacity: 80%;
}
	


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

.bottom-title{
  font-size: 10px;
  position: relative;
  top: -24px;
  left: 14px;
}

.logo{
	margin: 0 auto;
    min-width: 200px;
    width: 200px;
    display: block;
    margin-top: 10%;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
		top: 8%;
	}
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
     #form-div{
     	top: 38% !important;
     }	



}