button.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
	width: 430px !important;
}





.st-light-theme {
  --st-logo-path: url(./assets/logo-light.png);
}
.st-dark-theme {
  --st-logo-path:  url(./assets/logo-dark.png);
}

.brs-app .st-app-logo {
  --st-logo-width: 50px;
  --st-logo-height: 50px;
}

.brs-app .st-header-logo-link {
  --st-header-logo-height: 32px;
}

:root {
  --st-light-primary-color: #F1C40F !important;
  --st-dark-primary-color: #F4D03F !important;
  --st-light-secondary-color: #17202A  !important;
  --st-dark-secondary-color: #D0D3D4 !important;
  --st-success-message-color: #12A069 !important;
  --st-error-message-color: #CE4E3F !important;
  --st-positive-color: #51A351 !important;
  --st-negative-color: #BD362F !important; 
  --st-light-warn-color: #CE4E3F !important; 
  --st-dark-warn-color: #CE4E3F !important; 
  --st-menu-button--contacts: #ff006e; !important;
}

a.brs-link[transloco="account-registration.link.description"] {
    color: #000000 !important;
}
.st-dark-theme.mat-app-background {
	background-color: #000000 !important;
	color: #ffffff !important
	}
.st-dark-theme {
	--brs-gray-color: #F4D03F !important
	}
.st-dark-theme .mat-form-field-appearance-outline .mat-form-field-outline {
color: #F4D03F !important
}
.st-dark-theme .mat-flat-button.mat-primary {
    color: rgb(0 0 0) !important
}
.st-dark-theme a.brs-link[transloco="account-registration.link.description"]
{
	color: #ffffff !important;
}
.st-light-theme .mat-flat-button.mat-primary {
    color: rgb(0 0 0) !important
}