.ensuite-button {
background-color: #88e038;
color: white;
border: none;
padding: 10px 20px;
font-size: 16px;
border-radius: 6px;
cursor: pointer;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
transition: background-color 0.3s ease;
text-align: center;
}
.ensuite-button:disabled {
background-color: #c5e5a3;
cursor: not-allowed;
}
a.azure-b2c-login-button, a.azure-b2c-logout-button {
background: #0078d4;
color: #fff;
padding: 8px 16px;
border-radius: 4px;
text-decoration: none;
}
a.azure-b2c-login-button:hover, a.azure-b2c-logout-button:hover {
background: #005ea6;
}