#NmemberDiv * {
  margin: 0px auto;
  padding: 0px;
  font-family: var(--cs-font);
}
.cont_principal {
  position: relative;
  width: 100%;
  height: auto;
/* Rectangle 3: */ 
}

.cont_centrar {
  top: 0;
  width: 100%;
  height: auto;
  min-height: 0;
  justify-content: center;
  align-items: center; 
}
/*** Width of login form **/
.cont_centrar {
  position: relative;  
  /*** background-image: linear-gradient(-226deg, #FFFFFF 8%, #EEF3F5 100%); ***/
  border-radius: 8px;
  transition: all 0.5s;
}

.cent_active {
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.21);
}

.cont_tabs_login {
  position: relative;
  width: 100%;
  margin: 0 auto; /* This centers the div horizontally */
  float: none; /* Remove float for centering */
  display: block;
}

.ul_tabs {
  display: flex;
  justify-content: center; /* centers the li items horizontally */
  list-style: none;
  padding: 0;
  margin: 0;
}

.ul_tabs > li {
  position: relative;
  margin: 0 20px; /* optional spacing between the tabs */
}


.cont_login {
  text-align: center;
  color: white;
}

/*** The login/sign-up card ***/
#submitfrm {
  max-width: 440px;
  width: calc(100% - 32px);
  margin: 0 auto 48px;
  padding: 10px 28px 28px;
  box-sizing: border-box;
  text-align: left;
  background: #fff;
  border: 1px solid var(--cs-border);
  border-radius: var(--cs-radius-lg);
  box-shadow: var(--cs-shadow-lg);
}

.login-auth__headline {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--cs-heading);
  margin: 0 0 4px 0;
  line-height: 1.25;
  text-align: center;
}

.login-auth__subline {
  font-size: 0.9rem;
  color: var(--cs-body);
  margin: 0;
  line-height: 1.45;
  text-align: center;
}

.login-auth__lbl {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cs-ink-muted);
  margin-bottom: 2px;
  text-align: left;
}

#myNavSlideDown .input_form_sign {
  color: var(--cs-ink);
  background: var(--cs-surface-muted);
  border: 1px solid var(--cs-border-strong);
  border-radius: var(--cs-radius-sm);
}

#myNavSlideDown .input_form_sign:focus {
  outline: 2px solid var(--cs-brand);
  outline-offset: 1px;
  border-color: transparent;
  background: #fff;
}

#myNavSlideDown input {
  color: var(--cs-ink);
}


/**************************************************/
/**************************************************/

.login-auth__head {
  margin: 18px 0 10px;
}

.login-auth__field {
  margin: 0 0 16px;
}

.terms_and_cons {
  color: var(--cs-ink-soft);
  font-size: 0.82rem;
  line-height: 1.45;
}

.terms_and_cons label {
  cursor: pointer;
}

.ul_tabs > li > a  {  
text-decoration: none;
font-family: var(--cs-font);
font-size: 15px;
    color: var(--cs-ink-muted);
line-height: 14px;
padding: 16px 12px;
display: block;
transition: color 0.2s ease;
}

  .ul_tabs > .active > a  {  
color: #b3b000;

}

.linea_bajo_nom {
  position: relative;
  width: 100%;
  float: left;
  background-color: #999;
  height: 2px;
}

.active .linea_bajo_nom {
  position: relative;
  width: 100%;
  float: left;
background-color: #b3b000;
height: 2px;
}

