/*Inlogformulier aanpassingen */

#inlogformulier input[type="text"],
#inlogformulier input[type="password"] {
  display: block;
  box-sizing: border-box;
  margin-bottom: 0px;
  padding: 4px;
  width: 220px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #AAA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  transition: 0.2s ease;
}

#inlogformulier input[type="text"]:focus,
#inlogformulier input[type="password"]:focus {
  border-bottom: 2px solid #8B4F7C;
  color: #8B4F7C;
  transition: 0.2s ease;
}

#inlogformulier input[type="submit"] {
  margin-bottom: 15px;
  width: 120px;
  height: 32px;
  background: #8B4F7C;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.1s ease;
  cursor: pointer;
}

#inlogformulier input[type="submit"]:hover,
#inlogformulier input[type="submit"]:focus {
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

#inlogformulier input[type="submit"]:active {
  opacity: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

#inlogformulier *:focus {
  outline: none;
}


/*Navigatie-items dropdown goed weergeven*/
.dropdown-item p, .nav-link p {
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .home-center-center h1 {
    font-size: 25px;
    }
    .home-center-center IMG {
        width: 75%;
    }
}

.homePage IMG {
    width: 75% !important;
}


/*Paginacontent zelfde achtergrondkleur als rest van de pagina*/

.PageContentUnder .col-md-4 {
    background-color: #fcfafa;
}

@media (max-width: 992px) {
    .navbar-collapse {
        background: hsla(0, 0%, 94.1%, 1) !important;
        }
}

#social {
    background-color: #8B4F7C !important;
}

form[action="/umbraco/Surface/WebshopSurfaceV2/DownloadInvoice"] button[type="submit"].btn.btn-secondary {
    margin-bottom: 50px;
}
