#api {
  width: 100%;
  /* padding: 10px; */
}

.intro {
  display: none;
}
.remember-me {
  height: 20px;
  width: 115px;
  color: #000000;
  font-family: Lato Regular;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.divider {
  display: none;
}

.entry-item {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.entry-item:nth-last-child() img {
  position: absolute;
  top: 2px;
  right: 5px
}

.iemessage {
  background-color: #fff;
  padding: 20px 20px 20px 4%;
  font-family: 'Lato Regular';
  font-size: 18px;
  /* display: flex; */
  display: none;
}

.iemessage img {
  display: block;
  margin-right: 20px;
  width: 40px;
}

#signInName {
  /* display: block;*/
  width: 100%;
  font-family: 'Lato Regular';
  padding: 1.3125em .75em 0 .75em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #ced4da;
  border-radius: unset;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  position: relative;
  height: 57px;
  box-sizing: border-box;

}

#signInName::placeholder {
  color: transparent;
}

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

input {
  filter: none;
}

input:invalid {
  box-shadow: none;
}

input:-ms-input-placeholder {
  color: transparent;
}

input::-ms-input-placeholder {
  color: transparent;
}

input::-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

#signInName:hover {
  border-bottom: 2px solid #000000;
  outline: none;
}

#signInName:focus {
  border-bottom: 2px solid #150f96;
  outline: none;
}

#SignInLabel {
  font-family: 'Lato Regular';
  position: absolute;
  pointer-events: none;
  left: 1em;
  top: 18px;
  transition: 0.2s ease all;
}

input:focus+#SignInLabel {
  top: 8px;
  bottom: 10px;
  left: 1em;
  font-size: 11px;
  opacity: 1;
}

input:not(:focus):valid+#SignInLabel {
  top: 8px;
  bottom: 10px;
  left: 1em;
  font-size: 11px;
  opacity: 1;

}

#password {
  /* display: block; */
  width: 100%;
  font-family: 'Lato Regular';
  padding: 1.3125em .75em 0 .75em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border-radius: unset;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: none;
  border-bottom: 2px solid #ced4da;
  height: 57px;

  position: relative;
  box-sizing: border-box;
}

#password:hover {
  border-bottom: 2px solid #000000;
  outline: none;
}

#password:focus {
  border-bottom: 2px solid #150f96;
  outline: none;
}

#password::placeholder {
  color: transparent;
}

#PasswordLabel {
  font-family: 'Lato Regular';
  position: absolute;
  pointer-events: none;
  left: 1em;
  top: 18px;
  transition: 0.2s ease all;
}

input:focus+#PasswordLabel {
  top: 8px;
  bottom: 10px;
  left: 1em;
  font-size: 11px;
  opacity: 1;
}

input:not(:focus):valid+#PasswordLabel {
  top: 8px;
  bottom: 10px;
  left: 1em;
  font-size: 11px;
  opacity: 1;
}

input[type=text],
input[type=password]:focus,
select:focus,
textarea:focus,
button:focus {
  border-bottom: 5px solid #ced4da;
  outline: none;

}

input[type=text],
input[type=password]:hover {
  border-bottom: 5px solid #000000;
  outline: none;

}

input:invalid {
  box-shadow: none !important;
}

#next {
  font-family: 'Chubb Publico Web Roman';
  display: inline-block;
  width: 180px;
  height: 48px;
  background-color: #D7D7D7;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 19px;
  pointer-events: none;
  color: #AFAFAF;
  padding: 15px;
  /* cursor: pointer; */
}

.eye {
  position: relative;
  float: right;
  display: inline;
  width: 26px;
  height: 26px;
  margin-left: -40px;
  top: 15px;
  right: 10px;
  cursor: pointer;
}

.tooltip {
  position: relative;
  float: right;
  display: inline;
  width: 20px;
  height: 20px;
  margin-left: -40px;
  margin-top: 14.5px;
  cursor: pointer;
}

.buttons {
  margin-top: 3.59%;
  display: flex;
  justify-content: space-between;
}

#next {
  font-family: 'Chubb Publico Roman';
  display: inline-block;
  width: 180px;
  height: 48px;
  background-color: #D7D7D7;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 19px;
  pointer-events: none;
  color: #AFAFAF;
  padding: 15px;
  /* cursor: pointer; */
}

#rememberMe {
  display: none;
}

.error.itemLevel {
  position: relative;
  bottom: 12px;
  color: red;
  display: none !important;
}

.entry .entry-item label {
  display: none;
}

#forgotPassword {
  display: none;
}

.rememberNow {
  display: flex;
  align-items: center;
  height: 20px;
  width: 135px;
}

.create p a {
  color: black;
}
.create {
  height: 19px;
  width: 200px;
  color: #000000;
  font-family: Lato Regular;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}

.create p:nth-child(2) {
  font-weight: bold;
}

