@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=M+PLUS+Rounded+1c:wght@800;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/@mdi/font@7.4.47/css/materialdesignicons.min.css");
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;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body, html {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body {
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #333a4c;
  background: url(../img/login.jpg) no-repeat center center fixed;
  background-size: cover;
}

a,
a:link,
a:visited {
  color: #0a84ae;
  text-decoration: none;
}
a:hover {
  color: #0da8dc;
  text-decoration: none;
}

.login-pf-page {
  background: #fff;
  width: 468px;
  max-width: 100%;
  margin: auto;
  padding: 40px;
  box-shadow: 0px 0px 16px -8px #0000003b;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 8px;
  border: 1px solid #ffffff42;
  background: linear-gradient(167deg, #ffffffdb, #ffffffb8);
}

#kc-header-wrapper {
  background: url(../img/pathozoom_logo.svg);
  width: 64px;
  height: 64px;
  overflow: hidden;
  text-indent: -200px;
  background-size: contain;
  margin-bottom: 38px;
}

#kc-page-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 34px;
  display: block;
  line-height: 1.2;
  margin-bottom: 20px;
}
.pf-c-form__label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.dl-header-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  color: #494949;
  margin-top: 10px;
}
.form-group {
  position: relative;
  margin-bottom: 10px;
}
.pf-c-form-control {
  margin: 0;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  height: 48px;
  border-radius: 4px;
  padding-left: 48px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.pf-c-form-control:focus,
.pf-c-form-control:hover {
  border-color: #f2f2f2;
}
.pf-c-form-control:-webkit-autofill::first-line {
  font-size: 18px;
}

.pf-c-form-control--password {
  padding-right: 48px;
}
.login-pf-settings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
}
.pf-c-button {
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  display: block;
  text-align: center;
}

.pf-m-primary {
  background-color: #333a4c;
  color: #fff !important;
  width: 100%;
  line-height: 48px;
  font-size: 16px;
}

.dl-term-of-use {
  font-size: 16px;
}

.login-pf-signup {
  margin-top: 38px;
}

.login-pf-signup span {
  margin-right: 5px;
}

.login-pf-signup a {
  white-space: nowrap;
}

.pf-c-input-group .pf-c-button {
  background: none;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255);
  border-radius: 0;
}

.dl-info {
  margin-bottom: 20px;
}

.dl-btn-back {
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #0000001a;
  padding-top: 20px;
  margin-bottom: -10px;
}
.dl-btn-login {
  margin-top: 20px;
  margin-bottom: -10px;
}
.combine-input {
  display: flex;
  gap: 10px;
}

.combine-input > div:nth-child(2) label {
  display: none;
}

.combine-input > div:nth-child(2) .pf-c-form-control {
  padding-left: 12px;
}
.pf-c-form__helper-text {
  color: #9f0d17;
  font-size: 12px;
}
.alert-error {
  color: #9f0d17;
  font-size: 14px;
  margin-bottom: 20px;
}

.alert-success {
  color: #006586;
  font-size: 14px;
  margin-bottom: 20px;
}

.alert-warning {
  margin-bottom: 20px;
}

#kc-form-options {
  margin-bottom: 20px;
}
@media (max-width: 480px),(max-height: 480px) {
  html, body {
    height: auto;
  }
  body {
    display: block;
    padding: 20px;
  }
  .login-pf-page {
    padding: 24px;
  }
  #kc-page-title {
    font-size: 24px;
  }
  .login-pf-settings {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}