/* Minification failed. Returning unminified contents.
(96,15): run-time error CSS1039: Token not allowed after unary operator: '-mdc-theme-primary'
(113,15): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(116,15): run-time error CSS1039: Token not allowed after unary operator: '-secondary'
(150,26): run-time error CSS1039: Token not allowed after unary operator: '-surface'
 */
div[slot=content] {
  height: 100%;
  overflow: auto;
}

@media only screen and (min-width: 720px) {
  div[slot=content] {
    overflow: hidden;
  }
}
html, body {
  overflow: hidden !important;
}

.page-login {
  height: auto;
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 720px) {
  .page-login {
    /*height: calc(100% - (35px));*/
    height: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .page-login {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-login .module-content {
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 400px;
  overflow-y: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 720px) {
  .page-login .module-content {
    padding-top: 75px;
    display: block;
  }
}
.page-login .module-content .module-pane {
  display: inline-block;
  vertical-align: top;
}
.page-login .module-content .module-pane .module {
  width: 100% !important;
  background-color: #EEF2F4;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 80px;
  display: inline-block;
}
.page-login .module-content .module-pane .module .legend, .page-login .module-content .module-pane .module legend {
  font-weight: 300;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.18px;
  color: #1D2429;
  margin-bottom: 15px;
}
.page-login .module-content .module-pane .module.announcements table {
  width: 100%;
}
.page-login .module-content .module-pane .module.announcements table tr:not(:first-child) td {
  padding-top: 20px;
}
.page-login .module-content .module-pane .module.announcements table tr td {
  border-bottom: 1px solid lightgray;
  padding-bottom: 20px;
}
.page-login .module-content .module-pane .module.announcements table tr .itemtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.18px;
  color: #1D2429;
}
.page-login .module-content .module-pane .module.announcements table tr .itemtext {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #333F48;
  margin-top: 5px;
}
.page-login .module-content .module-pane .module.announcements table tr a {
  color: var(--mdc-theme-primary, #6200ee);
  display: block;
}
.page-login .module-content .module-pane .module.dashboard .db-container {
  overflow-x: auto;
}
.page-login .module-content .module-pane .module.quicklinks td {
  padding: 10px 0px;
}
.page-login .module-content .module-pane .module.quicklinks td a {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  /*color: var(--mdc-theme-primary, #6200ee);*/
  color: var(--primary, #6200ee);
}
.page-login .module-content .module-pane .module.quicklinks td a:hover {
  color: var(--secondary, #6200ee);
}
.page-login .module-content .module-pane .module.html .ck.ck-editor__main .ck-content {
  background-color: #EEF2F4 !important;
  border: none !important;
}
@media only screen and (min-width: 720px) {
  .page-login .module-content .module-pane-left {
    padding-left: 0px !important;
  }
  .page-login .module-content .module-pane-left .module {
    margin-bottom: 40px;
    border-radius: 0px 16px 16px 0px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding-left: 20px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (min-width: 720px) {
  .page-login .module-content .module-pane-right {
    padding-right: 0px !important;
    float: right;
  }
  .page-login .module-content .module-pane-right .module {
    margin-bottom: 40px;
    border-radius: 16px 0px 0px 16px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.page-login .login-content {
  background-color: var(--surface);
  text-align: center;
  height: 100%;
  overflow-y: auto;
}
.page-login .login-content .login-form {
  margin: auto;
  margin-top: 50px;
  max-width: 285px;
}
@media only screen and (max-width: 720px) {
  .page-login .login-content .login-form {
    margin-top: 0px;
  }
}
.page-login .login-content .login-form img {
  width: 100%;
  max-width: 220px;
  margin-bottom: 30px;
}
.page-login .login-content .login-form div.separator {
  margin-bottom: 15px;
}

.page-login .login-content .login-form #btnLogIn {
  margin-top: 15px;
}
.page-login .login-content .login-form core-button {
  margin-bottom: 15px;
}
.page-login .login-content .login-form core-button:not(#btnResetPassword) {
  width: 100%;
}
.page-login .login-content .login-form #btnResetPassword {
  float: right;
}
.page-login .login-content .login-form #btnBack {
  display: block;
  width: fit-content !important;
}

.login-label {
    display: inline-block;
    width: 285px;
    height: 16px;
    padding-top: 5px;
    margin-bottom: 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: rgb(91, 114, 124);
    font-family: "Source Sans Pro", "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.login-field {
    width: 100%;
    height: 36px;
    padding-left: 15px;
    line-height: 24px;
    border: 1px solid #A4BCC6;
    border-radius: 4px;
    font-family: "Source Sans Pro", "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.15px;
    color: rgb(51, 63, 72);
}

.login-field:hover {
    border: 1px solid #1D2429;
}

.login-field:focus {
    outline: none;
    border: 2px solid #1A848E;
}

#txtPin {
    margin-bottom: 14px;
}
