/* ------------------------ FONTS ----------------------- */
/* OpenSans font (from Google fonts) */

/* Light */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/OpenSans-Light-Italic.woff') format('woff'), url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
}

/* Normal */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: normal;
  src: url('../fonts/OpenSans-Italic.woff') format('woff'), url('../fonts/OpenSans-Italic.ttf') format('truetype');
}

/* Bold */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: bold;
  src: url('../fonts/OpenSans-BoldItalic.woff') format('woff'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
}

root {
  display: block;
}

/* ------------------------------------- LOGIN OLDAL ---------------------------------------- */
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 99%;
  background-color: #344b14;
  color: #444;
}

input, button, a, .z-a, .z-label {font-family: "Open Sans",helvetica,sans-serif;}
body.breeze {padding: 0 !important;}

.login_bg {
  background: #fcfcfa;
  background: linear-gradient(#fcfcfa, #89a264);
  min-height: 390px;
  max-height: 706px;
  height: 75%;
  width: 100%;
  border-bottom: 1em solid #527225;
  padding-top: 0.7em;
  display: flex;
  flex-direction: column;
}

.logo-div {
  margin: 0 auto;
  height: 60px;
  width: 233px;
  background: url("../img/logo/PEAS-logo.svg") no-repeat center center transparent;
  background-size: contain;
}

/* ---------------- LOGIN FORM ---------------- */

.login-form {
  max-width: 400px;
  width: 100%;
  height: 290px;
  margin: 0 auto;
  padding: 0.5em;
}

.login-form-inputs .login-value > input {
  border: none;
  border-bottom: 1px solid #45601e;
  color: #45601e;
  padding: 0.5em 0.5em 0.2em 3em;
  display: block;
  margin: 0 auto;
  width: 80%;
  line-height: 30px;
  font-weight: bold;
  background-color: transparent;
}

.login-form-inputs .login-value > input::-webkit-input-placeholder { /* WebKit browsers */
  color: #727272;
  font-weight: normal;
}
.login-form-inputs .login-value > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #727272;opacity:1;  font-weight: normal;
}
.login-form-inputs .login-value > input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:#727272;opacity:1;  font-weight: normal;
}
.login-form-inputs .login-value > input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #727272;  font-weight: normal;
}

.login-form-inputs .login-value  i {
  position: relative;
  top: -33px;
  left: 20px;
  color: #45601e;
  font-size: 1.5em;
}

#form-login {
  margin: 10px 0 0;
}

/* Hibás adatmegadás */

.login-form .login-message {
  color: #727272;
  font-size: 15px;
  border: 1px solid #eb4911; border-radius: 5px; padding: 0.4em; margin-bottom: 1.5em;
  display: block; width: 100%; text-align: center;
}


/* Elfelejtett jelszó */

.login-form div.request_password {
  padding: 0 15px;
}

.login-form div.request_password a {
  color: #727272;
  font-size: 14px;
  text-decoration: none;
}

.login-form div.request_password a:hover {
  text-decoration: underline;
}





/* SUBMIT BUTTON */

.login-form .login_submit {
  width: 100%;
}


.login-form .login_submit_button {
  display: block;
  margin: 1em auto;
  border-radius: 10px;
  background-color: #fa6c00;
  color: white;
  border: medium none;
  font-size: 15px;
  font-weight: inherit;
  height: 45px;
  padding: 0 2em 0 1.5em;
  transition: all 0.2s ease;
}
.login-form .login_submit_button:hover,
.login-form .login_submit_button:focus {background-color: #eb4911;}

.login-form .login_submit_button > i {
  color: white;
  float: right;
  position: relative;
  right: -0.7em;
  font-size: 1.5em;
}


/* -------------- FOOTER  -------------- */
.login_footer {
  width:100%;
  height: 130px;
  margin: 0;
  padding: 1em;
  background-color: #344b14;
}

.login_footer .ceg_logo a {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: 95px;
  background: url("../img/logo/ikron-logo-feher.svg") no-repeat center center transparent;
  background-size: contain;
}

.login_footer .copyright {
  display: block;
  text-align: center;
  margin-top: 0.3em;
}

.login_footer .copyright > * {
  color: #b1bda5;
  font-size: 13px;
  text-decoration: none;
}

.login_footer .copyright a:hover {
  text-decoration: underline;
}

.login_footer .website {
  display: block;
  text-align: center;
}

.login_footer .website a {
  color: #fcfcfa;
  font-size: 13px;
  text-decoration: none;
}

.login_footer .website a:hover {
  text-decoration: underline;
}


/* ======================= media queries ============================== */


@media only screen and (min-height: 590px) and (max-height: 819px) {
  .login_bg {padding-top: 0;}
  .logo-div {height: 130px;}
  .login-form {padding: 1.5em}
}

@media only screen and (min-height: 820px) {
  .login_bg {padding-top: 0;}
  .logo-div { height: 180px; }
  .login-form {padding: 1.5em}
}

@media only screen and (min-height: 600px) and (min-width: 800px) {
  .login-form-container {
    max-width: 620px;
    width: 70%;
    flex-grow: 1;
    background: transparent;
    background: linear-gradient(#f9fbf8, #89a264);
    margin: 0 auto;
  }
}
