
#register-section {
  max-width: 72rem;
  margin: auto;

  h3 {
    font-weight: bold;
    margin-bottom: 4px;
  }

  #acept-terms {
    display: block;
    margin-left: 4px;
  }

  .password-description {
    margin-top: -10px;
    display: block;
  }

  .password-description .error-message {
    color: red;
    font-size: 17px;
    font-weight: 600;
  }

  .checkbox-container {
    padding-top: 10px;
  }

  .login-button {
    margin-top: 10px;
    font-size: 18pt;
  }

  .birthday-selects .birthday-selects-container {
    display: flex;
    gap: 0.5em;

    .custom-select {
      width: 100%;
    }

    & select:focus {
      box-shadow: none;
      border: 0;
    }
  }

  .register-button button {
    display: block;
    margin: 2em auto 2em auto;
    font-size: 1.5em;
    border-radius: 0.5rem;
    background-color: var(--primary-color);
  }


  #register-login-banner {
    font-size:  20px;
    text-align: center;
    font-weight: bolder;
    color: #fff;
    line-height: 2em;
    padding: 1em 1em;
    background-color: #41B985;
    margin-bottom: 1em;
    border-radius: 0.25em;

    .register-content {
      display: flex;
      gap: 1em;
    }

    .register-footer {
      font-size: 0.9em;
      line-height: 1.1;

      a {
        color: #fff;
      }
    }
  }


  .register-login-banner-text {
    text-align: left;
    font-size: 0.8em;
    line-height: 1.4;
    font-weight: normal;

    .discount {
      font-weight: bold;
    }
  }

  .dropdown-header {
    font-size: 1em;
  }

  .cellphone {
    padding-left: 2em;
  }

  .flag {
    position: absolute;
    top: 2.6em;
    left: 1.8em;
  }

  .bootstrap-select {
    .btn.dropdown-toggle {
      padding: 10px 12px;

      .caret {
        display: none;
      }
    }
    .dropdown-menu {
      top: 120%;
    }
  }
}


@media screen and (max-width: 991px) {

  #register-login-banner {
    padding: 0.5em 0.5em;

  }
}

@media screen and (max-width: 767px) {
  #register-section {
    .register-container {
      margin-left: 0;
    }
    #login-register-mobile-tabs {
      width: 100%;
    }
  }


}
