body .unsuscribe-main {
  height: 100vh;
  /* background-image: url("../img/ridhwan-nordin-62YFfNPCjUg-unsplash.jpg"); */
  background-image: url("../img/mohamed-fareed-rbSNsoXk-3A-unsplash.jpg");
  background-size: cover; /* Cubre todo el contenedor */
  position: absolute;
  background-position: center center; /* Centra la imagen */
  /* color: #fff; Color del texto */
  text-align: center; /* Alineación del contenido */
}
body .navbar {
  background-color: F5F1E3;
  color: #12171E;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.navbar .navbar-brand .navbar-img--vencimiento:hover{
  box-shadow: 2px 2px 4px #12171e5c;
}
.unsuscribe-main .unsuscribe-main-content {
  min-width: 300px;
  /* background: rgba(255, 255, 255, 0.24); */
  border-radius: 4px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  color: #F5F1E3;
}
footer div p {
  color: #F5F1E3;
}
@media screen and (min-width: 576px) {
  .unsuscribe-main .unsuscribe-main-content {
    width: 100%;
    height: 50%;
    background: none;
  }
}