.demo-signin-bg {
  height: 100%;
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: scroll;
  overflow-x: hidden;
  background-image: url(images/Desktop.jpg);
}
.oj-inputpassword-input::-ms-reveal {
  display: none;
}

.oj-inputTextBox {
  line-height: 1.3;
  margin: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  position: relative;
  max-width: 50%;
  padding: 1.4rem 0 0.5rem 0;
}

.oj-inputTextBox:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #cbc5bf;
  width: 95%;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 0px;
}
.inputTextBox:focus-within::after {
  border-color: #6a9d67 !important;
}

#MobilePTUsername > div:first-child,
#MobilePTPassword > div:first-child {
  border-color: #fbf9f8 !important;
  background-color: #fbf9f8 !important;
  font-size: large !important;
  height: 70px !important;
  box-shadow: none;
}

#MobilePTUsername-labelled-by,
#MobilePTPassword-labelled-by {
  font-size: 15px !important;
}

.demo-signin-appname {
  display: block;
  color: #000;
  font-weight: 500 !important;
  text-align: center !important;
  font-family: "Oracle Sans", "Segoe UI", "Helvetica Neue", sans-serif;
}

.demo-appname-lg {
  font-size: 36px;
  font-weight: 300;
}

.demo-appname-sm {
  font-size: 24px;
  font-weight: 300;
}

.oj-signInbutton {
  background-color: #4f7942;
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  outline: 0;
  border: none;
  max-height: 40%;
  width: 100%;
}

@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

/* .oj-focus{
  border-color: #6A9D67 !important;
} */

.oj-formAnimation {
  -webkit-animation: fadein 0.25s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s; /* Firefox < 16 */
  -ms-animation: fadein 0.5s; /* Internet Explorer */
  -o-animation: fadein 0.5s; /* Opera < 12.1 */
  animation: fadein 0.25s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.oj-requiredDivHidden {
  visibility: hidden;
  overflow: hidden;
  width: 0px;
  height: 0px;
  margin: 0;
}

.oj-requiredDiv {
  font-family: "Oracle Sans", "Segoe UI", "Helvetica Neue", sans-serif;
  color: red;
  text-align: center;
  height: auto;
  padding: 0 20px;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
  float: left;
  text-align: center;
  visibility: visible;
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

/* Right Drawer Style */
.right-drawer {
  width: 70rem;
}
.right-drawer-header {
  height: 5rem;
  align-items: center;
  width: 100%;
}
.right-drawer-content {
  height: calc(100vh - 10rem);
  /* offset header + footer height */
  overflow-y: scroll;
}
.right-drawer-footer {
  height: 5rem;
  align-items: center;
  width: 100%;
}

.train-parent-div {
  height: 7rem;
  align-items: center;
}
.form-parent-div {
  height: calc(100% - 7rem);
}

.form-div {
  overflow-y: scroll;
}
