.btn {
  padding: .45rem 1.5rem .35rem;
}

.gradient-custom {
  /* fallback for old browsers */
  background: #c471f5;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(196, 113, 245, 1), rgba(250, 113, 205, 1));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(196, 113, 245, 1), rgba(250, 113, 205, 1));
  
  border-radius: 20px;
}

.btn-outline-light {
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-active-bg: transparent;
}


.my-logo-image {
    object-position: left;
    object-fit: cover;
    height: 20%;
    width: 20%;
}

p_bg_footer {
    background-color:  rgba(196, 113, 245, 1);
}
