html {
  height: 100% !important;
}

body {
  font-family: "Roboto", sans-serif;
  color: #333;
  font-weight: 300;
  font-size: 14px;
}

main,
.container-fluid {
  height: 100%;
}

.row.no-gutters {
  height: 100%;
}

.w167 {
  height: 48px;
}

.w167 svg {
  width: 100%;
  max-width: 167px;
  height: 100%;
}

.w167 img {
  width: 100%;
  max-width: 167px;
  height: 100%;
}

h1 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 18px;
}

h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

h3.introText {
  font-weight: 300;
  font-size: 16px;
}

a {
  font-size: 11px;
  color: #0071b9;
  cursor: pointer;
}

a:hover,
a:focus {
  cursor: pointer;
  color: #265d7f;
  text-decoration: none;
}

.border-bottom {
  border-bottom: 2px solid #999999 !important;
  -ms-flex-negative: 0 !important;
}

.localAccount>.divider,
.localAccount>.create>p,
.intro h2,
.rememberMe,
a.helpLink {
  display: none;
}

label,
.password-label {
  margin-top: 10px;
}

.localAccount>.entry {
  margin-top: 10px;
}

.corpImg>img {
  width: 100%;
  height: 100%;
}

.buttons button {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: inherit;
  line-height: 1.42857143;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: inherit;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
}

.entry>.buttons>button,
.accountButton,
#continue,
#cancel,
#signup {
  border: none;
  background-color: #0071b9;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  height: 45px;
  width: 100%;
  margin: 12px 0;
  text-transform: uppercase;
  font-weight: 300;
}

.sign-up-form {
  display: none;
  color: #333333;
}

.sign-up-actions {
  width: 100%;
  margin-top: 16px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}

.sub-header {
  font-size: 18px;
  margin-bottom: 10px;
}

.label {
  font-size: 15px;
}

.buttons {
  text-align: center;
}

.options {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  text-align: center;
}

#successText {
  color: #1c7430;
  font-size: 15px;
  font-weight: 300;
}

#errorText,
#emailValidationError {
  color: #D20033;
  font-size: 15px;
  font-weight: 300;
}

#logonIdentifier,
#email,
#password,
#signInName,
#emailAddress,
#company,
#address,
#country,
#phone,
#name,
#role,
#supplier_factory_id,
#remarks {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc;
  border-radius: 5px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  color: #555;
  display: block;
  font-size: 14px;
  height: 35px;
  line-height: 1.42857143;
  margin: 0;
  padding: 6px 12px;
  width: 100% !important;
}

#remarks {
  height: 100px;
}

#forgotPassword {
  margin-top: 10px;
  cursor: pointer;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

#createAccount {
  cursor: pointer;
  display: none;
}

.divider {
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
}

.divider h2 {
  color: #808080;
  text-transform: uppercase;
  line-height: 20px;
  margin: 8px 0 12px;
  text-align: center;
  font-size: 14px;
}

.divider h2:after,
.divider h2:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 40%;
}

.divider h2:after {
  background: #999999;
  padding: 0;
  right: 0;
}

.divider h2:before {
  background: #999999;
  padding: 0;
  left: 0;
}

.footer {
  font-size: 11px;
  background-color: #c4c4c4;
  align-self: flex-end;
  width: 100%;
}

.footer a {
  color: #333333;
  text-transform: uppercase;
  font-size: 11px;
}

.footer a:hover,
.footer a:focus {
  text-decoration: underline;
}

#copyright {
  color: #808080;
}

.list-group-item {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.error p,
div.error {
  color: #ff0000;
  margin-bottom: 0;
}

.error.itemLevel {
  display: none;
}

.error.itemLevel.show {
  display: block;
}

#attributeList>ul {
  padding: 0;
}

#attributeList>ul>li {
  list-style: none;
}

#attributeList input[type="text"],
#attributeList input[type="email"],
#attributeList input[type="password"] {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc;
  border-radius: 5px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  color: #555;
  display: block;
  font-size: 14px;
  height: 35px;
  line-height: 1.42857143;
  margin: 0;
  padding: 6px 12px;
  width: 100% !important;
}

#attributeList .error p {
  font-size: 12px;
}

#continue,
#cancel {
  width: 120px;
  float: left;
  font-size: 11pt;
}

#continue[disabled] {
  background-color: #d2d2d2;
}

#cancel {
  text-transform: uppercase;
  background-color: transparent;
  color: #333;
}

.verify {
  display: block;
  width: 100%;
}

.verify button {
  margin-top: 4px;
}

@media (min-width: 576px) {
  .corpImg {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-bottom: 130px;
  }

  .footer {
    height: auto;
    line-height: normal;
  }

  footer .row {
    display: block !important;
  }

  li.list-group-item {
    margin: 10px 0;
  }
}

@media screen and (width: 1366px) {
  .align-items-center.p-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .w145 {
    margin: 6px 0;
  }

  #loginArea>.py-4 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .corpImg {
    min-height: auto;
  }
}

@media screen and (min-width: 1400px) {
  body {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .corpImg>img {
    position: absolute;
  }

  main,
  .container-fluid {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    overflow: auto
  }
}

@media screen and (min-width: 1900px) {
  #loginArea>div {
    top: 25%;
    transform: translateY(-25%);
    padding: 0 80px;
  }
}

@media screen and (min-width: 2200px) {


  main {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
  }

  main>.container-fluid {
    display: flex;
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    flex-direction: column;
  }

  main>.container-fluid>.row.no-gutters {
    display: flex;
    display: -ms-flexbox !important;
    -ms-flex-positive: 1 !important;
    flex: 1;
  }

  .divider h2 {
    margin: 20px 0 24px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  *::-ms-backdrop,
  html {
    display: flex;
    flex-direction: column;
  }

  *::-ms-backdrop,
  body {
    flex-direction: column;
  }

  *::-ms-backdrop,
  main {
    height: 100%;
  }

  *::-ms-backdrop,
  .container-fluid {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.verificationControlContent ul {
  padding: 0
}

.verificationControlContent .buttons {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
}