﻿
/* background */
.pf-page { /background-color: #fff !important; background-repeat: no-repeat; background-attachment: fixed; background-position: bottom right; background-size: cover; }

/* position logo */
/*.pf--identity-unit--header { padding-bottom: 0 !important; }
.pf--identity-unit--header-offset { margin-top: 10rem !important; }
.pf-corporate-logo.svg { max-height: 150px !important; height: 150px !important; }
.pf-corporate-logo.svg > img { max-height: 150px !important; }*/

/* disable login headers */
/*.pf--identity-unit--login-header { display: none; }
.pf--identity-unit--loginform-title { display: none; }
.pf--identity-unit--externallogin-header { display: none; }*/  /*margin-top: 1rem !important;*/

/* login form (inverted contrast) */
/*.pf-page .pf-panel .field > label { color: #fff; }
.pf-page .pf-panel .field > .ui.checkbox label { color: #fff; }
.pf-page .pf-panel .segment { background-color: transparent; }
.pf-page .pf-panel .segment p { color: #fff; }
.pf-page .pf-panel .header { color: #fff; }
.pf-page .pf-panel .ui.horizontal.divider { color: #fff; text-transform: lowercase !important; }*/

/* button style */
/*.ui.button { background-color: #404654; color: #fff; }
.ui.button.pf--identity-unit--button-login { text-transform: initial !important; }
.ui.button.pf--identity-unit--button-external-login { text-transform: initial; }*/

/* footer */
.pf-footer { background-color: #fff !important; }


/* panel */
.pf-body .pf-panel > .ui.segment.basic { background-color: #fff; border-radius: .28571429rem; border: 1px solid rgba(34,36,38,.15); -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15); box-shadow: 0 1px 2px 0 rgba(34,36,38,.15); }