body, html {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.previewWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 220px 30px 38px;
  background: #bbcbd0;
}
#iframeDesktop {
  width: 1000px;
  height: calc(95vh - 140px);
  margin-right: 30px;
  margin-left: auto;
}
#iframeMobile {
  width: 480px;
  margin-left: 30px;
  height: calc(95vh - 140px);
}
.optionsWrapper {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #bbcbd0;
}
.options {
  max-width: 1024px;
  margin: 0 auto;
}
.options .cr-link {
  width: 100%;
}
.options .cr-link .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.options input {
  background-color: #fff;
  border-radius: 100px;
  color: #aaa;
  line-height: 24px;
  padding-left: 15px;
  height: 30px;
  border: solid 2px #0971B7;
  width: 60%;
}
.options input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.options input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.options input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.options input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.options .btn {
  cursor: pointer;
  width: 250px;
  margin: 10px;
  text-decoration: none;
  background-color: #fff;
  border: solid 2px #0971B7;
  color: #061738;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 30px;
  font-weight: normal;
  padding: 0 15px;
  transition: background-color 0.3s ease-in-out;
}
.options .btn:hover {
  background-color: #0971B7;
  color: #fff;
}
.options .testmail .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.options .testmail a {
  width: 200px;
}
.options #results {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  color: #999;
}
@media (max-width: 1615px) {
  #iframeDesktop {
    margin-bottom: 50px;
  }
}
@media (max-width: 1000px) {
  #iframeDesktop {
    margin-right: 15px;
    margin-left: 15px;
    max-width: calc(100vw - 30px);
  }
}
