.negro {
    color: #000 !important; 
    font-weight: bold !important;
    margin: 10px 0px 15px !important;
}

.sombra {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}


.btn {
    display: block;
    width: 250px;              /* ancho fijo, ajusta según necesites */
    margin: 15px auto;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 50px;       /* bordes redondeados */
    border: 2px solid #0cf;    /* borde claro */
    background: linear-gradient(to bottom, #0cf, #0077b6);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25); /* sombra suave */
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.btn:hover {
    background: linear-gradient(to bottom, #00b4d8, #0096c7) !important;
    transform: translateY(-2px);
}





/* ===== Registro ===== */
#dl-register .card-register {
    border-radius: 20px;
    background-color: rgba(255,255,255,0.85);
    box-shadow: 4px 4px 8px rgba(0,0,0,0.25);
    padding: 1rem 1.5rem;
}

/* Input group general */
#dl-register .input-group {
    border: 2px solid #8B1538; /* vino */
    border-radius: 30px;
    margin-bottom: 1rem;
    overflow: hidden;
    background: #fff;
}

/* Íconos a la izquierda */
#dl-register .input-group-text.dl-icon {
    background: #8B1538;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

#dl-register .input-group-text.dl-icon img {
    width: 20px;
    height: 20px;
}

/* Inputs */
#dl-register .form-control {
    border: none !important;
    color: #8B1538;
    font-weight: 600;
    padding-left: 10px;
}

#dl-register .form-control::placeholder {
    color: #8B1538;
    opacity: 0.8;
}

/* Focus */
#dl-register .form-control:focus {
    outline: none;
    box-shadow: none;
}
#dl-register .input-group:focus-within {
    border-color: #3bb3f8; /* azul claro en la imagen */
    box-shadow: 0 0 0 2px rgba(59,179,248,.3);
}

  

.tim-icons {
    color: #8e1537;
    font-weight:bold;
}



/* ===== Checkboxes registro (cuadrados estándar) ===== */
#dl-register input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: .4rem;
    border: 2px solid #8B1538;
    border-radius: 4px; /* cuadrado con esquinas suaves */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}

/* Estado marcado */
#dl-register input[type="checkbox"]:checked {
    background-color: #8B1538;
    border-color: #8B1538;
}

#dl-register input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Texto junto a los checkboxes */
#dl-register .form-check-label {
    color: #333;
    font-size: .9rem;
}
#dl-register .form-check-label a {
    color: #8B1538;
    font-weight: bold;
}
  
  

.input-group-append,
.input-group-prepend .input-group-text,
.input-group-prepend .input-group-text {
  background-color: white;
  border-radius: 0.4285rem;
  color: #ffffff;
  margin: 0;
  height: 40px; 
}



.especialicon {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius:  30px !important;
    border-left: 2px solid #8B1538 !important;
    border-top: 2px solid #8B1538 !important;
    border-bottom: 2px solid #8B1538 !important;
}


#email {
    border-right: 2px solid #8B1538 !important;
    border-top-right-radius: 30px;
    border-bottom-right-radius:  30px;
    border-top: 2px solid #8B1538 !important;
    border-bottom: 2px solid #8B1538 !important;    
    height: 40px; 
    color: #8B1538 !important;
    font-weight: bolder;
}



/* Placeholder color */
#email::placeholder {
    color: #8e1537 !important;
}
#email::-webkit-input-placeholder {
    color: #8e1537 !important;
}
#email::-moz-placeholder {
    color: #8e1537 !important;
}
#email:-ms-input-placeholder {
    color: #8e1537 !important;
}
#email:-moz-placeholder {
    color: #8e1537 !important;
}


 
a.aviso {
    color: #8e1537 !important;
    font-weight: 300;
    font-weight: bold;
}

.full-page>.content {
    padding-bottom: 10%;
    padding-top: 10%;
}




