﻿/* Components: elementos reutilizables */
.required-label::after {
  content: '*';
  color: red;
  margin-left: 2px;
}

.modal-header {
  background-color: #579690;
  padding: 12px 20px;
  color: #FFF;
  border-bottom: 20px #BBBB00;
  height: 50px;
}

.modal-content {
  height: 90%;
  background-color: #D8D8D8;
}

.modal-footer {
  background-color: #579690;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
