<style>

  .small-dropdown {
    width: 250px; /* Adjust the width as needed */
    padding: 10px; /* Adjust the padding as needed */
  }

 .login-label {
    text-align: center; /* Center the text */
  }

.custom-button-group a {
  flex: 5;
}

.custom-button-group a:last-child {
  margin-right: 10;
}
</style>