/*!
 Copyright (c) 2020, 2024, Oracle and/or its affiliates.
 */

:root {
  --a-base-font-family: "Poppins";
}
.t-Header-logo-link img {
  max-width: 80%;
}
.a-IRR-container {
  border-radius: 15px 15px 15px 15px;
}
.t-Login-region {
  border-radius: 20px;
}
.t-Login-buttons .t-Button {
  width: 100%;
  border-radius: 16px;
}
#P9999_USERNAME {
  border-radius: 20px;
}
#P9999_PASSWORD {
  border-radius: 20px;
}
.t-PageBody--login {
  background-color: white;
}
.t-Login-region {
  background-color: white;
}
#P9999_ICON {
  height: 53px;
  margin-bottom: 5px;
}
.t-Button--passwordVisibility {
  border-radius: 14px;
  margin-left: 5px;
  background-color: white;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  opacity: 20%;
}
