.b-border-image {
  border-width: 30px;
  border-radius: 24px
}
.w-30 {
  width: 300px
}
.logo.w-30 {
  width: 150px
}
.logo {
  width: 200px
}
.btn-custome-green {
  background-color: #25c200
}
.btn-deirvlon-gradient {
  background-color: rgba(0,0,0,0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(90deg,#00d3ff 0,#ff06da 48%,#e9525b 100%);
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box
}
.h-100p {
  height: 100%
}

