@font-face {
  font-family: "Libre Franklin";
  src: url("/fonts/librefranklin/static/LibreFranklin-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Libre Franklin";
  src: url("/fonts/librefranklin/static/LibreFranklin-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Libre Franklin";
  src: url("/fonts/librefranklin/static/LibreFranklin-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Arial";
  src: url("/fonts/arial/ARIAL.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  box-sizing: border-box;
  line-height: 18px;
}

html,
body {
  height: 100%;
}
.ienotice {
  text-indent: 22px;
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  height: 16px;
  padding: 3px 0px;
  font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
  font-size: 10px;
  color: black;
  border-top: 1px solid #ffffe1;
  border-bottom: 1px solid #cccccc;
  background: #ffffe1 url("/images/icon-error.png") no-repeat 3px 3px;
  width: 100%;
}
#copyrights {
  position: relative;
  margin: -40px 0px 0px 0px; /* negative value of footer height */
  height: 40px;
  clear: both;
  color: #888;
  text-align: center;
}
body {
  font-family: verdana;
  font-size: 12px;
  margin: 0px;
}
#wrap {
  min-height: 100%;
}
#top {
  background: url("/images/logo_bg.png") repeat-x scroll 0px 0px #6a8190;
  height: 51px;
  overflow: hidden;
  width: 100%;
}
#logo {
  background: url("/images/logo.png") no-repeat scroll 0px 0px transparent;
  display: block;
  height: 25px;
  left: 14px;
  position: absolute;
  text-decoration: none;
  top: 10px;
  width: 120px;
  z-index: 5;
}

#content {
  overflow: auto;
  border: none;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 40px 40px 40px;
  width: 850px;
}
#content.login {
  position: relative;
}

#info {
  width: 500px;
  height: 340px;

  margin-left: -78px;
  color: #646262;
  font-size: 12px;
  font-family: verdana;
  display: inline;
  float: left;
}
.infoLogoCont {
  width: 400px;
  padding: 40px 20px 0px 80px;
  min-height: 300px;
  margin-left: 40px;
  background: url("/images/login_left_logo.jpg") no-repeat scroll 0px 0px #fff;
}
#info h2 {
  color: #6c8191;
  font-size: 19px;
  font-weight: bold;
  margin: -25px 0px 5px 0px;
  padding: 0px;
}
#info p {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#info .detailsTitle {
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  display: block;
  width: auto;
}
#info span {
  width: 70px;
  display: inline-block;
  font-weight: bold;
}

/* form {
  width: 350px;
  border: 1px solid #c7c6c6;
  border-radius: 10px;
  display: inline;
  float: right;
  padding: 17px 0px 0px 0px;
  background: url("/images/login_bg.png") repeat-x #dbdbdb;
} */
/* input#j_username,
input#j_password,
input#oldPassword,
input.inputText_AA {
  color: #888;
  font-weight: bold;
  padding-left: 3px;
  width: 300px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  border: 1px solid #aaa;
}
input#j_username:focus,
input#j_password:focus,
input.inputText_AA:focus,
input#oldPassword:focus {
  color: black;
  border: 1px solid #888;
} */
.field {
  margin-bottom: 5px;
  padding: 5px 23px 5px 23px;
}
.field label {
  margin: 1px 1px 6px 0px;
  color: #6c8191;
  font-weight: bold;
  display: block;
}
form h2 {
  color: #6c8191;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 30px;
}
/* form p {
  margin: 0px;
  font-size: 10px;
  padding: 0px 23px 26px 23px;
} */
#loginArea {
  text-align: right;
  height: 24px;
  padding: 8px 23px;
  background-color: #dbdbdb;
  border-radius: 0px 0px 10px 10px;
}

