.bg-white {
  background-color: rgba(255,255,255,var(--mdb-bg-opacity)) !important;
}
.rounded-5 {
  border-radius: .5rem !important;
}
.bg-white {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-white-rgb),var(--mdb-bg-opacity)) !important;
}
.gradient-custom-2 {
	
/*  background: #29166f;
  background: -webkit-linear-gradient(to right, #29166f, #5842aa, #9b89db, #e9e4fc);
  background: linear-gradient(to right, #29166f, #5842aa, #9b89db, #e9e4fc);
*/
border: 3px solid #29166f;
}


.rounded-3 {
  border-radius: .3rem !important;
}
.text-black {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-black-rgb),var(--mdb-text-opacity)) !important;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .5rem;
}

elemento {
}
.g-0, .gy-0 {
  --mdb-gutter-y: 0;
}
.g-0, .gx-0 {
  --mdb-gutter-x: 0;
}


.form-horizontal .form-control {
  color: #4E4C97;
  background: #F7F8F9;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  height: 40px;
  padding: 6px 12px;
  border-radius: 5px;
  border: 2px solid #F2F5F6;
  box-shadow: none;
}
.form-container .title {
  color: #4E4C97;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 15px;
}








.form-horizontal .btn {
  color: #fff;
  background-color: #4E4C97;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  width: 130px;
  padding: 11px;
  margin: 0 10px 10px 0;
  border: 2px solid #4E4C97;
  border-radius: 15px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.form-container::before, .form-container::after {
  content: '';
  background-color: #4E4C97;
  height: 50%;
  width: 4px;
  position: absolute;
  left: 5px;
  top: 5px;
}

.form-container::after {

  bottom: 10px;
  left: auto;
  right: 10px;
}
.form-container::before, .form-container::after {
  content: '';
  background-color: #4E4C97;
  height: 50%;
  width: 4px;
  position: absolute;

}
::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}



