.form-section {
    background-color: #ec18be; 
    margin-top: 20px; 
    padding: 20px;
    border-radius: 3%;
  }
 
  .bg-primary {
    background-color: #5D5D5D !important;
  }
  #loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    color: black;
    text-align: center;
    z-index: 9999;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

section {
  flex-grow: 1;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color:#CFB882 !important;
}

/* Por defecto, ocultamos la imagen móvil */
.mobile-img {
  display: none;
}

.bg-secondary{
  background-color: #9ec5e8 !important;
}

.shadow {
  box-shadow: 0 .5rem 1rem #9ec5e8 !important;
}