body {
  margin-top: 0px;
}

.navbar-header {
  position: relative;
  top: -4px;
}

.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}

.icon {
  position: relative;
  top: -10px;
}

.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}

.page-consent .client-logo {
  float: left;
}

.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}

.page-consent .consent-buttons {
  margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}

.page-consent .consent-form .consent-description {
  margin-left: 25px;
}

.page-consent .consent-form .consent-description label {
  font-weight: normal;
}

.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}

.grants .page-header {
  margin-bottom: 10px;
}

.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}

.grants .grant img {
  width: 100px;
  height: 100px;
}

.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}

.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}

.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}

.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}

.grants .grant li {
  list-style-type: none;
  display: inline;
}

.grants .grant li:after {
  content: ", ";
}

.grants .grant li:last-child:after {
  content: "";
}

body {
  background-color: #FFF;
}

.body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-header-shared {
    border-bottom: 1px solid #d2d2d2;
    height: 66px;
    position: relative;
}

.normal-login {
}

.login-footer {
    border-top: 1px solid #d2d2d2;
}

.login-panel-header {
    text-align: center;
}

.login-panel-header-text {
    font-size: 25px;
}

.login-panel-remember {
    font-weight: bold;
    text-align: initial !important;
}

.login-container{
    display: block;
    text-align:center;
}

.page-header-left {
    cursor: pointer;
    float: left;
    margin: 0px 0px 0px 25px;
    position: absolute;
    top: 32%;
    display: flex;
}

.page-header-right {
    float: right;
    display:none;
}

.page-header-logo{
    height: 65px;
}

.page-header-left-arrow {
    height: 25px;
}

.page-header-left-text {
    padding-top: 2px;
    font-weight: bold;
}

.login-page {
    margin-top: 75px;
    width: 100%;
}

.register-page {
    margin: 75px 0 50px 0 !important;
}

.login-page .page-header {
  text-align: center;
  border-bottom: 0;
}

.login-page .panel {
  max-width: 900px;
  margin: auto;
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 0 0.76875rem 2.4875rem rgba(52, 58, 64, 0.3), 0 1.3375rem 1.70625rem rgba(52, 58, 64, 0.3), 0 0.55rem 0.53125rem rgba(0, 0, 0, 0.05), 0 0.225rem 0.4375rem rgba(52, 58, 64, 0.3);
          box-shadow: 0 0.76875rem 2.4875rem rgba(52, 58, 64, 0.3), 0 1.3375rem 1.70625rem rgba(52, 58, 64, 0.3), 0 0.55rem 0.53125rem rgba(0, 0, 0, 0.05), 0 0.225rem 0.4375rem rgba(52, 58, 64, 0.3);
}

.login-button {
    background-color: #395F7E !important;
    margin: 0px 0px 16px 16px;
    float: left;
}

.login-actions-container {
    height: 50px
}

.login-page .panel-heading {
  padding: 16px;
  background-color: #f8f9fa;
}

.login-password-forgot {
    margin: 8px 66px 0px 0px;
    float: right;
}

.login-left {
    border-right: 1px solid #d2d2d2;
    min-width: 50%
}
.login-center {
    width: 100%;
    text-align: left;
    max-width: 450px;
    min-width: 350px;
}
.right-container {
    width: 50%;
    min-width: 330px;
}

.login-right {
    margin: 39px 50px;
    border: 1px solid #d2d2d2;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.register-right {
    margin: 60px 50px;
    border: 0px solid #d2d2d2;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.right-border {
    border-bottom: 1px solid #d2d2d2
}

.register-login {
    background-color: #395F7E !important;
    margin-top: 60px;
}

.auth-login {
    background-color: #395F7E !important;
    margin: 30px;
}


.login-wk {
    height: 70px;
    padding-bottom: 5px;
    border: 1px solid #d2d2d2;
}

.register-container {
    display: flex;
}

.login-text {
    margin: 16px 0px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    text-align:center;
}
.login-text2 {
    margin: 25px 0px -55px 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.border-auth {
    border-top: 1px solid #dee2e6;
}

.authorization-text{
    margin: 17px;
}

.register-text {
    font-size: 20px;
    padding-top:10px;
}

.pesel-btn-container{
    text-align: center;
}

.rejestracja-pesel {
    margin-right: 12px;
    font-weight: bold;
    float: left;
    min-width: 100px;
    width: 200px;
}

.login-page .panel-heading .panel-title {
    font-size: 20px;
    color: #495057;
}

.rejestracja-pesel-container {
    display: inline-grid;
}

.login-page .panel-body {
  padding: 0;
}

.login-page .panel .fields-wrapper {
  padding: 16px;
}

.login-page .panel .fields-wrapper label {
  color: #495057;
  font-size: 14px;
  font-weight: normal;
}

.login-page .panel .fields-wrapper .form-control {
  height: 38px;
  border-color: #ced4da;
}

.login-page .panel .fields-wrapper .login-remember {
  margin-bottom: 0;
}

.login-page .form-buttons {
  margin-bottom: 0;
}

.login-page .form-buttons .btn-primary {
  background-color: #545cd8;
  width: 150px;
}

.logged-out {
  border-bottom: 0;
}

.logged-out h1 {
  font-size: 64px;
}

.logged-out h1 small {
  display: block;
  font-size: 24px;
  margin-top: 10px;
}

.logged-out .return-cta {
  padding: 10px 30px;
  background-color: white;
  border: 1px solid #dee2e6;
  font-size: 24px;
  margin-top: 30px;
}

.logged-out .return-cta a {
  font-weight: bold;
  text-decoration: underline;
}
/*# sourceMappingURL=site.css.map */
.rejestracja {
    padding-top: 12px;
    margin-right: 12px;
    font-weight: bold;
    float: left;
    min-width: 100px;
    width: 200px;
}

.register-btn {
    width: 200px;
    background-color: #545cd8;
    border-color: #2e6da4;
    color: #fff;
}

.register-lu {
    margin: 0 0 20px 20px;
    background-color: #6C7A06 !important;
}

.pesel-btn {
    margin-top: 15px;
}

.rules-container {
    color: #6C7A06 !important;
    font-size: 14px;
}
.a-rules {
    color: #6C7A06 !important;
}

.forgot-password-btn-container {
    text-align: center;
}

.btn-forgot-password {
    width: 125px;
}

.custom-label {
    font-weight: 100;
}

.forgot-password-body {
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.formdod {
}

.redcol {
    font-size: 20px;
    color: red;
}

.rederr {
    color: red;
    float: left;
    width: 100%;
}

#peselBlok {
    display:none;
}

.startoff {
    display:none
}