
.form-label {
    color: #924ee7;
}


.caja-form{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #ffffff;
}


.form-control{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.table thead th{
    background-color: #924ee7;
}