/* V:4c732db54417835d0a2ebf5b04fa291a */
/*** CSS ***/



main #content {
  padding-bottom: 0px;
}


header {
  background-color: #FFFFFF;
  /*border-bottom: 3px solid #c49c0c;*/
  background-image: url('/static/29e847da-b5579b65');
  background-repeat: repeat-x;
 background-size: auto 13px;
  background-position-y: calc(100% + 1px);
}

header nav li *,
#navtitle {
  color: #263345;
  text-shadow: none;
}

#slide-out {
  height: calc(100vh + 60px);
}

/*** HAMBURGER MENÜ ***/
.side-nav .user-header .background {
  background-color: #c49c0c;
}

body {
/*body:not([data-page="book"]) {*/
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2)), url('/static/455a1f9a-51c2c33e');
  background-repeat: no-repeat;
 /*background-attachment: fixed;*/
  background-position: top;
  background-size: cover;
 
  }

body[data-page="book"] .main-content {
  background: #FBF9F3;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.25);
}
/*******/
/*** CSS ***/
.sytemcontent-login form {
    background-color: #178acf;
    border-radius: 5px;
    position: relative;
    padding: 1px 10px;
}

.sytemcontent-login label[for="email"]::before {
  content: "Belépés";
  color: #c6f3ff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 10px 0px 10px 0px;
}

.sytemcontent-login label {
  color: #FAF6EB;
  margin-left: 5px;
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
}

.sytemcontent-login input {
    border: 0px;
    background-color: #FAF6EB;
    border-radius: 5px;
    text-indent: 10px;
    height: 2.6rem;
    line-height: 2.6rem;
    display: block;
    width: 100%;
    margin: 5px 0;
}

.sytemcontent-login input::placeholder {
  color: transparent;
}


.sytemcontent-login [type="submit"] {
    color: #178acf;
    background: #FAF6EB;
    border: none;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    height: 3rem;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.5px;
    width: auto;
    text-indent: 0px;
   
}
