.modal-interested {
  font-family: var(--font-1);
  text-align: center;
  color: var(--color-3);
}

.modal-interested .modal-content{
  border: 5px solid var(--color-2);
}

.modal-interested-sent {
  color: Black;
}

.logo-INTER {
  width: 150px;
}

.inpt-noframe { border: 0; outline: 0; background: none !important; }
.inpt-noframe:focus { outline: none; }
.inpt-interest {
  border-bottom: 1px solid #34343F !important;
  font-family: var(--font-3);
  font-size: small;
  font-weight: bold;
  color: #34343F;
}
.inpt-interest::placeholder {
  text-align: center;
  font-family: var(--font-1);
  color: var(--color-3);
  opacity: 0.7;
}