/*================================================
@author: Technologie Omicrom Sendas inc
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100;0,9..144,200;0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;0,9..144,800;0,9..144,900;1,9..144,100;1,9..144,200;1,9..144,300;1,9..144,400;1,9..144,500;1,9..144,600;1,9..144,700;1,9..144,800;1,9..144,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Ubuntu+Condensed&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/*
font-family: 'Fraunces', serif;
font-family: 'Playfair Display', serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Ubuntu Condensed', sans-serif;
*/
/* BODONI */
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,500;1,6..96,400&family=Heebo:wght@700&display=swap");
/*
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Fraunces:ital,wght@0,500;0,600;0,700;1,600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
:root {
  /* --main-font-family: 'Open Sans', sans-serif; */
  --main-font-family: "Ubuntu";
  /* --heading-font-family: 'Playfair Display', serif; */
  /* --heading-font-family: 'Montserrat', sans-serif; */
  --heading-font-family: "Ubuntu", sans-serif;
  --main-color: #0759ad;
  --optional-color: #2e3ab8;
  --white-color: #ffffff;
  --black-color: #020202;
  --color-gray: #6b7c8f;
  --color-yellow: #ffc107;
  --color-green: #2a852e;
  --color-green-2: #1f9324;
  --color-red: #d5182a;
  --color-border: #e1e1e1;
  --color-noise: #212529;
  --paragraph-color: #484847;
  --font-size: 16px;
  --transition: 0.4s; }

body {
  padding: 0;
  margin: 0;
  font-family: var(--main-font-family); }

html, body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

a {
  text-decoration: none;
  transition: var(--transition);
  color: var(--main-color);
  display: inline-block; }
  a:hover, a:focus {
    color: var(--main-color);
    text-decoration: none; }

button {
  outline: 0 !important; }

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: var(--paragraph-color);
  font-weight: 400;
  font-family: var(--main-font-family);
  font-size: 15px; }
  p:last-child {
    margin-bottom: 0; }

i {
  line-height: normal; }

.d-table {
  width: 100%;
  height: 100%; }
  .d-table-cell {
    vertical-align: middle; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  font-family: var(--heading-font-family);
  font-weight: 600; }
  .h1:last-child,
  .h2:last-child,
  .h3:last-child,
  .h4:last-child,
  .h5:last-child,
  .h6:last-child,
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0; }

.new-register {
  background-image: url("/assets/img/_bg.jpg");
  background-position: center;
  background-size: cover; }
  .new-register .container-fluid {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .new-register .container-fluid .row {
      width: 100%;
      height: 100%;
      max-width: 80vw;
      max-height: 40vw;
      display: flex;
      border-radius: 7px;
      overflow: auto; }
      .new-register .container-fluid .row .left-col {
        width: 50%;
        position: relative;
        background-color: var(--white-color);
        padding: 15px; }
        .new-register .container-fluid .row .left-col .content-form {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          position: relative; }
          .new-register .container-fluid .row .left-col .content-form .head-form-info {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 0px 5%; }
            .new-register .container-fluid .row .left-col .content-form .head-form-info .logo-blustnews {
              max-height: 70px; }
            .new-register .container-fluid .row .left-col .content-form .head-form-info .login-title {
              width: 100%;
              font-size: 1.5rem;
              font-weight: 600;
              text-align: center;
              margin-top: 8px; }
            .new-register .container-fluid .row .left-col .content-form .head-form-info .info-p {
              text-align: center;
              margin-top: 15px;
              color: var(--black-color);
              font-size: .9rem;
              font-weight: 500;
              margin-bottom: 5px; }
          .new-register .container-fluid .row .left-col .content-form form.signin-form {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column; }
            .new-register .container-fluid .row .left-col .content-form form.signin-form .group-field {
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 0px 5%;
              gap: 12px; }
              .new-register .container-fluid .row .left-col .content-form form.signin-form .group-field .form-floating {
                width: 100%; }
            .new-register .container-fluid .row .left-col .content-form form.signin-form .content-form-option {
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: column; }
              .new-register .container-fluid .row .left-col .content-form form.signin-form .content-form-option .desc-sign-up.signature-form {
                width: 100%;
                text-align: center;
                line-height: 1.3rem; }
            .new-register .container-fluid .row .left-col .content-form form.signin-form .new-account {
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: column; }
              .new-register .container-fluid .row .left-col .content-form form.signin-form .new-account .link-new-account {
                transition: .5s; }
                .new-register .container-fluid .row .left-col .content-form form.signin-form .new-account .link-new-account:hover {
                  font-weight: 800;
                  transition: .5s; }
          .new-register .container-fluid .row .left-col .content-form .successfully-registered {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background-color: var(--white-color);
            display: none;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 15px; }
            .new-register .container-fluid .row .left-col .content-form .successfully-registered i {
              font-size: 2.8rem;
              color: var(--color-green); }
            .new-register .container-fluid .row .left-col .content-form .successfully-registered h1 {
              font-size: 1.3rem;
              color: var(--color-green); }
            .new-register .container-fluid .row .left-col .content-form .successfully-registered p {
              font-size: 0.9rem;
              line-height: 1.2rem;
              color: var(--paragraph-color);
              text-align: center; }
            .new-register .container-fluid .row .left-col .content-form .successfully-registered  .login-after-register {
              font-weight: 600;
              transition: .5s;
            }
            .new-register .container-fluid .row .left-col .content-form .successfully-registered  .login-after-register:hover {
              color: var(--color-green);
              transition: .5s;
            }
      .new-register .container-fluid .row .right-col {
        width: 50%;
        display: table-cell;
        /* background-color: var(--color-border-2); */
        background-image: url("/assets/img/bg_4.jpg");
        background-position: center;
        background-size: cover; }
        .new-register .container-fluid .row .right-col .content-right {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: flex-end;
          justify-content: flex-end;
          flex-direction: column; }
          .new-register .container-fluid .row .right-col .content-right .header-right-top {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: flex-end; }
            .new-register .container-fluid .row .right-col .content-right .header-right-top .logo-link {
              padding: 10px 0px; }
              .new-register .container-fluid .row .right-col .content-right .header-right-top .logo-link img {
                max-height: 4vw;
                min-height: 45px; }
          .new-register .container-fluid .row .right-col .content-right .signature-container {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column; }

.form-select,
.form-control {
  border-radius: 1px !important;
  border: 1px solid var(--color-gray) !important; }

.sign-blustnews {
  min-width: 150px;
  padding: 7px 12px;
  border-radius: 3px;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  font-weight: 500;
  font-size: 1.1rem;
  transition: .5s;
  margin-top: 12px; }
  .sign-blustnews:hover {
    color: var(--white-color);
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
    transition: .5s; }

/* width */
::-webkit-scrollbar {
  width: 10px;
  margin-left: 10px; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--main-color); }

/*# sourceMappingURL=new-register.css.map */
