* {
  margin: 0%;
  font-family: "Roboto", sans-serif;
  padding: 0%;
}

body {
  background: #fc7fb6;
}

header {
  height: 40vh;
  padding: 0%;
  background-image: url("../assets/signUpImg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

header h1 {
  color: #b80257;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  align-self: flex-end;
  padding: 25px;
}

main {
  background: #fc7fb6;
  padding: 25px;
}

main h2 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  max-width: 270px;
  margin: auto;
  margin-bottom: 30px;
  line-height: normal;
}

section {
  background-image: url("../assets/amoeba.png");
  background-repeat: no-repeat;
  background-position: center;
}

section div label {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
}

section div input {
  width: calc(100vw - 50px);
  height: 20px;
  border: none;
  font-weight: 700;
  padding: 10px 0px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  caret-color: #fff;
  outline: none;
  margin-bottom: 10px;
  background: inherit;
  border-bottom: 2px solid #fff;
}

button.button {
  width: 310px;
  height: 52px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);

  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin: 10px auto;
  margin-left: calc(50% - 155px);
  outline: none;
  border: none;
}
button.button img {
  width: auto;
  height: 25px;
  /* padding-top: 5px; */
  margin-bottom: -5px;
}
