.modal-height {
    height: 250px !important;
  
  }
  
  .bg-blue {
  
    background-color: #13a9cc;
    ;
  }
  
  .text-center-bold {
    font-weight: 200 !important;
    font-size: 20px;
  }
  
  
  .bg-texture {
  
  
    backdrop-filter: blur(19.9px);
    -webkit-backdrop-filter: blur(19.9px);
    padding: 20px;
    background: inherit;
  
  }
  
  .font-size-email {
    font-size: 0.91rem;
    color: #514d6a;
    font-weight: 400;
  }
  
  .top-height {
    margin-top: 60px;
  }
  
  .margin-top-button {
    margin-top: 3%;
  }
  
  .text-decoration {
    text-decoration: none;
  }