

/* header.login-pf-header {


    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-left: -20px;
    margin-right: -20px;
    height: auto;
    background-color: var(--mdc-theme-primary);
} */

.login-pf body {
    /* background: url("../img/overlay_bg.png") no-repeat center center fixed; */
    background-size: cover;
    background-color: #FAFAFA;
    min-height: 100%;

    font-family: 'Prompt', sans-serif !important;

    --mdc-theme-primary: #00b04e;
    --mdc-theme-error: #b00020;
}


.alert-error {
    /* background-color: #ffffff;
    border-color: #cc0000;
    color: #333333; */
    padding-top: 7px;
    padding-bottom: 2px;
    align-items: center;
}

.alert-warning {
    /* background-color: #ffffff;
    border-color: #cc0000;
    color: #333333; */
    padding-top: 7px;
    padding-bottom: 2px;
    align-items: center;
}

.login-pf .container {
    padding-top: 40px;
}

.login-pf a:hover {
    color: #0099d3;
}

#kc-logo {
    width: 100%;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 0 0 0 0;
    white-space: normal;
}

#kc-content {
    width: 100%;

}

#kc-info-wrapper {
    font-size: 12px;
}

label.control-label {
    padding-left: 10px;
    color: #dddddd;
    font-size: 21px;
    margin-bottom: 10px;
}

div.kc-register-title-wrapper {
    margin-bottom: 20px;
    width: 100%;
    /* height: 100px; */
    text-align: center;
}

div#kc-register-title {
    margin: 10px auto 0;
    color: var(--mdc-theme-primary);
    font-size: 40px;
    width: 100%;
}

div#kc-register-title-info {
    color: var(--mdc-theme-primary);
}

div#kc-register-title-quote {
    font-size: 26px;
    background-image: -webkit-linear-gradient(left, #D9912D, #FAB844); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(left, #D9912D, #FAB844); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(left, #D9912D, #FAB844); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(left, #D9912D, #FAB844); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to right, #D9912D, #FAB844); /* Standard syntax; must be last */
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

div#kc-register-logo-title {
    background-image: url(../img/topmenu2.png);
    background-repeat: repeat-x;
    background-size: contain;
    margin-top: -10px;
    height: 80px;
}

div#kc-register-logo {
    height: 72px;
    width: 152px;
}

div#kc-register-ref {
    font-size: 10px;
    padding-right: 4px;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #dddddd;
    margin-left: 10px;
}

div.checkbox label {
    margin-top: -2px;
}

#kc-form-options label {
    font-size: 15px;
    font-family: 'Prompt', sans-serif
}

/* #kc-form-options input {
    font-size: 16px;
} */

div.form-group + div.form-group {
    margin-top: 20px;
}

div.checkbox {
    margin-left: 10px;
}

input.form-control {
    /* font-size: 20px; */
    padding-left: 10px;
    font-family: 'Prompt', sans-serif;
}

div.form-group label {
    font-family: 'Prompt', sans-serif;
}

div.mdc-text-field-helper-text--validation-msg {
    font-family: 'Prompt', sans-serif;
    font-size: .75rem;
    line-height: normal;
    padding-top: 4px;
}

div.mdc-text-field-helper-text {
    font-family: 'Prompt', sans-serif;
}

i.correct-icon {
    color: green;
    float: right;
    margin-right: -36px;
    margin-top: 15px;
}

i.icon-hidden {
    display: none;
}

div.input-field {
    width: 100%;
}

input[type=tel] {
    margin-left: 10px;
}

button span {
    font-family: 'Prompt', sans-serif;
}

button[type=submit] {
    /* border-width: 1px;
    /* border-radius: 1px; */
    /*border-color: rgba(228, 228, 228, 1);

    background: rgba(70, 166, 127, 1);

    color: rgba(228, 228, 228, 1); */

    /* font-size: 15px; */
    font-weight: normal;

    padding: 10px;
    /* margin-top: 140px; */
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;

    /* align-items: center; */
}

div.input-field {
    width: 100%;
}

input[type=submit] :hover {
    background: rgb(47, 112, 86);
}

button#kc-back {
    border-width: 1px;
    /* border-radius: 1px; */
    /* border-color: rgba(228, 228, 228, 1); */

    background: #c8dfd3 !important;

    /* color: var(--mdc-theme-primary); */

    /* font-size: 21px; */
    font-weight: normal;

    padding: 10px;
    margin-top: 20px;
    width: 100%;
    height: auto;
}

