.input_index {
  width: 100% !important;
	height: 56px;
	left: 10px;
}

.error-form {
  /* margin: 50px auto; */
  background: white;
  position: relative;
  /* -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.125); */
  /* box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.125); */ 
}

/* button { */
.button_logout {
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
}

.padding_content {
  padding: 1.5rem 2.5rem 2.5rem 2.5rem;
}

.input_table {
  border: none;
  border-radius: 0; 
}

.categorias {
  padding: 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-content: space-around;
}

.tabla_th {
  max-width: 50% !important;
}

.tabla_tr {
  max-width: 50% !important;
}

.form-control:focus {
  border-color: #2423A6;
  box-shadow: inset 0 1px 1px rgba(36, 35, 0, 0.075), 0 0 8px rgba(43, 41, 203, 0.6);
}

div.table_per 
{
    display:table;
}
div.thead_per 
{
    display:table;
}
div.tbody_per 
{
    display:table;
}
div.tfoot_per 
{
    display:table;
}
form.tr_per, div.tr_per
{
    display:table-row;
}
span.td_per, span.th_per
{
    display:table-cell;
}

.container1{
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container1 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container1 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container1 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container1 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container1 {
    max-width: 1320px;
  }
}

.container1 {
  /* display: flex; */
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.alert1 {
  letter-spacing: 0.0178571429em;
  font-size: 1rem;
}

.alert-danger1 {
  color: #6a1818;
  background-color: #fbeaea;
  border-color: #f6d5d5;
}

.alert1 {
  position: relative;
  /* padding: 1rem 1rem; */
  margin-bottom: 3rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}