header #logo a {
    width: 175px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background-image: url(https://www.lazpeople.com/images/logo.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

header #logo {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 152px;
    height: 30px;
    z-index: 20;
}

header {
    position: fixed;
    height: 70px;
    position: initial;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
    overflow: hidden;
    background: black;
}

header.nav_down {
    background-color: #000000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.h2, h2 {
    font-size: 20px;
    margin-bottom: 6px;
}

@media (min-width: 1600px) {
    .container {
        width: 1260px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        width: 1040px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1230px !important;
    }
}

@media only screen and (max-width: 991px) {
  .keycloakLoginCol {
    border-top: 2px solid #c8c9ca;padding-top: 50px;
  }
  .o365LoginCol {
    padding-bottom: 50px;
  }
  .robotIcon img {
   position: relative !important;
   left:0 !important;
   top:0 !important;
  }
  .container {
    padding-top:20px !important;
  }
}

@media only screen and (min-width: 992px) {
  .keycloakLoginCol {
    border-left: 2px solid #c8c9ca;padding-left: 100px;
  }

  #loginContainer {
    transform:translateY(100%);
  }

  #forgotPwContainer {
    transform:translateY(50%);
  }
}

.keycloakLoginCol, .o365LoginCol {
    max-width: 450px;
}

.robotIcon img {
    height: 200px;position: absolute;left: -40px;top: -80px;
}

.o365LoginCol button {
    margin-top: 30px;background-color: #d83;border-color: #d83;font-size: 20px;padding: 15px;border-radius: 10px;width:100%;max-width: 320px;
}

.keycloakLoginCol button, #forgotPasswordBtn {
    margin-top: 25px;background-color: #007dba;border-color: #007dba;font-size: 20px;padding: 15px;border-radius: 10px;height:67px;
}

.keycloakLoginCol .form-control, .forgotPasswordDiv .form-control {
    font-size: 20px;margin: 5px 5px 8px 0px;border-color: #c8c9ca;border: 0;padding: 0;
}

.keycloakLoginCol .input-group, .forgotPasswordDiv .input-group {
    border: 1px solid #c8c9ba;width:100%;
}

#kc-login:hover, #kc-login:active, #kc-login:focus {
    background-color: #286090;
    border-color: #204d74;
}

#o365-login:hover, #o365-login:active, #o365-login:focus {
    background-color: #d46a00;
    border-color: #d46a00;
}

input, .input-group-addon {
    background: white;
}

#forgot-password {
    color: #c8c9ca; font-size:20px;
}

#forgot-password:hover {
    color: gray;
}

.gray-bg {
    background-color: white !important;
}

.zocial {
    width: 150px;
}

.zocial:hover {
    color: #fff !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border-radius: 2px;

    font-family: "Open Sans", sans-serif;
    font-weight: normal;

    box-shadow: none;
    text-shadow: none;
}

.zocial.google {
    background-color: #dd4b39 !important;
}

.zocial.facebook:hover,
.zocial.github:hover,
.zocial.google:hover,
.zocial.microsoft:hover,
.zocial.stackoverflow:hover,
.zocial.linkedin:hover,
.zocial.twitter:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) !important;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft {background-color: #0052a4; color: #fff;}
.zocial.microsoft:before { content: "\f15d"; }

.auth-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.auth-alert h4 {
    margin-top: 0;
    color: inherit
}

.auth-alert .auth-alert-link {
    font-weight: bold
}

.auth-alert>p,
.auth-alert>ul {
    margin-bottom: 0
}

.auth-alert>p+p {
    margin-top: 5px
}

.auth-alert-dismissable,
.auth-alert-dismissible {
    padding-right: 35px
}

.auth-alert-dismissable .close,
.auth-alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.auth-alert-success {
    background-color: #f1f9f7;
    border-color: #e0f1e9;
    color: #1d9d74
}

.auth-alert-success hr {
    border-top-color: #ceeadc
}

.auth-alert-success .auth-alert-link {
    color: #157254
}

.auth-alert-info {
    background-color: #f0f9ff;
    border-color: #ccf3ff;
    color: #007dbc
}

.auth-alert-info hr {
    border-top-color: #b3edff
}

.auth-alert-info .auth-alert-link {
    color: #005b89
}

.auth-alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.auth-alert-warning hr {
    border-top-color: #f7e1b5
}

.auth-alert-warning .auth-alert-link {
    color: #66512c
}

.auth-alert-error {
    background-color: #fbeeed;
    border-color: #f7d8dd;
    color: #d9534f
}

.auth-alert-error hr {
    border-top-color: #f2c3ca
}

.auth-alert-error .auth-alert-link {
    color: #c9302c
}