.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.large-oi {
  font-size: 10rem;
}


.red {
  color: #ff2222;
}

.green {
  color: #60e660;
}


.icon{
  padding:0px;
  color: #0a0059 !important;
  border-color: rgba(0,0,0,0);
  border-radius: 3px;
  letter-spacing: 1px;
  margin:5px;
  font-size: 16px;
  font-weight: 600 !important;
  background: none !important
}


img.brand-logo {
  max-height: 65px;
}

.bo_input {
    width: 100%;
    height: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .bo_header {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .bo_row {
    margin-bottom: 0.5rem;
  }
