/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
#root, #__next {
  isolation: isolate;
}

// stylelint-disable

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

//
// 1. Set default font family to sans-serif.
// 2. Prevent iOS and IE text size adjust after device orientation change,
//    without disabling user zoom.
//

html {
  font-family: sans-serif; // 1
  -ms-text-size-adjust: 100%; // 2
  -webkit-text-size-adjust: 100%; // 2
}

//
// Remove default margin.
//

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; // 1
  vertical-align: baseline; // 2
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none; // 1
  text-decoration: underline; // 2
  text-decoration: underline dotted; // 2
}

b,
strong {
  font-weight: 500;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; // 1
  font: inherit; // 2
  margin: 0; // 3
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], // 1
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; // 2
  cursor: pointer; // 3
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; // 1
  padding: 0; // 2
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; // 1
  box-sizing: content-box; //2
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 500;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: 'BBLSans05';
  src: url('/common/font/BBLSans05-Regular.otf') format('opentype'),
    url('/common/font/BBLSans05-Regular.woff2') format('woff2'),
    url('/common/font/BBLSans05-Regular.woff') format('woff'),
    url('/common/font/BBLSans05-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BBLSans05';
  src: url('/common/font/BBLSans05-RegularItalic.otf') format('opentype'),
    url('/common/font/BBLSans05-RegularItalic.woff2') format('woff2'),
    url('/common/font/BBLSans05-RegularItalic.woff') format('woff'),
    url('/common/font/BBLSans05-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'BBLSans05';
  src: url('/common/font/BBLSans05-Medium.otf') format('opentype'),
    url('/common/font/BBLSans05-Medium.woff2') format('woff2'),
    url('/common/font/BBLSans05-Medium.woff') format('woff'),
    url('/common/font/BBLSans05-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'BBLSans05';
  src: url('/common/font/BBLSans05-MediumItalic.otf') format('opentype'),
    url('/common/font/BBLSans05-MediumItalic.woff2') format('woff2'),
    url('/common/font/BBLSans05-MediumItalic.woff') format('woff'),
    url('/common/font/BBLSans05-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'text-security';
  src: url('/common/font/text-security-disc.woff') format('woff');
}

html, body {
  height: 100%;
  background-color: #002850;
  min-width: 1024px;
}
body {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: 'BBLSans05', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: normal;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.a-link {
  color: #fff;
}
.a-link:hover {
  color: #c5d1d8;
}
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  padding: 0 60px;
}
.content {
  flex: 1 0 auto;
  background-color: #002850;
  background-image: url("img/peb_login_background.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.header {
  position: relative;
  height: 88px;
  min-height: 88px;
}
.logo {
  display: inline-block;
  position: relative;
  margin-top: 22px;
}
.navigation-wrapper {
  float: right;
  margin-top: 32px;
}
.navigation-menu li {
  margin-left: 32px;
  float: left;
  height: 24px;
  line-height: 24px;
}
.navigation-menu li.lang-wrap {
  margin-left: 16px;
  width: 28px;
  position: relative;
  text-align: center;
}
.navigation-menu li:hover a {
  color: #c5d1d8;
}
.navigation-menu li a.permatastore {
  font-size: 12px;
  display: block;
}
.navigation-menu li.lang-wrap:hover .dropdown-menu,
.navigation-menu li.lang-wrap a:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navigation-menu .dropdown-menu > li  {
  margin: 0;
  width: 60px;
  height: auto;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  color: #213f7d !important;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover {
  background: #ebeff2;
}
.main-content {
  height: 100%;
  position: relative;
}
.main-content .container {
  height: 100%;
}
.login-box-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 24px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.login-box {
  background: #002850;
  border-radius: 20px;
  padding: 32px 40px 32px 40px;
  width: calc((700/1320)*100%);
  max-width: 700px;
  min-width: 532px;
}
.footer {
  background: #002850;
  flex-shrink: 0;
  min-height: 124px;
  padding: 24px 0;
  font-size: 12px;
  line-height: 18px;
}
.list-nav-footer {
  margin: 0;
  list-style: none;
  padding-bottom: 16px;
  position: relative;
  height: 38px;
  border-bottom: 1px solid #405E7C;
}
.list-nav-footer li {
  margin-right: 40px;
  padding: 0;
  float: left;
  font-weight: 500;
}
.footer-footnote-wrapper {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 20px;
}
.footer-footnote-wrapper .footer-left {
  display: table-cell;
  width: 90%;
}
.footer-footnote-wrapper .footer-right {
  display: table-cell;
  width: 10%;
  min-width: 110px;
  text-align: right;
}

.footer-footnote-wrapper .footer-right ul li {
  display: block;
  padding-left: 12px;
}
.login-box .title {
  margin: 0 0 32px;
  font-size: 30px;
  line-height: 50px;
}
.form-group {
  margin-bottom: 32px;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.form-group label {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
  float: left;
}
.form-group ::placeholder {
  color: #C5D1D8;
  opacity: 1;
  font-weight: normal;
}
.form-group ::-ms-input-placeholder { 
  color: #C5D1D8;
  font-weight: normal;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px;
  font-size: 24px;
  color: #fff;
  background: none;
  border: none;
  font-weight: 500;
}
#password-container {
  position: relative;
  width: 100%;
  float: left;
}
#password-container .form-control {
  padding-right: 40px;
  -webkit-text-security: disc;
}
.form-group #password-container ::placeholder {
  -webkit-text-security: none;
}
.form-group #password-container ::-ms-input-placeholder {
  -webkit-text-security: none;
}
#password-container.show .form-control {
  -webkit-text-security: none;
}
.password-peek {
  background-color: transparent;
  background-image: url("img/view.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 8px;
  top: 4px;
  z-index: 10;
  cursor: pointer;
}
.show .password-peek {
  background-color: transparent;
  background-image: url("img/hide.png");
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 8px 36px;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-primary {
  color: #fff;
  background-color: #0064FF;
  border-color: #ccc;
}
.btn-primary:hover {
  color: #213f7d;
  background-color: #ebeff2;
}
.form-inline-error {
  font-size: 16px;
  line-height: 24px;
  color: #d70c25;
  display: none;
  margin-bottom: 32px;
  margin-top: -8px;
  background-color: #002850;
  background-image: url("/common/image/permata/status-error-login.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  padding-left: 28px;
}
.form-inline-error.show {
  display: block;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
  .login-box {
    width: 532px;
  }
}

@media (max-height: 760px) {
  .login-box {
    padding: 24px 40px 24px 40px;
  }
  .login-box .title {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 36px;
  }
  .form-group {
    margin-bottom: 24px;
  }
  .form-control {
    height: 32px;
    line-height: 32px;
    font-size: 20px;
  }
  .password-peek {
    top: 2px;
  }
  .form-inline-error {
    margin-bottom: 24px;
    margin-top: -4px;
  }
  .footer {
    padding: 20px 0;
    min-height: 108px;
  }
  .list-nav-footer {
    padding-bottom: 16px;
    height: 34px;
  }
  .footer-footnote-wrapper {
    margin-top: 16px;
  }
}