/* #loginButton,
.button {
  border-radius: 2px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  cursor: default;
  height: 24px;
  padding: 2px 10px;
  background-color: #617481;
} */
#forgotPwdLink {
  margin: -5px 0px 25px 217px;
  font-size: 10px;
  display: inline-block;
}
.loginDialog {
  position: absolute;
  width: 760px;
  height: 375px;
  display: none;
  left: 85px;
  top: 75px;
  z-index: 1000;
  background: url("/images/tou_dialog_bg.png") no-repeat;
  background-color: white;
}
.loginDialogCont {
  width: 660px;
  height: 230px;
  margin: 0px 65px 65px 65px;
  overflow-y: scroll;
  font-size: 12px;
}
.loginDialog h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 50px 0px 30px 0px;
  text-align: center;
}
.loginDialogCont p {
  margin: 0px 0px 10px 0px;
}
.loginDialog .closeBtn {
  background: url("/images/tou_dialog_close.png") no-repeat 0px 0px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: -17px;
  right: -17px;
  cursor: pointer;
}
#content #loginArea #loginButton {
  float: right;
}
#content #loginForm #loginArea .forgotj_passwordButton {
  float: left;
  color: #0000ee !important;
  font-size: 10px;
}
#content #loginForm #loginArea .forgotj_passwordButton a {
  color: #0000ee !important;
}
#error,
#defaultMessageId {
  margin: 1px 1px 1px 441px;
  padding: 1px;
  color: red;
  text-align: left;
  padding-left: 59px;
}
/* #defaultErrorMessageId {
  margin: 1px 1px 1px 441px;
  padding: 1px;
  color: red;
  text-align: left;
  padding-left: 59px;
} */

#resetPasswordMessage {
  margin: 10px;
  font-size: 15px;
  color: #6c8191;
  font-weight: bold;
}
.submitButton {
  margin-top: 15px;
}
.forgotPasswordButton {
  float: left;
}
.continue {
  margin-top: 20px;
}
/* #wrongUserErrorMessageId {
  color: red;
  text-align: left;
} */
.address {
  margin-left: 30px;
  line-height: 150%;
  margin-bottom: 30px;
}
.resetPasswordMessage {
  margin: 10px;
  font-size: 14px;
  color: #6c8191;
  line-height: 150%;
  margin: 0 15px 15px 19px;
}
form#initialSetupForm.errorForm,
/* form#harmonyWelcomeForm.errorForm {
  background: url("/images/login_bg.png") repeat-x transparent;
} */

#help {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  border: 2px solid #6a8190;
  width: 350px;
  text-align: left;
  z-index: 100;
}
#helpHead {
  padding: 5px;
  font-weight: bold;
  color: white;
  background: #6a8190;
}

#helpContent {
  padding: 5px;
}

#questionMark {
  font-weight: bold;
  font-size: 15px;
  background-color: #6a8190;
  color: white;
  padding: 1px;
  width: 10px;
  display: inline-block;
  margin-left: -16px;
  margin-right: 2px;
}
.answerError {
  display: none;
  padding-left: 12px;
  padding-top: 3px;
  font-size: 11;
  color: red;
}
/* form#initialSetupForm {
  width: 400px;
  background: url("/images/login_bg.png") repeat-x transparent;
}
form#initialSetupForm select,
form#initialSetupForm input {
  width: 355px;
} */

.field .answer {
  margin: 8px 0 20px 0;
}
.resetPasswordTitle {
  margin: 10px;
  font-size: 15px;
  color: #6c8191;
  font-weight: bold;
}
.DropDown_AA,
.answer input {
  height: 25px;
}

/*---New CSS---*/

