body {
  /* padding: 50px; */
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #f1f1f1;
}

a {
  color: #00B7FF;
}

.header {
  display: flex;
  min-width: 0;
  overflow: hidden;
  background-color: #f1f1f1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2500;
}

.img {
  width: auto;
  height: auto;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 5px;
  @media all and (min-width: 258px) {
    margin-top: 15px;
    min-height: 0;
    max-height: 40px;
  }
  @media all and (max-width: 768px) {
    height: 50px;
  }
}

.bar {
  position: relative;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 3px;
  background-color: #b1b1b1;
  border-radius: 2%;
  @media all and (max-width: 768px) {
    width: 2px
  }
}

.base-logo-img {
  height: 55px;
  margin: 0;
  @media all and (max-width: 768px) {
    height: 50px;
  }
}

.header-title {
  float: left;
  font-size: 1.5rem;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
  @media all and (max-width: 768px) {
    font-size: 1rem;
  }
}

.content-wrapper {
  width: 100%;
  height: calc(100vh - 62px);
  position: relative;
  background-color: #fff;
  margin-top: 62px;
}

.iframeContent {
  width: 100%;
  box-sizing: border-box;
}

.iframeContent.esign-room {
  position: fixed;
}

.landing-page {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
}

.landing-page img {
  height: 55px;
  margin-bottom: 24px;
}

.landing-page a {
  cursor: pointer;
}

.notarize-now-btn {
  color: #fff;
  background-color: #ED5F42;
  border: 0;
  border-radius: 5px;
  width: 160px;
  height: 39px;
  font-size: 1em;
}