#api #localAccountForm .error .errorMsg {
  display: flex;
  font-weight: 500;
  padding: 10px 15px 10px 10px;
  margin-bottom: 10px;
  border: 1px solid red;
}

#api #localAccountForm .error img {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

#api #localAccountForm .error .errorMsg .errordiv {
  margin: 0;
  margin-left: 15px;
  padding: 0;
  line-height: 22px;
  color: #150f96;
}

.NavBar-mobile {
  display: none;
}

.critical-message {
  /* display: flex; */
  display: none;
  background-color: #000;
  color: #fff;
  font-family: 'Lato Regular';
  Size: 16px;
  Line-height: 24px;
  padding: 0 4%;
}

.critical-message:nth-child(odd) {
  background-color: #4B4E53;
}

.critical-message img {
  margin-right: 10px;
}

#countryCode {
  border: 0;
  text-align: left;
  padding-left: 10px;
  max-width: 25%;
  border-bottom: 2px solid #150f96;
  position: relative;
}

#countryCode option {
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  line-height: 20px;
}

#countryCode option {
  padding: auto;
}

@media only screen and (max-width: 767px) {
  .buttons {
    flex-direction: column;
  }

  .NavBar {
    display: none;
  }

  .left-section--welcome-text {
    font-size: 28px;
    line-height: 36px;
  }

  .left-section--welcome-text p:nth-child(1) {
    display: inline;
    margin-right: 5px;
  }

  .left-section--welcome-text p:nth-child(2) {
    display: inline;
  }

  .right_section {
    padding-right: 4%;
  }

  #next {
    width: auto;
    margin: 10px 0;
  }

  .header {
    margin-bottom: 0;
    min-height: 90px;
  }

  .NavBar-mobile {
    display: flex;
  }

  .NavBar-mobile span {
    padding: 20px 40px 20px 0;
    font-size: 16px;
  }
}

#countryCode {
  border: 0;
  text-align: left;
  padding-left: 10px;
  max-width: 25%;
}

#countryCode option {
  padding: auto;
}

.popupModal {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .8);
}
@media (max-width:767px) {

    .popupTitle, .modal-content {
        max-width: 360px !important;
        width: 360px !important;
    }
}

.modal-content {
  box-sizing: border-box;
  outline: 0;
  margin: auto;
  width: 536px;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  transform: translate3d(0%, 0, 0) !important;
  right: 0px;
  border-radius: 0px;
  overflow: auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 0px 0px !important;
  position: fixed !important;
}

.popupTitle {
  width: 536px;
  background-color: #150F96;
  padding-left: 36px;
  padding-bottom: 66px;
  padding-top: 56px;
}

.popupTitle-label {
  height: 28px;
  /* width: 110px; */
  color: #FFFFFF;
  font-family: "Chubb Publico Web";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
  background-color: #150F96;
}

.close-button {
  color: white !important;
  text-decoration: blink !important;
  font-size: 40px;
  right: 22px;
  position: absolute;
  top: 0;
  font-family: "Chubb Publico Web";
  outline: none;
  height: 20px;
  float: right;
  cursor: pointer;
}

.popupDivContent {
  margin-top: 60px;
  padding-bottom: 24px;
}

.modal-claim {
  margin-top: 60px;
}

.row {
  display: flex;
  margin-bottom: 8px;
  font-weight: 500;
  padding-right: 50px;
}

.row:nth-child(even) {
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 22px;
}

.row .row-content {
  font-weight: 500;
  color: #000;
  font-family: "Lato Regular";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  margin-left: 21px;
}

.row-content b {
  margin-left: 3px;
}

.row-content a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.modal-content img {
  vertical-align: middle;
  margin-left: 35px;
}

.accordionrow {
  min-height: 45px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 22px;
}

.accordionrow span {
  margin-left: 35px;
  font-family: "Lato Regular";
  font-size: 16px;
}

.accordionrow .row {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.accordionrow .row:nth-of-type(1) {
  padding-top: 24px;
}

#accordionrow-content {
  display: none;
  transition: all .5s ease;
}

.active .row {
  height: auto;
}

.accordionArrow {
  font-weight: bold;
  float: right;
  margin-right: 50px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transition: all .3s ease;
}

.active .accordionArrow {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .buttons {
    flex-direction: column;
  }

  .NavBar {
    display: none;
  }

  .left-section--welcome-text {
    font-size: 28px;
    line-height: 36px;
  }

  .left-section--welcome-text p:nth-child(1) {
    display: inline;
    margin-right: 5px;
  }

  .left-section--welcome-text p:nth-child(2) {
    display: inline;
  }

  .right_section {
    padding-right: 4%;
  }

  #next {
    width: auto;
    margin: 10px 0;
  }

  .header {
    margin-bottom: 0;
    min-height: 90px;
  }

  .NavBar-mobile {
    display: flex;
  }

  .NavBar-mobile span {
    padding: 20px 40px 20px;
    font-size: 16px;
  }
}