body {
  font-family: "Open Sans", sans-serif;
  background: #ededed;
  background-image: url(https://static.oracle.com/cdn/apex/24.2.16/themes/theme_42/24.2/images/rw/background-textures/bg-light-pattern-left.png), 
                    url(https://static.oracle.com/cdn/apex/24.2.16/themes/theme_42/24.2/images/rw/background-textures/bg-light-pattern-right.png);
  background-repeat: no-repeat;
  background-attachment: fixed; /* Keeps image from scrolling with content */
  background-position: center;  /* Keeps the focal point in the middle */
  background-size: cover; /* Scales image to be as large as possible so that the background area is completely covered */
}

.mob-header {
  display: block;
  text-align: center;
}

.mob-sin-sup {
  display: block;
  text-align: center;
}

.cont {
  overflow: hidden;
  position: relative;
  background: #fff;
  width: 400px;
  height: 500px;
  margin: 90px auto 100px;
  resize: vertical;
  min-height: 250px;
  box-shadow: none;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#signin-div {
  width: 400px;
}

.form {
  margin: 0px;
  overflow: hidden;
}

.sub-cont {
  display: none;
  background: #e3e3e8;
}

.alt-factor-pane {
  padding: 0px;
  width: 100%;
  margin-left: 0px;
}

.alt-factor-button {
  text-transform: capitalize;
  border-radius: 0;
  box-shadow: none;
  background: #0D6CB9;
}

.alt-factor-text {
  color: #003366;
  text-shadow: none;
  text-transform: none;
}

button {
  border-radius: 30px;
}

.submit {
  background: #0D6CB9;
  text-transform: none;
  box-shadow: -2px 2px 2px #aeaeb7;
}

.submit:hover {
  background: #0A5490;
}

.submit:click {
  box-shadow: 0px;
}

h1 {
  width: 100%;
  font-size: 24px;
  color: #003366;
  padding: 0 0 15px 0;
  text-shadow: none;
  text-align: center;
}

h3 {
  color: #003366;
  text-shadow: none;
}

label { 
  width: 300px;
}

label span {
  color: #003366;
  text-transform: none;
  font-size: 16px;
  text-shadow: none; 
}

span.info {
  color: #003366;
  text-shadow: none;
}

a {
  color: #003366;
  text-shadow: none;
}

input {
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: none;
  border-radius: 5px;
}

.img:before {
 background-image: url(https://static.oracle.com/cdn/apex/24.2.16/themes/theme_42/24.2/images/rw/background-textures/bg-light-pattern-left.png), 
                    url(https://static.oracle.com/cdn/apex/24.2.16/themes/theme_42/24.2/images/rw/background-textures/bg-light-pattern-right.png);
}
.img__btn:after {
  border: 1px solid;
  border-radius: 0;
}

.loader {
  border: 10px solid #ababba;
  border-top: 10px solid #0D6CB9;
}

.externalIdpBtn {
  border-radius: 0px;
}

.external-idp-btn {
  width: 30px;
}

/* Ensure PASS home links added to signin.html are always visible */
.go-pass-home, .pass-home-always {
  text-align: center;
  margin-top: 12px;
}
.go-pass-home a, .pass-home-always a {
  color: #003366;
  font-weight: 600;
  text-decoration: none;
}
.go-pass-home a:hover, .pass-home-always a:hover {
  text-decoration: underline;
}

/* Language toggle styling (inline links) */
.lang-toggle-wrap {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  padding: 8px 0 18px 0;
}
.lang-toggle .lang-label { display: none; }
.lang-link {
  color: #003366;
  font-weight: 600;
  text-decoration: none;
  margin: 0 4px;
}
.lang-link:hover { text-decoration: underline; }
.lang-link.active {
  color: #0D6CB9;
  text-decoration: underline;
}
.sep { color: #003366; }