body {
  margin: 0px;
  background: #f3f9fa;
  position: fixed;
  font-family: "Articulat Text"; }

.icon-develop {
  background: url(../images/icon-code.svg);
  background-size: 5rem 5rem;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 2rem; }

.alert.alert-block.alert-danger {
  background-color: rgba(228, 167, 167, 0.52);
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  color: #828282; }

.header-actions {
  display: flex;
  justify-content: center; }

.header-title {
  font-family: Articulat Medium;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
  text-align: center;
  color: #259bb1;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .header-title span {
    margin-bottom: 14px; }

p.header-content {
  margin: 0px auto;
  margin-bottom: 3rem;
  line-height: 2.1rem;
  font-size: 1.3rem;
  color: #1AB3D5;
  width: 80%; }

#jamnav_logo_white {
  background: url(../images/jam-nav-api-logo.svg);
  background-size: 180px 100px;
  width: 180px;
  height: 100px;
  background-repeat: no-repeat;
  margin-right: 13rem;
  cursor: pointer; }

.sidebar-logo {
  background-size: 180px 100px;
  width: 180px;
  height: 100px;
  margin-top: 25px;
  position: absolute;
  left: calc(50% - 90px); }

.register-success-box {
  width: 100%;
  max-width: 500px;
  height: 533px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 12px 26px 0 rgba(37, 155, 177, 0.08);
  margin: auto;
  display: flex; }
  .register-success-box row {
    width: 100%;
    height: 100%; }

.back {
  width: 58px;
  height: 14px;
  font-family: ArticulatCFv2;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.88;
  text-align: center;
  color: #ffffff;
  text-decoration: none; }

.register-success-box img {
  margin: auto; }

