section.mainContent {
  padding: 0 !important; }

.notifBox {
  margin: 60px 0 0; }

.newAuthHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 15px 40px;
  background-color: #fff;
  z-index: 9999; }
  .newAuthHeader .logo {
    max-width: 250px;
    margin: 0 auto; }
    .newAuthHeader .logo img {
      width: 100%; }

.newAuthWrapper {
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh; }
  .newAuthWrapper .logo {
    max-width: 400px;
    margin: 0 auto 40px; }
    .newAuthWrapper .logo img {
      width: 100%; }
  .newAuthWrapper .leftSection {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    height: 100vh;
    max-height: 100vh;
    padding: 25px 100px;
    overflow-y: auto; }
    .newAuthWrapper .leftSection .leftSectionContent {
      width: 100%;
      max-width: 500px; }
      .newAuthWrapper .leftSection .leftSectionContent h2 {
        margin-bottom: 5px;
        font-family: "Nunito-ExtraBold";
        font-size: 24px;
        letter-spacing: 2.4px;
        text-align: center;
        text-transform: uppercase;
        color: #1D1D1D; }
      .newAuthWrapper .leftSection .leftSectionContent p {
        font-family: "Nunito-Regular";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #1D1D1D; }
      .newAuthWrapper .leftSection .leftSectionContent .form .link-forgot-password {
        display: block;
        letter-spacing: 1.2px;
        text-align: right;
        text-transform: uppercase; }
      .newAuthWrapper .leftSection .leftSectionContent .form .checkboxGroup .checkboxContainer {
        padding: 0 0 0 30px;
        font-size: 10px;
        line-height: 18px;
        text-transform: initial; }
        .newAuthWrapper .leftSection .leftSectionContent .form .checkboxGroup .checkboxContainer .checkmark {
          width: 18px;
          height: 18px; }
          .newAuthWrapper .leftSection .leftSectionContent .form .checkboxGroup .checkboxContainer .checkmark:after {
            top: 0;
            left: 5px;
            width: 5px;
            border-width: 0 1px 1px 0; }
      .newAuthWrapper .leftSection .leftSectionContent .bottomBox {
        text-align: center; }
  .newAuthWrapper .rightSection {
    width: 60%; }
    .newAuthWrapper .rightSection .rightSectionContent {
      width: 100%;
      height: 100vh; }
      .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper:hover .bx-controls .bx-controls-direction {
        display: block; }
      .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport {
        height: 100vh !important; }
        .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport .bannerSliderWrapper .bannerSlider {
          height: 100vh !important; }
          .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport .bannerSliderWrapper .bannerSlider .bannerImage {
            position: relative;
            height: 100%; }
            .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport .bannerSliderWrapper .bannerSlider .bannerImage img {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 100%;
              height: 100%;
              object-fit: cover;
              transform: translate(-50%, -50%); }
          .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport .bannerSliderWrapper .bannerSlider .bannerText {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 60px;
            text-align: center; }
            .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport .bannerSliderWrapper .bannerSlider .bannerText h3 {
              margin-bottom: 10px;
              font-family: "Nunito-ExtraBold";
              font-size: 20px;
              text-transform: uppercase;
              color: #fff; }
            .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport .bannerSliderWrapper .bannerSlider .bannerText p {
              font-family: "Nunito-Regular";
              font-size: 12px;
              color: #fff; }
      .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-controls-direction {
        display: none; }
        .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
        .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
          width: 45px;
          height: 45px;
          background: rgba(255, 255, 255, 0.8);
          transform: translateY(-50%); }
          .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
          .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
            background: white; }
          .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before,
          .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
            content: "";
            width: 45px;
            height: 45px;
            float: left;
            background-size: contain; }
        .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
          margin: 0 0 0 25px; }
          .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before {
            background: url("/images/version-2/icons/arrow-left-thinner.svg") no-repeat center; }
        .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
          margin: 0 25px 0 0; }
          .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
            background: url("/images/version-2/icons/arrow-right-thinner.svg") no-repeat center; }
      .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-pager.bx-default-pager .bx-pager-item a {
        background: #58595B;
        border: none; }
        .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-pager.bx-default-pager .bx-pager-item a.active {
          background: #fff; }
  @media only screen and (min-width: 1440px) {
    .newAuthWrapper .leftSection {
      padding: 25px 120px; } }
  @media only screen and (max-width: 1200px) {
    .newAuthWrapper .leftSection,
    .newAuthWrapper .rightSection {
      width: 50%; }
    .newAuthWrapper .leftSection {
      padding: 25px 80px; } }
  @media only screen and (max-width: 959px) {
    .newAuthWrapper {
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      max-height: initial;
      margin-top: 60px; }
      .newAuthWrapper .leftSection,
      .newAuthWrapper .rightSection {
        width: 100%; }
      .newAuthWrapper .leftSection {
        height: initial;
        max-height: initial;
        padding: 25px; }
        .newAuthWrapper .leftSection .leftSectionContent h2 {
          font-size: 18px;
          letter-spacing: 1.8px; }
        .newAuthWrapper .leftSection .leftSectionContent .form .button {
          margin: 25px 0; }
      .newAuthWrapper .rightSection {
        height: 400px; }
        .newAuthWrapper .rightSection .rightSectionContent {
          height: 400px !important; }
          .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper:hover .bx-controls .bx-controls-direction {
            display: none; }
          .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport {
            height: 400px !important; }
            .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport .bannerSliderWrapper .bannerSlider {
              height: 400px !important; }
              .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport .bannerSliderWrapper .bannerSlider .bannerImage img.desktop {
                display: none !important; }
              .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport .bannerSliderWrapper .bannerSlider .bannerImage img.mobile {
                display: block !important; }
              .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport .bannerSliderWrapper .bannerSlider .bannerText {
                padding: 50px 15px; }
                .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport .bannerSliderWrapper .bannerSlider .bannerText h3 {
                  margin-bottom: 5px;
                  font-size: 14px; }
          .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-controls .bx-pager.bx-default-pager .bx-pager-item a {
            width: 6px;
            height: 6px; } }
  @media only screen and (max-width: 768px) {
    .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport .bannerSliderWrapper .bannerSlider .bannerText p {
      line-height: 14px; } }
  @media only screen and (max-width: 480px) {
    .newAuthWrapper .rightSection {
      height: 360px; }
      .newAuthWrapper .rightSection .rightSectionContent {
        height: 360px !important; }
        .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport {
          height: 360px !important; }
          .newAuthWrapper .rightSection .rightSectionContent .bx-wrapper .bx-viewport .bannerSliderWrapper .bannerSlider {
            height: 360px !important; } }

/*# sourceMappingURL=auth-v2.css.map */
