@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
input[type="text"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  color: #000;
}
input[type="text"]:focus {
  outline: none;
}

input[type="email"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  color: white;
}
input[type="email"]:focus {
  outline: none;
}

input[type="password"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  color: #000;
}
input[type="password"]:focus {
  outline: none;
}

input[type="textarea"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  color: white;
}
input[type="textarea"]:focus {
  outline: none;
}

button[type="submit"] {
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #000;
  text-align: center;
  height: auto;
  font-weight: 600;
  background:transparent;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid  1px #000;
  border-top: solid  1px #000;



}
button[type="submit"]:hover {
  -webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	-ms-transition: color .4s linear;
	transition: color .4s linear;
  border-radius: none;
}

button[type="reset"] {
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #585858;
  text-align: center;
  height: 50px;
  margin-top: -40px;

}
button[type="reset"]:focus {
  outline: none;
}


textarea[type="text"] {
  display: block;
  margin: 0;
  padding: 40px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  color: #000;
}
textarea[type="text"]:focus {
  outline: none;
}

/* lists */
ul.input-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

/* ============================================================
STYLE 4
============================================================ */
.style-4 input[type="text"] {
  font-size: 15px;
  height: 40px;
  border: none;
  text-align: center;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid  1px #000;
  border-top: solid  1px #000;
  background-color: rgba(0, 0, 0, 0.0);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.style-4 input[type="email"] {
  border: none;
  text-align: center;
  border-bottom: solid 1px #585858;
  background-color: rgba(0, 0, 0, 0.0);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.style-4 input[type="password"] {
  font-size: 15px;
  height: 30px;
  border: none;
  text-align: center;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid  1px #000;
  border-top: solid  1px #000;
  background-color: rgba(0, 0, 0, 0.0);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.style-4 textarea[type="text"] {
  font-size: 15px;
  height: 100px;
  border: none;
  text-align: center;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid  1px #000;
  border-top: solid  1px #000;
  background-color: rgba(0, 0, 0, 0.0);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.style-4 input[type="text"]:focus, .style-4 input[type="text"].focus {
  border-bottom: solid 1px #000;
}

.btn {
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