.image-holder {
  height: 50%;
  width: 100%;
  display: flex; }
  .image-holder i {
    margin: auto;
    font-size: 8em;
    color: #d9f1f5; }

.signup-successful-label {
  height: 15%;
  width: 100%; }

.note-to-user {
  height: 20%;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 19.03px;
  font-weight: 500;
  text-align: left;
  color: #7e8394; }

.back-button-container {
  height: 15%;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px; }

.back-button {
  width: 103px;
  height: 44px;
  border-radius: 4px;
  background-color: #1ab3d5; }

section.jamnavapi p {
  width: 100%; }

section.content {
  min-height: calc(100% - 150px);
  width: 100%; }
  section.content .section-heading {
    width: 100%;
    align-items: center;
    justify-content: center; }
  section.content .form-msg {
    position: absolute;
    color: #1ab1d5; }
  section.content a.button {
    background-color: #1ab2d5;
    color: white;
    border-radius: 3px;
    border: none;
    padding: 10px;
    margin: 0px;
    margin-top: 15px;
    font-size: 1em;
    text-decoration: none;
    min-width: 60px;
    display: inline-block;
    text-align: center; }
  section.content .register-success-box {
    margin-bottom: 50px; }
    section.content .register-success-box a.button {
      margin-top: 0px; }
  section.content .header {
    width: 100%;
    padding: 22px 50px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    section.content .header a.button {
      color: white;
      border: none;
      width: 80px;
      padding: 10px;
      margin: 0px;
      margin-top: 15px;
      font-size: 1.25em;
      border-radius: 4px;
      background-color: #ffffff;
      box-shadow: 0 4px 8px 0 rgba(37, 155, 177, 0.08);
      font-weight: 500;
      line-height: 30px;
      text-align: center;
      color: #259bb1;
      text-decoration: none;
      display: inline-block;
      box-sizing: border-box;
      width: 130px;
      height: 50px;
      border-radius: 4px;
      margin-right: 20px; }
      section.content .header a.button.active {
        background-color: #1ab2d5;
        box-shadow: none;
        color: #ffffff; }
  section.content .form-container {
    color: #1ab2d5;
    margin: auto;
    width: 55.7%;
    min-width: 300px;
    box-sizing: border-box;
    margin-bottom: 50px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 12px 26px 0 rgba(37, 155, 177, 0.08);
    -webkit-box-shadow: 0 12px 26px 0 rgba(37, 155, 177, 0.08);
    -moz-box-shadow: 0 12px 26px 0 rgba(37, 155, 177, 0.08); }
    section.content .form-container.with-title {
      margin-top: 10%;
      max-width: 500px; }
    section.content .form-container.beta {
      width: 35.6rem; }
    section.content .form-container form.sign-in a.forgot-password {
      text-decoration: none;
      color: #b9c8ca;
      width: 135px;
      display: inline-block;
      margin-top: 25px; }
    section.content .form-container .form-message {
      padding: 48px; }
    section.content .form-container form {
      padding: 3em;
      width: 100%;
      box-sizing: border-box; }
      section.content .form-container form .form-action {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between; }
      section.content .form-container form .has-error .help-block, section.content .form-container form .has-danger .help-block {
        font-size: 0.85em;
        line-height: 0.94;
        text-align: left;
        color: #eb5757;
        font-weight: 300; }
      section.content .form-container form .has-error input, section.content .form-container form .has-danger input {
        border: solid 2px #eea6a6; }
      section.content .form-container form .form-group {
        margin-bottom: 15px; }
    section.content .form-container .form-title {
      padding: 35px;
      border-bottom: 2px solid #e1eef2;
      font-size: 1.4em; }
      section.content .form-container .form-title a.form-back {
        margin-right: 20px;
        text-decoration: none;
        color: #1ab2d5; }
    section.content .form-container .radio {
      display: inline-block; }
      section.content .form-container .radio input {
        display: inline-block;
        width: initial; }
      section.content .form-container .radio label {
        display: inline-block; }
    section.content .form-container input {
      margin-top: 15px; }
    section.content .form-container input[type=text], section.content .form-container input[type=password], section.content .form-container input[type=email] {
      font-size: 1em;
      border-radius: 3px;
      border: 2px solid #daedf2;
      padding: 5px;
      width: 100%;
      color: #4d929e;
      box-sizing: border-box;
      height: 40px; }
    section.content .form-container input[type=submit] {
      background-color: #1ab2d5;
      color: white;
      border-radius: 3px;
      border: none;
      padding: 10px;
      margin: 0px;
      margin-top: 15px;
      font-size: 1em;
      margin-right: 10px; }
    section.content .form-container input:active {
      outline: none; }
    section.content .form-container .inline-fields {
      display: flex; }
      section.content .form-container .inline-fields input {
        width: 11em;
        margin-right: 15px; }
    section.content .form-container label {
      margin-top: 5px; }

header {
  height: 150px; }
  header .banner-shape-circle {
    height: 100%;
    width: initial;
    margin-top: 0px;
    position: relative;
    z-index: -1;
    border-radius: 0px;
    overflow: hidden;
    background-image: -webkit-linear-gradient(168deg, #58ffd4 40%, #218daf 30%);
    background-image: -o-linear-gradient(168deg, #58ffd4 40%, #218daf 30%);
    background-image: linear-gradient(168deg, #58ffd4 40%, #218daf 30%); }
    header .banner-shape-circle .banner-shape-container {
      margin-top: 0px; }
      header .banner-shape-circle .banner-shape-container .banner-shape-rect-yellow {
        width: 338rem;
        height: 354rem;
        transform: rotate(42deg);
        background-image: -webkit-linear-gradient(left, #FEC10E 30%, #F0E346 100%);
        background-image: -o-linear-gradient(left, #FEC10E 30%, #F0E346 100%);
        background-image: linear-gradient(to right, #FEC10E 30%, #F0E346 100%);
        border-radius: 5rem;
        position: absolute;
        z-index: -2;
        margin-top: 36.4rem;
        margin-left: -130rem; }
      header .banner-shape-circle .banner-shape-container .banner-shape-rect-red {
        width: 28rem;
        height: 120rem;
        transform: rotate(43deg);
        background-image: -webkit-linear-gradient(left, #EB5757 40%, #E89B7D 100%);
        background-image: -o-linear-gradient(left, #EB5757 40%, #E89B7D 100%);
        background-image: linear-gradient(to right, #EB5757 40%, #E89B7D 100%);
        border-radius: 5rem;
        position: absolute;
        z-index: -2;
        margin-left: 178rem;
        margin-top: 6rem; }
      header .banner-shape-circle .banner-shape-container .banner-tilt-gradient-banner-b {
        width: 68rem;
        height: 271rem;
        transform: rotate(-498deg);
        background-image: -webkit-linear-gradient(10deg, rgba(62, 200, 194, 0) -19%, #1A86A9 73%);
        background-image: -o-linear-gradient(10deg, rgba(62, 200, 194, 0) -19%, #1A86A9 73%);
        background-image: linear-gradient(88deg, rgba(62, 200, 194, 0) -19%, #1A86A9 73%);
        position: absolute;
        z-index: -3;
        margin-left: 71rem;
        margin-top: 6rem;
        /* background-image: linear-gradient(100deg, #1A86A9 73%, rgba(62, 200, 194, 0) -19%); */ }
      header .banner-shape-circle .banner-shape-container .banner-tilt-gradient-banner-a {
        width: 151rem;
        height: 202rem;
        transform: rotate(132deg);
        background-image: -webkit-linear-gradient(300deg, rgba(66, 209, 196, 0) 48%, rgba(70, 233, 205, 0.99) 85%);
        background-image: -o-linear-gradient(300deg, rgba(66, 209, 196, 0) 48%, rgba(70, 233, 205, 0.99) 85%);
        background-image: linear-gradient(30deg, rgba(66, 209, 196, 0) 48%, rgba(70, 233, 205, 0.99) 85%);
        position: absolute;
        z-index: -4;
        margin-left: 23rem;
        margin-top: -17rem;
        background-image: linear-gradient(27deg, rgba(70, 233, 205, 0.99) 48%, rgba(66, 209, 196, 0) 85%); }

/*# sourceMappingURL=sidebar.css.map */
