/* You can add global styles to this file, and also import other style files */

html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }

.cdk-global-overlay-wrapper, .cdk-overlay-container {
  z-index: 9999!important;
}

.my-id-logo{
  max-width: 100%;
  max-height: 100%;
}
.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.loading-gif {
  width: 50px;
  height: 50px;
}

.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input {
  background: white;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.mat-mdc-form-field-infix{
  background: white;
  padding: 10px;
}
