body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: url(../images/body-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  --company-color: rgba(31 67 141);
  --company-color-light: rgba(31 67 141 / 50%); }

.overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  position: absolute;
  z-index: -1;
  opacity: 0.1; }

.wrapper {
  background: rgba(243, 249, 244, 0.9);
  max-width: 1000px;
  border-radius: 15px;
  overflow: hidden;
  margin: 30px 0; }
  .wrapper .innerWrapper {
    display: flex;
    flex-direction: row; }
    .wrapper .innerWrapper .left, .wrapper .innerWrapper .right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: start;
      flex-basis: 50%;
      padding: 30px; }
    .wrapper .innerWrapper .left {
      border-right: 1px solid rgba(8, 160, 57, 0.25); }
      .wrapper .innerWrapper .left img {
        max-width: 100%;
        max-height: 90px;
        margin: 0 auto; }
      .wrapper .innerWrapper .left .name {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        color: var(--company-color);
        font-weight: bold;
        font-size: 24px;
        width: 100%; }
        .wrapper .innerWrapper .left .name:after {
          display: block;
          content: "";
          width: 100%;
          height: 2px;
          background: #dddddd;
          border-radius: 50px; }
      .wrapper .innerWrapper .left .info-card {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border-radius: 10px;
        padding: 7.5px 0;
        border: 1px dashed var(--company-color-light);
        width: 100%;
        margin-bottom: 10px;
        margin-top: 15px; }
        .wrapper .innerWrapper .left .info-card .single-info {
          flex-basis: 40%;
          margin: 7.5px 15px; }
          .wrapper .innerWrapper .left .info-card .single-info .title {
            color: var(--company-color); }
            .wrapper .innerWrapper .left .info-card .single-info .title:after {
              content: "";
              display: block;
              width: 100%;
              height: 1px;
              background: var(--company-color-light);
              margin-bottom: .125rem; }
          .wrapper .innerWrapper .left .info-card .single-info .data {
            color: rgba(0, 0, 0, 0.75); }
      .wrapper .innerWrapper .left .info {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid var(--company-color);
        margin: 7.5px 0;
        width: 100%;
        font-size: 14px; }
        .wrapper .innerWrapper .left .info .icon {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          background: var(--company-color);
          padding: 10px;
          width: 40px;
          flex-shrink: 0;
          color: #ffffff; }
          .wrapper .innerWrapper .left .info .icon i {
            color: #ffffff; }
        .wrapper .innerWrapper .left .info .text {
          padding: 5px 15px; }
    .wrapper .innerWrapper .right {
      align-items: center;
      text-align: center; }
      .wrapper .innerWrapper .right .welcome .text {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        color: #08A039;
        font-size: 24px; }
      .wrapper .innerWrapper .right .welcome img {
        max-width: 100%;
        max-height: 70px; }
      .wrapper .innerWrapper .right .welcome .tagline {
        color: rgba(8, 160, 57, 0.8);
        text-align: right;
        font-size: 20px; }
      .wrapper .innerWrapper .right .inputs {
        width: 100%;
        margin-top: 15px; }
        .wrapper .innerWrapper .right .inputs label {
          font-weight: normal; }

/*# sourceMappingURL=login.css.map */
