html, body {
  margin: 10px;
  padding: 0;
  background-color: #f5f6fc;
  position: relative;
}

p {
  margin: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  height: 90vh;
  max-height: 1180px;
  width: 100%;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../../assets/img/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(0.8) translateY(-50px);
          transform: scale(0.8) translateY(-50px);
}

.message {
  width: 910px;
  background-color: #1A222F;
  font-family: SF Pro Text, Helvetica, Roboto, Arial, sans-serif;
  font-size: 39.5px;
  color: #CBCED3;
}

.message__content {
  margin-left: 52px;
  padding-top: 40px;
  margin-right: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content__text {
  max-width: 700px;
  justify-self: flex-start;
  word-wrap: break-word;
}

.message__threedots {
  justify-self: flex-end;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.message__addons {
  margin-left: 90px;
  margin-right: 110px;
  margin-top: 30px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  color: #7C838B;
}

.form {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.input {
  width: 90%;
  max-width: 700px;
  font-size: 20px;
  padding: 5px;
}

#download {
  font-family: SF Pro Text, Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  display: block;
  background-color: #48c774;
  border: none;
  cursor: pointer;
  text-align: center;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
  border-radius: 4px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#download:hover {
  background-color: #399459;
}

@font-face {
  font-family: "San Pro Text";
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscotext-regular-webfont.woff");
}

@media only screen and (max-width: 600px) {
  .container {
    position: absolute;
    width: 1080px;
    height: 1180px;
    -webkit-transform: scale(0.35) translate(calc(120vw - 1510px), -1000px);
            transform: scale(0.35) translate(calc(120vw - 1510px), -1000px);
  }
}
/*# sourceMappingURL=message.css.map */