/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../../../common/keycloak/node_modules/patternfly/dist/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../../../common/keycloak/node_modules/patternfly/dist/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../../../common/keycloak/node_modules/patternfly/dist/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../../../common/keycloak/node_modules/patternfly/dist/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../../../common/keycloak/node_modules/patternfly/dist/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../../../common/keycloak/node_modules/patternfly/dist/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: unset !important;
}

html, body {
  height: 100%;
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Roboto', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 1.66666667;
  color: #363636;
  background-color: #fff;
}

h1, h2, h3 {
  line-height: 1.1;
  margin: 10px 0;
}

img, embed, iframe, object, audio, video {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  border: 0;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  list-style: none;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}

.pf-c-form-control {
  color: #151515;
  width: 100%;
  padding: calc(0.375rem - 1px) 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid var(--adv-gray-5);
  border-radius: 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.pf-c-form-control:not(textarea) {
  height: calc(1rem * 1.5 + 1px * 2 + calc(0.375rem - 1px) * 2);
  text-overflow: ellipsis;
}

.pf-c-form-control:focus {
  border-bottom-color: var(--adv-geek-blue);
  padding-bottom: calc(0.375rem - 2px);
  border-bottom-width: 2px;
}

.pf-c-form-control:hover {
  border-bottom-color: var(--adv-geek-blue);
}

.pf-c-form-control:disabled {
  color: #6a6e73;
  background-color: #f0f0f0;
  cursor: not-allowed;
  border-color: transparent;
}

.pf-c-form-control[aria-invalid=true] {
  padding-right: 2rem;
  border-bottom-color: #c9190b;
  padding-bottom: calc(0.375rem - 2px);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23c9190b' d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
  background-position: calc(100% - 0.5rem) center;
  background-size: 1rem 1rem;
  border-bottom-width: 2px;
}

.pf-c-alert {
  color: #151515;
  position: relative;
  display: grid;
  padding: 1rem;
  font-size: 0.875rem;
  background-color: #faeae8;
  border-top: 2px solid #c9190b;
  box-shadow: none;
  grid-template-columns: max-content 1fr max-content;
  grid-template-areas: "icon title action" ". description description" ". actiongroup actiongroup";
}

.pf-c-alert__icon {
  grid-area: icon;
  display: flex;
  margin-top: 0.0625rem;
  margin-right: 0.5rem;
  font-size: 1.125rem;
  color: #c9190b;
}

.pf-c-alert__title {
  grid-area: title;
  font-weight: 700;
  color: #a30000;
  word-break: break-word;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

h1 {
  color: var(--adv-gray-9);
  font-size: 36px;
  font-weight: 600;
}

p {
  color: var(--adv-gray-8);
  font-weight: 400;
  margin: 0;
}

a {
  color: var(--adv-geek-blue);
  text-decoration: none;
}

a:focus,
a:hover {
  color: var(--adv-geek-blue);
  text-decoration: underline;
}

main {
  display: grid;
  grid-template-columns: 100%;
  height: 100vh;
  justify-items: center;
}

.aside {
  margin: 30px 0 20px 0;
  padding: 0 10px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.aside.visible {
  opacity: 1;
}

.logo-wrapper {
  margin-bottom: 100px;
  text-align: center;
}

#advocu-logo {
  height: auto;
  width: 150px;
}

.auth-content {
  margin-bottom: 50px;
}

.auth-header img {
  display: block;
  max-height: 45px;
  margin-bottom: 15px;
}

.auth-header img[src=""],
.aside-img {
  display: none;
}

@media screen and (min-width: 1080px) {
  h1 {
    margin-top: 70px;
  }

  main {
    grid-template-columns: 764px auto;
    justify-items: initial;
  }

  .aside {
    width: 450px;
    align-self: center;
    justify-self: center;
  }

  .logo-wrapper {
    position: absolute;
    top: 30px;
    left: 160px;
  }

  #advocu-logo {
    width: initial;
  }

  .aside-img {
    align-items: center;
    background: var(--adv-gray-2);
    display: flex;
    justify-content: center;
  }
}
