* {
  margin: 0;
}

html, body {
  height: 100%;
  color: #fff;
  background-color: #111b58;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px; /* the bottom margin is the negative value of the footer section height */
}

.footer {
  height: 50px;
  text-align: center;
}

.push {
  height: 100px;
}

.login-copyright {
  display: table;
  font-size: 0.7rem;
  margin: 0 auto;
  opacity: 0.7;
  width: 100%;
}

.login-wrapper {
  padding-top: 100px;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (max-width: 580px) {
.login-wrapper {
  padding-top: 0px;
}
}

.login-container {
  text-align: center;
  margin: 0 auto;
}

.login-form-wrapper {
  margin-bottom: 20px;
}
.form-group {
  max-width: 395px;
  margin: 0 auto 20px;
}
@media (max-width: 420px) {
  .form-group {
    max-width: 90%;
    margin: 0 auto 20px;
  }
}
.form-group input {
  font-size: 1.2em;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 1.0em;
  font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 1.0em;
  font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 1.0em;
  font-style: italic;
}


.other-authprovider-btn {
  border-radius: 25px;
  padding: 6px 22px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border: 1px solid white;
  color: #333333;
}

.other-authprovider-btn:hover, .other-authprovider-btn:active, .other-authprovider-btn:focus {
  color: white;
  background: #333333;
  border: 1px solid #333333;
}

.remove-btn {
  display: block;
  position: relative;
  top: -15px;
  background: white;
  border-radius: 25px;
  padding: 6px 22px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.submit-btn {
  color: white;
  border: 1px solid white;
  font-size: 1.2em;
  background: none;
  border-radius: 25px;
  padding: 12px 44px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  opacity: .2;
}

.highlighted-btn {
  opacity: 1;
}

.highlighted-btn:hover, .highlighted-btn:active, .highlighted-btn:focus {
  color: #0072aa;
  background: white;
}

.sign-in-with {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}

.bottom-link {
  display: inline-block;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.bottom-link a {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.branding {
  margin-bottom: 60px;
}

@media (max-width: 580px) {
.branding {
  margin-bottom: 0px;
}
}

.ot-logo {
  max-width: 90%;
  max-height: 45px;
  height: auto;
  width: auto\9; /* ie8 */
}

.other-logo {
  max-width: 90%;
  height: auto;
  width: auto\9; /* ie8 */
}

.login-error {
  background-image: url('login_error18.svg');
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 18px 18px;
  font-size: 1.25em;
  display: table;
  max-width: 90%;
  min-height: 50px;
  margin: 20px auto;
  padding: 20px 0 20px 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.login-info {
  background-image: url('login_info18.svg');
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 18px 18px;
  font-size: 1.25em;
  display: table;
  max-width: 90%;
  min-height: 50px;
  margin: 20px auto;
  padding: 20px 0 20px 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.login-error b {
  font-size: 1.2em;
}
.login-error p {
  margin: 0 20px 0 50px;
}
.login-info b {
  font-size: 1.2em;
}
.login-info p {
  margin: 0 20px 0 50px;
}

.login-message {
  font-size: 1.25em;
  display: table;
  max-width: 90%;
  min-height: 50px;
  margin: 20px auto;
  padding: 20px 0 20px 0;
  border-radius: 4px;
}
.login-message b {
  font-size: 1.2em;
}
.login-message p {
  margin: 0 20px 0 20px;  
}

.login-error:first-child {
  padding: 0 0 20px 0;
}
.login-info:first-child {
  padding: 0 0 20px 0;
}
.login-message:first-child {
  padding: 0 0 20px 0;
}

.clearer {
  color: #d3d3d3;
  display: none;
  pointer-events: auto;
  font-size:0;
  border: 0;
}

.clear-icon {
  background-image: url('formfield_clear.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-color: transparent;
}
.clear-icon:focus {
  background-image: url('formfield_clear_inv.svg');
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.error-icon {
  background-image: url('formfield_error.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

/* Override the yellow colour set by Chrome if autofill took place */
input:-webkit-autofill:hover, input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset, inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px 3px white;
}

.auth-provider-btn {
  width:32px;
  height:32px;
  border:0px;
  vertical-align: middle;
  background-color: Transparent;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  font-size: 0;
}
.third_party_facebook {
	background-image:url('third_party_facebook.svg');
}
.third_party_facebook:hover, .third_party_facebook:active, .third_party_facebook:focus {
	background-image:url('third_party_facebook_inv.svg');
}
.third_party_google{
	background-image:url('third_party_google.svg');
}
.third_party_google:hover, .third_party_google:active, .third_party_google:focus {
	background-image:url('third_party_google_inv.svg');
}
.third_party_twitter{
	background-image:url('third_party_twitter.svg');
}
.third_party_twitter:hover, .third_party_twitter:active, .third_party_twitter:focus {
	background-image:url('third_party_twitter_inv.svg');
}
.third_party_yahoo{
	background-image:url('third_party_yahoo.svg');
}
.third_party_yahoo:hover, .third_party_yahoo:active, .third_party_yahoo:focus {
	background-image:url('third_party_yahoo_inv.svg');
}
.third_party_linkedin{
	background-image:url('third_party_linkedin.svg');
}
.third_party_linkedin:hover, .third_party_linkedin:active, .third_party_linkedin:focus {
	background-image:url('third_party_linkedin_inv.svg');
}
.third_party_microsoft{
	background-image:url('third_party_microsoft.svg');
}
.third_party_microsoft:hover, .third_party_microsoft:active, .third_party_microsoft:focus {
	background-image:url('third_party_microsoft_inv.svg');
}
.language-icon{
	background-color: Transparent;
	background-image:url('language_switcher.svg');
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	width:32px;
	height:32px;
	border:0px;
	font-size:0;
}
.language-icon:hover, .lang-icon:active, .language-icon:focus {
	background-image:url('language_switcher_inv.svg');
}

.modal-content{
  position: relative;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  overflow: auto;
}

.lang-block {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}

.lang-option{
  display: block;
  font-size: 0.875em;
  line-height: 0.75;
  color: #0072aa;
  background: white;
  border: 1px solid #0072aa;
  border-radius: 25px;
  padding: 12px 1.5em;
  margin: 15px auto;
  width: 8.5em;
}
.lang-option:hover, .lang-option:focus, .lang-option:active {
  color: white;
  background: #0072aa;
}

.required-symbol {
  position: absolute;
  top: -3px;
  right: 5px;
  z-index: 2;
  display: block;
  font-size: 1.5em;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  color: #555;
}

input[type="checkbox"] {
    width: 20px;
	height: 20px;
	vertical-align: bottom;
}
.checkbox-text {
	vertical-align: bottom;
	padding-left:10px;
	font-size:1.25em;
}

.ellipsis {
  font-size: 50px;
}

.ellipsis:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026";
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1em;
  }
}

.langinstruction {
  color: #0072aa;
}

.password-strenth {
    
}
.password-strength span {
  font-size: 70%;
  opacity: 0.5;
  padding-right: 10px;
  margin-right: 5px;
  background-image: url("Symbol-Waiting.svg");
  background-repeat: no-repeat;
  background-position: center right;
  width: 3px; }
.password-strength span.valid {
  opacity: 1;
  background-image: url("Symbol-Check.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

.app-footer {
  height: 72px;
  bottom: 0;
  width: 100%;
  z-index: 10;
  flex-direction: row;
  display: flex;
}
.app-footer .footer-content {
  text-align: center;
  opacity: 0.7;
  margin: 0 auto;
  height: 100%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app-footer .footer-content .middle-panel {
  margin: auto;
}
.app-footer .footer-content .left-panel {
  width: 0%;
}
.app-footer .footer-content .middle-panel a {
  margin: 0 16px;
}
.app-footer .footer-content .middle-panel span {
  margin: 0 16px;
}
.app-footer .footer-content .right-panel {
  width: 0%;
}
.app-footer .footer-content .right-panel a {
  margin-right: 20px;
  cursor: pointer;
}
.app-footer .footer-content .right-panel a:last-child {
  margin-right: 0;
}

.flex-90 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 90%;
  flex: 1 1 90%;
  max-height: 100%;
  box-sizing: border-box;
}
.flex-80 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 80%;
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}
.flex-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 10%;
  flex: 1 1 10%;
  max-height: 100%;
  box-sizing: border-box;
}
.flex-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 5%;
  flex: 1 1 5%;
  max-height: 100%;
  box-sizing: border-box;
}
.footer-text-small {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.footer-link {
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
}
.footer-link:hover {
  color: #FFF;
}

.inputinfo {
  background-image: url('form_validation_information16.svg');
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: contain;
  background-color: #ECEFFF;
  margin: 10px auto;
  padding: 5px 0 5px 0;
  color: #0D1442;
  font-family: OpenText Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 14px;
  border-radius: 4px;
  text-align: left;
}
.inputinfo p {
    margin: 0 25px 0;
}

.ot-brand {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  height: 64px;
  background: transparent;
  color: #333333;
  line-height: 24px;
}

@media (max-width: 580px) {
.ot-brand {
  flex-direction: column;
  height: 96px;
}
}

@media (max-width: 580px) {
.ot-brand--is-stacked-centered {
  flex-direction: column;
  height: 96px;
}
.ot-brand--is-stacked-centered .ot-brand__divider {
  display: none;
}
.ot-brand--is-stacked-centered .ot-brand__primary {
  -webkit-margin-before: 9px;
          margin-block-start: 9px;
}
.ot-brand--is-stacked-centered .ot-brand__primary,
.ot-brand--is-stacked-centered .ot-brand__secondary {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.ot-brand--is-stacked-centered .ot-brand__version {
  -webkit-padding-before: 4px;
          padding-block-start: 4px;
}
.ot-brand--is-stacked-left {
  align-items: unset;
}
.ot-brand--is-stacked-left .ot-brand__logo {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
.ot-brand--is-stacked-left .ot-brand__primary {
  -webkit-margin-before: 3px;
          margin-block-start: 3px;
}
.ot-brand--is-stacked-left .ot-brand__divider {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
  height: 45px;
}
.ot-brand--is-stacked-left .ot-brand__secondary {
  font-size: 15px;
}
.ot-brand--is-stacked-left .ot-brand__primary,
.ot-brand--is-stacked-left .ot-brand__secondary {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.ot-brand--is-stacked-left .ot-brand__version {
  padding-block: 0 0;
}
}


.ot-brand--is-large {
  /*line-height: 48px;*/
}
.ot-brand--is-large .ot-brand__logo {
  height: 48px;
  -webkit-margin-before: 6px;
          margin-block-start: 6px;
}
.ot-brand--is-large .ot-brand__divider {
  height: 46px;
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
}
.ot-brand--is-large .ot-brand__primary,
.ot-brand--is-large .ot-brand__secondary {
  font-size: 42px;
  -webkit-padding-after: 2px;
          padding-block-end: 2px;
}
.ot-brand--is-large .ot-brand__version {
  font-size: 30px;
  -webkit-margin-start: 24px;
          margin-inline-start: 24px;
  -webkit-padding-before: 8px;
          padding-block-start: 8px;
}
@media (max-width: 580px) {
.ot-brand--is-large.ot-brand--is-stacked-centered {
  height: 160px;
}
.ot-brand--is-large.ot-brand--is-stacked-centered .ot-brand__primary {
  -webkit-margin-before: 19px;
          margin-block-start: 19px;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.ot-brand--is-large.ot-brand--is-stacked-centered .ot-brand__secondary {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.ot-brand--is-large.ot-brand--is-stacked-centered .ot-brand__version {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-padding-before: 8px;
          padding-block-start: 8px;
}
.ot-brand--is-large.ot-brand--is-stacked-left {
  height: 108px;
}
.ot-brand--is-large.ot-brand--is-stacked-left .ot-brand__primary {
  -webkit-margin-before: 3px;
          margin-block-start: 3px;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.ot-brand--is-large.ot-brand--is-stacked-left .ot-brand__secondary {
  font-size: 30px;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.ot-brand--is-large.ot-brand--is-stacked-left .ot-brand__secondary,
.ot-brand--is-large.ot-brand--is-stacked-left .ot-brand__version {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.ot-brand--is-large.ot-brand--is-stacked-left .ot-brand__version {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.ot-brand--is-large.ot-brand--is-stacked-left .ot-brand__divider {
  height: 90px;
  -webkit-margin-before: 6px;
          margin-block-start: 6px;
}
}
.ot-brand > * {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.ot-brand__logo {
  height: 24px;
  width: auto;
}
.ot-brand__logo img {
  height: 100%;
}
.ot-brand__divider {
  background: black;
  width: 1px;
  min-width: 1px;
  height: 24px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.ot-brand__primary {
  -webkit-padding-after: 3px;
          padding-block-end: 3px;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
}
.ot-brand__secondary {
  color: rgba(0, 0, 0, 0.65);
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  -webkit-padding-after: 3px;
          padding-block-end: 3px;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
}
.ot-brand__version {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  -webkit-padding-before: 1.5px;
          padding-block-start: 1.5px;
}
.ot-brand--is-dark {
  color: white;
}
.ot-brand--is-dark .ot-brand__logo:focus-visible {
  box-shadow: inset 0 0 0 1px white, inset 0 0 0 2px #2e3d98;
  outline: none;
}
.ot-brand--is-dark .ot-brand__divider {
  background: white;
}
.ot-brand--is-dark .ot-brand__primary {
  color: white;
}
.ot-brand--is-dark .ot-brand__secondary {
  color: rgba(255, 255, 255, 0.65);
}
.ot-brand--is-dark .ot-brand__version {
  color: white;
}