.cont_text_inputs {
position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.input_form_sign {
  position: relative;
  float: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #B0BEC5 ;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin: 0;
  padding: 10px 0px;
  opacity: 1;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.active_inp {
  margin: 0;
  padding: 10px 0px;
  opacity: 1;
  height: auto;
}



.input_form_sign:focus {
  border-bottom: 1px solid #b3b000 ;}

/*** Keep browser autofill from painting white boxes on the dark card ***/
.input_form_sign:-webkit-autofill,
.input_form_sign:-webkit-autofill:hover,
.input_form_sign:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #1a1a1a inset;
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  transition: background-color 9999s ease-in-out 0s;
}

.input_form_sign.login-auth__field--err {
  border-bottom-color: #ff6b81;
  box-shadow: 0 1px 0 0 rgba(255, 107, 129, 0.35);
}

.login-auth__err {
  color: #ff6b81;
  font-size: 0.875rem;
  margin: 0 0 8px;
  min-height: 1.25em;
  text-align: left;
  clear: both;
}

.login-auth__group {
  clear: both;
  width: 100%;
}

.login-auth__credentials {
  clear: both;
  width: 100%;
}

.login-auth__pwd-row {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.login-auth__pwd-input {
  width: 100% !important;
  margin: 0 !important;
  padding-right: 52px !important;
}

.login-auth__pwd-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #999;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 0;
}

.login-auth__pwd-toggle:hover {
  color: #b3b000;
}

.login-auth__sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.link_forgot_pass {
position: relative;
  margin-top: 0px;
  margin-left: 0;
  text-decoration: none;
  color: var(--cs-ink-muted);
  font-size: 13px;
  display: inline-block;
  float: none;
  transition: color 0.2s ease;
}

.link_forgot_pass:hover {
  color: #b3b000;
}

.cont_btn {
  position: relative;
  float: none;
  width: 100%;
  clear: both;
}

.btn_sign {
  background: linear-gradient(135deg, var(--cs-brand) 0%, #c4c200 100%);
  box-shadow: 0 8px 20px rgba(179, 176, 0, 0.28);
  border-radius: var(--cs-radius-sm);
  padding: 15px 15px;
  border: none;
  color: #1a1900;
  font-size: 15px;
  font-weight: 700;
  position: relative;  
  float: none;
  display: block;
  width: 100%;
  margin: 18px 0 0;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.btn_sign:hover:not(:disabled) {
  box-shadow: 0 12px 28px rgba(179, 176, 0, 0.34);
  transform: translateY(-1px);
}

.btn_sign:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.terms_and_cons {
  width: 100%;
  margin: 4px 0 0;
  color: #aaa;
  font-size: 12px;
  line-height: 1.45;
  transition: all 0.5s;
  text-align: left;
  clear: both;
}

.terms_and_cons p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}

.terms_and_cons input[type="checkbox"] {
  width: auto;
  margin: 2px 0 0;
  flex-shrink: 0;
}

.terms_and_cons label {
  margin-left: 0;
}

.d_none {
  display: none;
}

.d_block {
  display: block;
}

.cont_text_inputs > input:nth-child(1){
  transition-delay: 0.2s;
}

.cont_text_inputs > input:nth-child(2){
  transition-delay: 0.4s;
}
.cont_text_inputs > input:nth-child(3){
  transition-delay: 0.6s;
}
.cont_text_inputs > input:nth-child(4){
  transition-delay: 0.8s;
}
 
/************ Dropdown menu ****/

 

.menu p {
  line-height: 1;
  font-size: 14px;
  opacity: .6;
}

.menu ul li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  justify-content: space-between;
  gap: 6px;
  box-shadow: none;
}

/* Account menu lives in app-header__actions */
#ParentMemberIn {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  overflow: visible;
}

#ParentMemberIn #childMemberIn {
  display: none;
}

#MemberInmenu {
  position: relative;
  z-index: 3500;
}

#MemberInmenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#MemberInmenu > ul > li {
  float: none !important;
  display: block;
}

#MemberInmenu #anchorLI {
  position: relative;
}

#MemberInmenu .account-dd {
  position: static;
}

/* Override global login.css hover menu rules for account dropdown */
#MemberInmenu li ul {
  float: none;
}

#MemberInmenu #ul_logout.account-dd__list {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: auto;
  min-width: 260px;
  width: max-content;
  max-width: min(320px, calc(100vw - 24px));
  padding: 6px 0 8px;
  margin: 0;
  list-style: none;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14), 0 6px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  z-index: 3501;
}

#MemberInmenu #ul_logout.account-dd__list.account-dd__list--open {
  display: block !important;
}

#MemberInmenu li:hover ul:not(.account-dd__list--open) {
  display: none !important;
}

#MemberInmenu .account-dd__head {
  padding: 12px 16px 8px;
  margin: 0;
  pointer-events: none;
  border-bottom: 1px solid #f0f0f0;
}

#MemberInmenu .account-dd__head-text {
  font-family: system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8a8a;
}

#MemberInmenu #ul_logout > li {
  float: none !important;
  display: block !important;
  width: 100%;
}

#MemberInmenu .account-dd__link {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 12px 16px !important;
  margin: 0;
  font-family: system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  color: #1f1f1f !important;
  text-decoration: none !important;
  box-shadow: none !important;
  justify-content: flex-start !important;
  transition: background-color 0.15s ease, color 0.15s ease;
}

#MemberInmenu .account-dd__ico {
  width: 1.25em;
  flex-shrink: 0;
  text-align: center;
  color: #b3b000;
  font-size: 16px;
}

#MemberInmenu .account-dd__link:hover {
  background-color: rgba(179, 176, 0, 0.16) !important;
  color: #111 !important;
}

#MemberInmenu .account-dd__link--out {
  margin-top: 6px;
  padding-top: 14px !important;
  border-top: 1px solid #eee;
  color: #555 !important;
}

#MemberInmenu .account-dd__link--out .account-dd__ico {
  color: #888;
}

#MemberInmenu .account-dd__link--out:hover {
  background-color: #fff5f5 !important;
  color: #b00020 !important;
}

#MemberInmenu .account-dd__link--out:hover .account-dd__ico {
  color: #b00020 !important;
}

#MemberInmenu li:hover li a:hover {
  width: auto !important;
  min-width: 100%;
}

.nav-user-btn {
  background: transparent;
  border: none;
  padding: 6px;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: #1a1a1a;
  line-height: 1;
  vertical-align: middle;
  border-radius: 50%;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.nav-user-btn:hover {
  background-color: rgba(179, 176, 0, 0.12);
  box-shadow: 0 0 0 2px #b3b000, 0 0 0 5px rgba(179, 176, 0, 0.2);
}

.nav-user-btn:focus-visible {
  outline: 2px solid #b3b000;
  outline-offset: 3px;
}

#MemberInmenu .account-dd__link span {
  white-space: nowrap;
}

#anchorLI #i_user.nav-user-btn__icon,
.nav-user-btn__icon {
  display: block;
  font-size: 26px;
  line-height: 1;
}