.form-form .form-form-wrap form .field-wrapper.terms_condition a {
    color: #000000;
    font-weight: bold;
}

.form-form .form-form-wrap form .field-wrapper.toggle-pass p {
    width: 100%;
    font-weight: 700;
    color: #000000;
    display: block;
    font-size: 12px;
}

.switch.s-primary input:checked + .slider {
    background-color: #000000;
}

.switch.s-primary .slider:before {
    background-color: #000000;
}

.form-form .terms-conditions a {
    color: #000000;
    font-weight: 700;
}

.new-control.new-checkbox.checkbox-outline-primary>input:checked~span.new-control-indicator { 
    border: 2px solid #000000;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 5px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid silver;
    color: #686868;
}

.otp-input::placeholder {
    color: silver;
    opacity: 0.2;
}

/* Estilo para pantallas más pequeñas (ancho máximo de 768px) */
@media (max-width: 991px) {
    .otp-input {
        width: 30px;
        height: 30px;
        font-size: 12px;
        border-radius: 3px;
    }
}