.split-container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-family: Helvetica, Arial, sans-serif;
text-align: center;
padding: 0 20px;
box-sizing: border-box;
}
.column {
flex: 1;
padding: 20px;
}
.column img {
max-width: 200px;
height: auto;
}
.column p {
font-size: 20px;
margin: 0;
}
.login-button {
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 20px;
color: white;
background-color: #213c5f; /* DFSA blauw */
border: none;
padding: 20px 20px;
border-radius: 0px;
text-decoration: none;
text-align: center;
display: inline-block;
cursor: pointer;
transition: background-color 0.3s ease;
}
.login-button:hover {
background-color: #e75625; /* DFSA oranje */
color: white;
}
.login-button:active {
background-color: #e75625; /* DFSA oranje */
color: white;
}
@media (max-width: 768px) {
.split-container {
flex-direction: column;
height: auto;
}
.column {
padding: 10px;
}
.column img {
max-width: 150px;
}
.column p {
font-size: 18px;
}
}
You need to register before accessing this content.
Om je de allerbeste ervaring te bieden, maken we gebruik van cookies en andere slimme technologieën. Zo kunnen we jouw voorkeuren onthouden en onze site nóg beter laten werken. Geef je ons toestemming? Super! Dan kunnen we bijvoorbeeld jouw surfgedrag en unieke ID gebruiken om alles soepel te laten verlopen. Geen zin in cookies? Dat kan natuurlijk ook, maar houd er rekening mee dat sommige functies dan misschien niet helemaal lekker werken. 😊