button#kc-back span {
    color: var(--mdc-theme-primary);
}

button#kc-template-back {
    border-width: 1px;
    /* border-radius: 1px; */
    /* border-color: rgba(228, 228, 228, 1); */

    background: #c8dfd3 !important;

    /* color: var(--mdc-theme-primary); */

    /* font-size: 21px; */
    font-weight: normal;

    padding: 10px;
    width: 100%;
    height: auto;
}

button#kc-template-back span {
    color: var(--mdc-theme-primary);
}

button#kc-sendotp {
    border-width: 1px;
    /* border-radius: 1px; */
    /* border-color: rgba(228, 228, 228, 1); */

    background: #c8dfd3 !important;

    /* color: var(--mdc-theme-primary); */

    /* font-size: 21px; */
    font-weight: normal;

    padding: 10px;
    margin-top: 20px;
    width: 100%;
    height: auto;
}

button#kc-sendotp span {
    color: var(--mdc-theme-primary);
}

#kc-terms-text {
    margin-bottom: 20px;
}

/* TOTP */

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
  margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    max-width:150px;
    max-height:150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

.normal-separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.normal-separator::before, .normal-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #00b04e;
}

@media (min-width: 768px) {
    .login-pf .container {
        padding-right: 80px;
    }
}

@media (max-width: 767px) {

    .login-pf body {
        background-color: #FAFAFA;
    }

    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: left;
        margin-top: 0;
    }

    #kc-header-wrapper {
      font-size: 16px;
      font-weight: 400;
      padding: 0 0 0 0;
      color: #72767b;
      letter-spacing: 0;
    }

    /* div.kc-logo-text {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        padding-top: 21%;
        background-size: 100%;
    } */

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        /* margin: 15px; */
    }

    #kc-social-providers li {
        display: block;
        margin-right: 5px;
    }

    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


div#invicible-gap-30 {
    background-color: #ffffff00;
    height: 30px;
}

@media (max-height: 645px) {
    div#invicible-gap-30 {
        height: 10px;
    }
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

#kc-form-buttons {
  /* margin-top: 40px; */
  /* padding: 0; */
  /* width: 80%; */
  float: none;
  margin-left: auto;
  margin-right: auto;
}

div#kc-form-buttons a {
    width: 100%;
}

.login-pf-page .login-pf-brand {
  margin-top: 20px;
  max-width: 360px;
  width: 40%;
}

.card-pf {
  background: rgba(255, 255, 255, 0);
  margin: 0 auto;
  /* padding: 0 40px; */
  /* max-width: 600px; */
  border-top: 0;
  box-shadow: 0 0 0;
}

/*tablet*/
@media (max-width: 840px) {
    /* .login-pf-page .card-pf{
      max-width: 600px;
      margin-left: 20px;
      margin-right: 20px;
      padding: 20px 40px 30px 40px;
    } */
}
@media (max-width: 767px) {
    .login-pf-page .card-pf{
      /* max-width: 600px; */
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
    }
    .card-pf.login-pf-accounts{
      max-width: none;
    }
}

.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #72767b;
}

@media (min-width: 768px) {
  .login-pf-page .login-pf-social-section:first-of-type {
    padding-right: 39px;
    border-right: 1px solid #d1d1d1;
    margin-right: -1px;
  }
  .login-pf-page .login-pf-social-section:last-of-type {
    padding-left: 40px;
  }
  .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
    margin-bottom: 0;
  }
}

.login-pf-page .login-pf-social-link {
  margin-bottom: 25px;
}
.login-pf-page .login-pf-social-link a {
  padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto;
}

/* .login-pf-page .btn-primary {
    margin-top: 0;
    background: rgba(70, 166, 127, 1) !important;
} */

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
    margin-bottom: 0px;
}

/* #kc-back {
    margin-top: -20px;
    width: 100%;
} */

.login-pf-page .login-pf-signup a {
    margin-left: 0;
}

/* input[type="submit"].btn-block {
    width: 80%;
} */

/* input[type="submit"]#kc-login {
    margin-left: -20px;
    margin-right: -20px;
} */

