*{
    font-family: "poppins",serif;

}
   .bg-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 25%;
        height: 100%;
        background-color: rgba(98, 103, 107, 0.5);
        backdrop-filter: blur(10px);
        z-index: 1;
    }

  label{
    font-size: 15px;
  }

  input{
    width: 100%;
  }

.small, small {
    font-size: .87em !important;
}
a{
    color: #7c2cdd !important   ;
    font-weight: 500;
}
.bg-purple{
    background-color: #7c2cdd !important;
    border: 1px solid #7c2cdd !important;
}

 .blur{
    background-color: rgba(236, 239, 244, 0.8);
  backdrop-filter: blur(15px);
 }

 @media(min-width: 1200px){
    .col-30{
        width:30% !important
    }
}
  .form-control:focus {
    border-color: #7c2cdd54 !important;
    box-shadow: 0 0 0 0.25rem rgba(152, 12, 233, 0.25) !important;
}

.img-w{
    width: 150px;
}

@media(max-width: 400px){
    .img-w{
        width: 120px;
    }
}

