/*
  This CSS file is meant to be customized by deployments
  and is intentionally left empty. Any style that is added
  here should override the default styles in the application.
*/

:root {
  /* --mdc-text-button-label-text-color: #f7f7f7;
  --mdc-shape-small: 4px; */
  --mdc-theme-body: #f9f9f9;
  /* --mdc-theme-error: #a20323;
  --cas-theme-primary: #114377;
  --cas-theme-button-bg-hover: #1678d8;
  --cas-theme-primary-bg: rgba(21, 62, 80, 0.2);
  --cas-theme-button-bg: #26418f;
  --cas-theme-button-bg-lite: #1e78d0;
  --cas-theme-primary-light: #006d85;
  --cas-theme-secondary: #018077;
  --cas-theme-success: #74C163;
  --cas-theme-danger: #58151c; */
  --cas-theme-danger-bg: #fae4e6;
  /*--cas-theme-warning: #664d03;
  --cas-theme-warning-bg: #fff3cd;
  --cas-theme-border-light: 1px solid rgba(0, 0, 0, .2);
  --mdc-theme-primary: var(--cas-theme-primary, #153e50);
  --mdc-typography-font-family: "Ubuntu", "Open Sans", Roboto, Arial, sans-serif; */

  /* --navbar-width: 256px;
  --navbar-width-min: 80px;
  --navbar-dark-primary: #18283b;
  --navbar-dark-secondary: #2c3e50;
  --navbar-light-primary: #f5f6fa;
  --navbar-light-secondary: #8392a5; */
}

div#content {
   box-shadow: none;
}

.banner {
    border-color: #e2e7ea !important;
    padding: 1rem !important;
    margin-bottom: 1.5rem !important;
    margin-top: 1rem !important;
}

.banner p {
    font-size: 15px;
    line-height: 1.5em;
}

.banner-info h1:before,
.banner-info h2:before,
.banner-info h3:before,
.banner-info h4:before,
.banner-info h5:before {
    vertical-align: bottom;
}

.banner-info {
    background-color: #cce5ff;
}


.mdc-top-app-bar__row {
  height: 74px;
}

.cas-brand {
  width: 218px;
  height: 58px;
  margin: 0 !important;
}
header > nav .cas-brand .cas-logo {
    width: auto;
    margin-left: 56px;
    margin-top: 20px;
    height: 28px;
}
header > nav .cas-brand .hdi-logo {
    width: auto;
    margin-left: 20px;
    margin-top: 21px;
    height: 26px;
}

/* header bar color */
.mdc-top-app-bar {
    background-color: white;
}

.form-titler {
    display: flex;
    border-bottom: 1px solid #e2e7ea;
    margin-bottom: 36px;
}
.form-titler-headline {
    /* border-bottom: 2px solid #94a8b9; */
    border-bottom: 2px solid #003057;
    color: #003057;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 8px;
    width: auto;
}

#main-content {
    width: 500px;
    margin-top: 38px;
}

/* label for imput (user/passwd)*/
.mdc-text-field--outlined {
    height: 46px;
}
.mdc-input-group .mdc-input-group-append {
    height: 100%;
    line-height: initial;
}
.mdc-icon-button {
    font-size: inherit;
}

/* button Login */
#submitBtn {
    height: 50px;
    width: 440px;
}
#pmlinks #pmReset {
    float: left;
}
#pmlinks #pmChange {
    float: right;
}

hr {
    border-top: 1px solid #e2e7ea;
}

div#sidebar div#loginComplianceMessage span.defaultMessage {
    color: #ff8080;
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    line-height: 135%;
    text-align: left;
}


#login-form-footer {
    margin: 0 auto;
    margin-bottom: 0 !important;
    padding-top: 15px;
    padding-bottom: 0px;
    width: 440px;
    color: #696969;
    border-top: 1px solid #e2e7ea;
    overflow: hidden;
}

#login-form-footer .boxes {
    overflow: auto;
    display: flex;
    justify-content: space-between;
}

#login-form-footer .boxes span.help-info {
    background-image: url(../images/warta-question.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    border: none;
    width: 18px;
    padding-left: 0px;
    box-sizing: content-box;
}

#login-form-footer .boxes span {
    border-left: 1px solid #e2e7ea;
    float: left;
    padding: 1px 6px 0;
    height: 3em;
    font-size: 13px;
    line-height: 1.3em;
}

#login-form-footer .boxes span a > b:after {
    font: normal normal normal 24px / 1 "Material Design Icons";
    font-size: 1rem;
    text-rendering: auto;
    vertical-align: middle;
    /* mdi-open-in-new */
    content: " \F03CC";
}

#login-form-footer a:link,
#login-form-footer a:visited {
    color: #696969;
    text-decoration: none;
}

#login-form-footer a:hover {
    color: black;
    text-shadow: 1px 1px #efefef;
}

#login-form-footer #v-info {
    margin-top: 10px;
    padding-top: 4px;
    font-size: 8px;
    width: 80px;
    text-align: right;
    vertical-align: baseline;
    /* display: inline-block; */
    border-top: 1px solid #e2e7ea;
    clear: both;
    float: right;
}


.mdc-floating-label--required::after {
    margin-left: 1px;
    margin-right: 0px;
    content: "\00A0" !important;
}
.mdc-floating-label--required::before {
    margin-left: 0px;
    margin-right: 1px;
    content: "\00A0" !important;
}


/** MFA Token entry **/
#login {
    width: 100%;
}

#login #fm1 > div.banner.banner-info.alert.alert-info.my-2 {
  background-color: white;
}

