.body {

}

.image {
  margin: auto;
  text-align: left;
}

.div-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  height: 100%;
  max-width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  -o-object-fit: cover;
  object-fit: cover;
}

.signup-wrapper {
  width: 800px;
  margin: auto;
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.heading {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0px 20px;
  font-family: Oswald, sans-serif;
  color: #ba312f;
  font-weight: 600;
  text-align: center;
}

.bold-text {
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.paragraph {
  margin-bottom: 20px;
  padding: 0px 20px;
  font-family: 'Open Sans', sans-serif;
  color: #878687;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.button {
  position: static;
  width: 235px;
  margin: 10px auto 40px;
  padding: 12px;
  border-radius: 9px;
  background-color: #354ea9;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

.bold-text-2 {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-2 {
  margin-bottom: 20px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 19px;
  line-height: 1.5em;
  font-weight: 300;
}

.bold-text-3 {
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.3em;
  font-weight: 400;
}

.image-2 {
  width: 100%;
  margin-bottom: 10px;
}

.bold-text-5 {
  font-weight: 500;
}

@media screen and (max-width: 620px) {
  .signup-wrapper {
    width: 600px;
    border-radius: 5px;
  }

  .heading {
    margin-bottom: 10px;
  }

  .bold-text {
    font-size: 40px;
  }

  .paragraph {
    margin-bottom: 15px;
    color: #878687;
    font-size: 16px;
    line-height: 20px;
  }

  .button {
    padding: 12px;
    border-radius: 9px;
  }

  .paragraph-2 {
    margin-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2em;
  }

  .bold-text-3 {
    color: #383838;
    font-size: 16px;
    line-height: 1.3em;
  }

  .image-2 {
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@media screen and (max-width: 520px) {
  .div-block {

  }

  .signup-wrapper {
    width: 500px;
  }

  .heading {
    margin-top: 10px;
  }

  .button {
    width: 235px;
    margin-top: 5px;
    margin-bottom: 30px;
    padding: 10px;
  }

  .paragraph-2 {
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .bold-text-3 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .bold-text-4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .div-block {

  }

  .signup-wrapper {
    width: 300px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 38px;
  }

  .bold-text {
    font-size: 22px;
  }

  .paragraph {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 15px;
  }

  .button {
    width: 80%;
    margin-bottom: 30px;
    padding: 10px 5px;
    font-size: 18px;
  }

  .paragraph-2 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1em;
  }

  .bold-text-3 {
    font-size: 12px;
    line-height: 1.3em;
  }

  .image-2 {
    margin-bottom: 0px;
  }

  .bold-text-4 {
    font-size: 16px;
  }
}