body {
  font-family: "Arial";
  font-size: 13px;
  background-color: #f7f7f7;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

h1 {
  font-weight: 600;
  font-family: "Libre Franklin";
}

.welcomeText {
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.loginContainer {
  display: grid;
  place-items: center;
  min-height: 100vh;
  background-image: url("../svgs/osttra-arc.svg");
  background-repeat: no-repeat;
  background-position: right top -75px;
}
.contentSection {
  display: flex;
  width: 70%;
  background-color: #ffffff;
  min-height: 640px;
  max-width: 900px;
}
.userDetailsSection {
  display: flex;
  flex-grow: 1;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.25);
}
.userLoginSection {
  flex-grow: 1;
  border-right: 1px solid #ececec;
  padding: 1.5rem 1.5rem 1.5rem;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.customerSupportSection {
  flex: 0 0 30%;
  padding: 5.5rem 1.5rem 0 1.5rem;
}
.logoSection {
  margin-bottom: 1.5rem;
}

.formSection {
  margin: 1rem 0;
}

.formField,
.fieldGroup {
  margin-bottom: 1rem;
}

.fieldGroup .formField {
  margin-bottom: 0.25rem;
}

label {
  display: block;
  font-weight: 700;
  color: #464646;
}

label.labelToRemember {
  font-weight: normal;
}

.inputFieldWrapper {
  position: relative;
  width: 400px;
}

.inputFieldWrapper::after {
  content: "";
  position: absolute;
}

.userNameTextWrapper::after {
  background-image: url("/svgs/user.svg");
  background-repeat: no-repeat;
  top: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
}

.userNameTextWrapper.errorField::after {
  background-image: url("/svgs/userRed.svg");
}

.passwordTextWrapper {
  z-index: 10;
}

.passwordTextWrapper.errorField::after {
  background-image: url("/svgs/eyeRed.svg");
  top: 10px;
  height: 10px;
}

.inputText {
  display: block;
  margin-top: 0.5rem;
  border: 1px solid #cccccc;
  padding: 0 32px 0 12px;
  height: 30px;
  width: 100%;
  border-radius: 3px;
}

.passwordText {
  margin-top: 0;
}

.inputText:hover {
  border-color: #00afaf;
}

.inputText:focus {
  border-color: #00afaf;
  box-shadow: 0px 0px 0px 2px #80d7d7;
}

.inputText:focus-visible {
  outline: none;
}

.alignFlex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.submitFormSection {
  gap: 1.5rem;
  padding-top: 1rem;
}

.submitFormSection a {
  text-decoration: none;
  color: #006491;
}

.buttonDefault {
  display: flex;
  border: none;
  color: #fff;
  padding: 0 12px;
  background: #00afaf;
  border-radius: 3px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
}

.buttonDefault:hover {
  background: #008c8c;
}

.buttonDefault:active {
  background: #00afaf;
}

.customerSupportHeading {
  font-size: 13px;
  font-weight: 700;
}

.countryInfo,
.mailDetail,
.osttraSupport {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
  margin-bottom: 0.5rem;
}

.mailDetail,
.osttraSupport {
  font-weight: 700;
}

.mailDetail a,
.osttraSupport a,
.phoneDetails {
  color: #006491;
  font-weight: normal;
}

.countryInfo > div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.countryInfo:last-child {
  margin-bottom: 0;
}

.contactDetails {
  font-weight: 700;
  margin-bottom: 2rem;
}

.customerSupportHeading {
  margin-bottom: 1rem;
}

.disclaimerSection {
  color: #a0a0a0;
  padding-top: 1rem;
  border-top: 1px solid #ececec;
}

.disclaimerSection p:first-child {
  margin-bottom: 0.5rem;
}

.disclaimerLink {
  text-decoration: none;
  color: #006491;
}

.errorField .inputText {
  background-color: #fbe8eb;
  color: #d71937;
}

.errorInfo {
  margin-top: 2rem;
  display: flex;
  width: 400px;
  padding: 12px 1rem;
  background-color: #fbe8eb;
  border-radius: 3px;
}

.errorInfo .message {
  margin-left: 0.5rem;
  color: #d71937;
}

.firstTimeUserInfo {
  margin-bottom: 1rem;
  max-width: 400px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/svgs/dropdownIcon.svg");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 11px;
}

.descriptionTextSection {
  max-width: 395px;
}

.descriptionTextSection > p {
  margin-bottom: 1rem;
}

.buttonPassive {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #006491;
}

.passwordInfo {
  position: relative;
  cursor: pointer;
}

.passwordInfoContainer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.passwordInfo:hover .passwordInfoTooltip {
  opacity: 1;
}

.passwordInfoTooltip {
  width: 310px;
  background-color: #0192d6;
  position: absolute;
  left: 26px;
  top: -4px;
  opacity: 0;
  cursor: auto;
  border-radius: 3px;
  color: #fff;
  padding: 0.5rem;
}

.passwordInfoTooltip::before {
  content: url("/svgs/tooltipIcon.svg");
  position: absolute;
  left: -7px;
  top: 2px;
}

.passwordInfo .passwordInfoTooltip:hover {
  opacity: 0;
}

.helpContent > p,
.helpContent li {
  margin-bottom: 0.5rem;
}

.password-eye-wrapper {
  position: absolute;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 20;
}

.eye-open {
  display: none;
}

a.loginAgain {
  color: #fff;
}

.errorInfoMessage {
  margin-top: 2rem;
  display: flex;
  width: 400px;
  background-color: rgb(251, 232, 235);
  padding: 12px 1rem;
  border-radius: 3px;
  color: rgb(215, 25, 55);
  position: relative;
}

/* .errorInfoMessage::before {
  content: url("../svgs/errorInfoRed.svg");
  position: absolute;
} */

