@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600');

.prencontainer {
  margin: 0 auto;
  width: 100%;
  background: #F53A54;
  color: white;
  font-family: 'Poppins', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
  padding: 30vh 0 0;
  text-align: center;
}
.prenh1 {
  display: block;
  font-size: 2.0rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
}
.prenstrong {
  font-weight: 400;
}
.prenform {
  position: relative;
  display: block;
  height: 60px;
  border-radius: 35px;
  background: white;
  margin: 0 auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.prenfalt, .prenknapp {
  line-height: 60px;
  padding: 0;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 300;
  background: #eee;
  letter-spacing: 0.02em;
}
.prenfalt {
  width: 100%;
  display: block;
  padding: 0 150px 0 30px;
}
.prenknapp {
  position: absolute;
  height: 45px;
  line-height: 45px;
  top: 8px;
  right: 10px;
  border-radius: 25px;
  padding: 0 25px;
  background: #f65269;
  color: white;
  cursor: pointer;
}
.prenknapp:hover {
  background: #f00c2c;
}
.prenfalt:focus {
  outline: none;
  background: white;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	.prenform {
		width: 95%;
	}

}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

	.prenform {
		width: 90%;
	}

}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

	.prenform {
		width: 80%;
	}

}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

	.prenform {
		width: 60%;
	}

}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	.prenform {
		width: 60%;
	}

}