@import url(http://fonts.googleapis.com/css?family=PT:100,200,300,400,500);
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300,300italic,400italic,500,500italic,700,700italic);

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background-size: 100% 100%;
  font-family: 'Fira Sans', sans-serif;
  color: #00CFF2;
}

#form {
	position: absolute;
	top: 230px;
	left: 1029px;
}
@media only screen and (max-width: 1600px) {
    #form {
        	top: 229px;
			left: 869px;
 }
 }
@media only screen and (max-width: 1280px) {
    #form {
        	top: 227px;
			left: 649px;
 }
}
@media only screen and (max-width: 1024px) {
    #form {
        	top: 227px;
			left: 459px;
 }
}
#form_about {
	position: absolute;
	top: 849px;
	left: 1300px;
}
@media only screen and (max-width: 1600px) {
#form_about {
	position: absolute;
	top: 849px;
	left: 1089px;
}
}
@media only screen and (max-width: 1280px) {
#form_about {
	position: absolute;
	top: 849px;
	left: 739px;
}
}
@media only screen and (max-width: 1024px) {
#form_about {
	position: absolute;
	top: 849px;
	left: 529px;
}
}
.form-container {
  background: white;
  opacity: .79;
  width: 400px;
  height: 729px;
  margin: 1em auto;
  padding: 39px;
  font-size: 1.5em;
}
@media only screen and (max-width: 1600px) {
.form-container {
  background: white;
  opacity: .9;
  width: 400px;
   height: 729px;
  margin: 1em auto;
  padding: 27px;
  font-size: 1.2em;
}
}
@media only screen and (max-width: 1280px) {
.form-container {
  background: white;
  opacity: .9;
  width: 400px;
   height: 729px;
  margin: 1em auto;
  padding: 27px;
  font-size: 1.2em;
}
}
.form-container_about {
  background: white;
  opacity: .9;
  width: 400px;
  height: 609px;
  margin: 1em auto;
  padding: 29px;
  font-size: 1.5em;
  border: #222 1px solid;
}
@media only screen and (max-width: 1600px) {
.form-container_about {
  background: white;
  opacity: .9;
  width: 400px;
  height: 559px;
  margin: 1em auto;
  padding: 29px;
  font-size: 1.5em;
  border: #222 1px solid;
}
}
@media only screen and (max-width: 1280px) {
.form-container_about {
  background: white;
  opacity: .9;
  width: 400px;
  height: 559px;
  margin: 1em auto;
  padding: 29px;
  font-size: 1.5em;
  border: #222 1px solid;
}
}
@media only screen and (max-width: 1024px) {
.form-container_about {
  background: white;
  opacity: .9;
  width: 400px;
  height: 559px;
  margin: 1em auto;
  padding: 29px;
  font-size: 1.5em;
  border: #222 1px solid;
}
}
label {
  color: #00CFF2;
  font-size: 15px;
  font-family: 'PT', sans-serif;
  font-weight: 200;
  letter-spacing: 2px;
}
input,
textarea {
  width: 99%;
  display: block;
  padding: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
  outline-color: #00A9FF;
  font-family: 'Fira Sans', sans-serif;
  font-size: inherit;
  color: #00CFF2;
  background: white;
  box-shadow: none;
  border: #16B5D8 2px solid;
  border-radius: 5px;
  -webkit-appearance: none;
}
@media only screen and (max-width: 1600px) {
input,
textarea {
  width: 99%;
  display: block;
  padding: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
  outline-color: #00A9FF;
  font-family: 'Fira Sans', sans-serif;
  font-size: inherit;
  color: #00CFF2;
  background: white;
  box-shadow: none;
  border: #16B5D8 2px solid;
  border-radius: 5px;
  -webkit-appearance: none;
}
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0.5em 0 #00CFF2;
  border-color: #2C3E50;
  -webkit-animation: activate 0.5s;
  -moz-animation: activate 0.5s;
  animation: activate 0.5s;
}
input[type=image] {
  width: auto;
  background: white;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  }
@media only screen and (max-width: 1600px) {
input[type=image] {
  width: auto;
  background: white;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  }
 }
 @media only screen and (max-width: 1280px) {
input[type=image] {
  width: auto;
  background: white;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  }
 }
 @media only screen and (max-width: 1280px) {
input[type=image] {
  width: auto;
  background: white;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  }
 }  
  
input[type=image]:hover {
  background: rgba(71, 186, 115, 0.25);
}

@-webkit-keyframes activate {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
}
@-moz-keyframes activate {
  0%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
}
@keyframes activate {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.form-container_mobile {
  background: transparent;
  opacity: 1;
  width: 95%;
  height: 729px;
  padding-top: 0px;
}
