# Configure custom style
You can configure custom styles on the Other Configuration page of Application Details.
- Hide third-party identity provider login: After enabling it, the third-party identity provider login button will not be displayed.
- Hide social login button: After opening, the social login application button will not be displayed.
- Combine login and registration: After opening, if the user enters a non-existent account, an account will be automatically created for it.
-Hide forgotten password button: After opening, the forgot password button will be hidden. -Custom CSS: Here you can make some advanced customizations to the login box through custom CSS. Such as modifying the background color:
body {
background: #6699 !important;
}