.mb-3{
    margin-bottom: 30px;
}
.form-control{
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    background: transparent;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .form-subscribe .form-control{
    min-width: 200px;
    width: 360px;
  }
  .form-control::placeholder {
  color: gray; /* Change to your desired color */
  opacity: 1;  /* Ensures full color visibility */
}
.fields-block-center{
  text-align: -webkit-center;
}
.subscribe-actions button{
  background: transparent;
  border: none !important;
}


.device-icons .btn img{
    border: 1px solid #F3F3F3;
  padding: 10px !important;
  background: transparent !important;
  border-radius: 5px !important;
}
.device-icons .btn{
    background: transparent !important;
    border: none !important;
    padding: 0px;
    padding-right: 10px;
    font-size: 18px;
}
.device-icons img{
    width: 62px;
    height: 62px;
    margin-bottom: 10px;
}
.form-label{
    font-size: 18px;
    color:var(--white);
}
/* When radio is checked, change the color */
input[type="radio"]:checked + .btn img {
    filter: grayscale(0%) brightness(0) saturate(100%) invert(21%) sepia(85%) saturate(6425%) hue-rotate(360deg) brightness(90%) contrast(105%);
    /* This filter makes the image red. Adjust hue-rotate() for different colors */
}
.no-cursor-pointer{
  cursor: auto;
}
