 .fondoClaro input.edit {
  border: solid 1px #00B99E;
}
.fondoClaro input {
    color: #062633;
    padding: 15px;
    border: none;
}

.fondoClaro input::-webkit-input-placeholder {
    color: rgba(104, 183, 157, 0.5);
  }
  .fondoClaro input:-ms-input-placeholder {
    color: rgba(104, 183, 157, 0.5);
  }
  .fondoClaro input::placeholder {
    color: rgba(104, 183, 157, 0.5);
  }


.bg-dark{
    background-color:#062633;
}

.text-primary{
    color:#00B99E!important;
}

.text-secondary{
  color:#062633!important;
}

.text-white{
  color:#fff;
}