﻿ul,
li {
  list-style: none;
}

.SignIn-content {
  padding-bottom: 90px;
}

.SignIn-title {
  padding-top: 115px;
  padding-bottom: 25px;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.SignIn-h1 {
  font-size: 48px;
}

/* .content-position {
  width: 100%;
} */

.tabs-nav {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.cuenta-option {
  margin-bottom: 7px;
  color: #999;
}

.option-text {
  font-size: 30px;
  padding: 0 20px;
  font-weight: 600;
}

.tabs-content {
  max-width: 430px;
  margin: 0 auto;
}

.mensaje-error {
  font-size: 14px;
  text-align: center;
}

.tabs-panel {
  background-color: #fff;
  padding: 35px 30px 27px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  width: 100%;
  display: none;
}

.tabs-panel h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
}

.form-usuario p {
  margin-bottom: 12px;
}

.form-usuario input {
  padding: 14px 16px;
  text-align: left;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  color: #000;
  font-weight: 400;
  width: 70%;
  line-height: normal;
  word-wrap: break-word;
  font-size: 16px;
}

.check-password-cont {
  display: flex;
  font-size: 14px;
  align-items: center;
}
.check-password-cont p {
  margin-bottom: 0;
  font-size: 14px;
}

#show-password {
  font-size: 18px;
  width: auto;
  margin-left: 30px;
}
/*Activate styles*/
.sesion-active {
  display: block;
}

.active a {
  color: #000;
}

.cuenta-active {
  display: block;
}

/*SingIN tamano responsive texto*/
@media (max-width: 768px) {
  #opcion,
  #opcion2 {
    font-size: 15px !important;
  }

  .content-container-primary, .sesion-active {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .opciones {
    display: flex;
    justify-content: center;
  }
}

.SignIn{
  justify-content: center;
  align-items: center;
}
.container-login{
  width: 80%;
}

.wrapper {
  font-size: 14px;
  width: 75%;
  min-height: 500px;
  margin: 80px auto;
  padding: 40px 30px 30px 30px;
  background-color: var(--blanco);
  border-radius: 15px;
  box-shadow: 3px 3px 20px #a09d9d, -3px -3px 20px #b8b4b4;
}

.wrapper .form-field input {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background: none;
  font-size: 14px;
  color: #666;
  padding: 10px 10px 10px 10px;
  
}

.form-check-input:checked {
  background-color: #000000; /* Reemplaza "your-color" con el color que desees */
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='#000000' stroke='#000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>") !important;
}

.btns-signin{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

@media(max-width:767px){
  .SignIn h2{
    font-size: 22px;
  }

  .SignIn .second-large-btn{
    padding-left: 5px;
    padding-right: 5px;
  }

  .ps-cart--mini{
    padding-top: 0;
  }
  .btns-signin{
    display: block;
    text-align: center;
  }
}

button:disabled {
    background-color: #ccc; /* Cambia el color de fondo para el estado deshabilitado */
    cursor: not-allowed; /* Cambia el cursor para el estado deshabilitado */
}