/* ิีbutton[type="submit"]#kc-back {
    background: rgba(255, 110, 27, 1) !important;


    font-size: 21px;
    font-weight: bold;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
} */

form#kc-select-back-form div.login-pf-social-section {
    padding-left: 0px;
    border-left: 0px;
}




div.kc-input-info {
    width: 100%;
    color: rgb(89, 93, 97);
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

/* div.kc-input-info label {
    color: rgba(114, 118, 123, 1);
    text-align: center;
} */

@font-face {
    font-family: "PatternFlyIcons-webfont";
    src: url("../fonts/PatternFlyIcons-webfont.eot");
    src: url("../fonts/PatternFlyIcons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PatternFlyIcons-webfont.ttf") format("truetype"), url("../fonts/PatternFlyIcons-webfont.woff") format("woff"), url("../fonts/PatternFlyIcons-webfont.svg#PatternFlyIcons-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="pficon-"],
[class*=" pficon-"] {
    display: inline-block;
    font-family: "PatternFlyIcons-webfont";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    /* Better Font Rendering =========== */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.pficon-error-circle-o:before {
    /* color: #cc0000; */
    content: "\e926";
}

.pficon-warning-triangle-o:before {
    /* color: #ec7a08; */
    content: "\e913";
}

.pficon-ok:before {
    /* color: #3f9c35; */
    content: "\e602";
}

.pficon-info:before {
    content: "\e92b";
}

span.pficon {
    width: 26px;
    height: 26px;
    align-items: center;
}

/* label.mdc-floating-label {
    color: #bdbdbd !important;
} */

/* label.mdc-floating-label--float-above {
    color: var(--mdc-theme-primary) !important;
} */

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--mdc-theme-primary) !important;
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--mdc-theme-error) !important;
}

i.material-icons {
    align-self: center;
    padding-right: 6px;
}

div#kc-sub-title {
    font-size: 24px;
    color: var(--mdc-theme-primary);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    width: auto;
}

div#kc-title-quote {
    font-size: 10px;
    background-color: #333333;

    text-align: center;
    margin: 20px auto;
    height: auto;
    width: 330px;
    padding-top: 2px;
    padding-bottom: 2px;

    border: 2px solid #333333;
    border-radius: 20px;
}

div#kc-title-step {
    /* font-size: 14px; */

    /* text-align: center; */
    margin: 20px auto;
    height: auto;
    width: auto;
    /* padding-top: 2px;
    padding-bottom: 2px; */
}

.span-step {
    font-size: 14px;
    color: #FAFAFA;
    background-color: #b00020;
    border: 2px solid #b00020;
    border-radius: 20px;
    padding: 2px 10px;
}

.span-title {
    font-size: 18px;
    padding-left: 4px;
}

.material-icons.md-primary { color: var(--mdc-theme-primary); }

/* #myNavbar {
    margin-left: -40px;
} */

/* Place the navbar at the bottom of the page, and make it stick */
#myNavbar {
    overflow: hidden;
    background-color: var(--mdc-theme-primary);
    position: fixed;
    bottom: 0;
    max-width: 414px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -40px;
    z-index: 1;
}

/* @media (max-height: 1000px) {
    bottom: 0;
} */

#myNavbar a#navbar-back {
    background-color: #333;
}

#myNavbar a#navbar-submit {
    background-color: var(--mdc-theme-primary);
}

  /* Style the links inside the navigation bar */
  #myNavbar a, #myNavbar a {
    color: #f2f2f2;
    text-align: center;
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    margin: 0px auto;
    width: 50%;
  }

  /* Change the color of links on hover */
  #myNavbar a:hover {
    background: #f1f1f1;
    color: black;
  }

  /* Add a green background color to the active link */
  #myNavbar a.active {
    background-color: #4CAF50;
    color: white;
  }

  /* Hide the link that should open and close the navbar on small screens */
  #myNavbar .icon {
    display: none;
  }

  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the navbar (.icon) */
@media screen and (max-width: 600px) {
    /* #myNavbar a:not(:first-child) {display: none;} */
    #myNavbar a.icon {
      float: right;
      display: block;
    }
}

  /* The "responsive" class is added to the navbar with JavaScript when the user clicks on the icon. This class makes the navbar look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    #myNavbar.responsive a.icon {
      position: absolute;
      right: 0;
      bottom: 0;
    }
    #myNavbar.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
}
