body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: INGMe, arial, helvetica, sans-serif;
  background-color: #f5f5f5;
  color: #333333;
  margin: 0;
}

/* Chrome Password Manger prefilling styles fix */
input:-webkit-autofill::first-line {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: INGMe, arial, helvetica, sans-serif;
  color: #333333;
}

.link-as-tab.active {
  font-weight: bold;
}

[hidden] {
  display: none !important;
}

.dialog-button-container,
.notification-button_block {
  margin-top: 25px;
}

.notification-button_block {
  text-align: right;
}

.notification-image_container {
  text-align: center;
  margin-top: 16px;
}

.custom-image {
  height: 240px;
  background-size: cover;
  background-position: bottom;
}

.call_us_dialog {
  background-size: initial;
  background-position: 70%;
}

.full {
  margin-top: 0;
}

.full img {
  width: 100%;
}

.with-padding {
  padding: 16px;
}

ing-app-authentication {
  background-image: none;
  overflow: auto;
  /* header has 64px height, 4px extra I have no idea why (maybe a shadow box), 20px is min-margin from the topbar - total 88 */
  min-height: calc(100% - 88px);
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.app-grid {
  flex: 1 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
}

#start-of-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  width: 100%;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  height: 414px; /*520px;*/
  width: 100%;
}

@media screen and (max-width: 840px) {
  .loading-container {
    height: 390px;
  }
}

@media screen and (max-width: 413px) {
  .loading-container {
    height: 440px;
  }
}

.loading-container h1 {
  color: #333;
  padding-top: 8px;
  font-size: 14px;
}

.content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-transition: all 0.4s; /* Safari */
  transition: all 0.4s;
}

.view-container {
  min-width: 320px;
  max-width: 448px;
  width: 100%;
  min-height: 220px;
}

.view-content {
  min-height: 380px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 840px) {
  .view-content {
    min-height: 220px;
  }
}

@media screen and (max-width: 413px) {
  .view-content {
    min-height: 220px;
  }
}

.card-container {
  transition: all 0.4s;
  width: 100%;
}

@media all and (min-width: 449px) {
  ing-app-authentication .card-container,
  ing-app-authentication .app-footer {
    width: 448px;
  }
}

@media all and (min-width: 737px) {
  ing-app-authentication .card-container[expanded] {
    width: 776px;
  }
}

@media all and (min-width: 1280px) {
  ing-app-authentication .card-container[expanded] {
    width: 816px;
  }
}


/*ing-uif-card-styles hardcode as it is */

.ing-uif-card-padding {
  padding-left: 16px;
  padding-right: 16px;

}

.ing-uif-card-header {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 16px;
  padding-bottom: 16px;
}

.ing-uif-card-header-title {
  color: #FFA500;
  margin: 0;
}

.ing-uif-card {
  box-shadow:
    0 0 2px 0 rgba(0, 0, 0, 0.12),
    0 2px 2px 0 rgba(0, 0, 0, 0.24);
  display: block;
  background-color: #fff;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 480px) {
  .ing-uif-card {
    border-radius: 4px;
  }
}

ing-notification {
  display: block;
}

ing-feat-scanner-request-device {
  max-height: 510px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.eye-padding-right {
  padding-right: 40px;
}
