@charset "UTF-8";

.brand {
  background: url("/javax.faces.resource/images/ofr_logo.png.xhtml") no-repeat 10px;
  width: 239px;
  height: 54px;
}

#kornyezetOsztaly {
  background: #f39c12;
}

#footer-ver {
  padding: 15px;
  height: 30px;
  background: #f39c12;
  color: #fff;
  border-top: 1px solid #ce840f;
}

.btn-primary,
.btn-primary.ui-button.ui-state-default {
  color: white;
  background: #f39c12;
  transition-property: background-color, color;
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.1s, 0.1s;
  text-shadow: none;
  border-radius: 0;
}

.btn-primary.ui-state-default:active,
.btn-primary.ui-state-default.active,
.btn-primary.ui-state-default:hover,
.btn-primary.ui-state-default:focus,
.btn-primary.ui-state-default.disabled,
.btn-primary.ui-state-default[disabled],
.btn-primary.ui-state-default:hover {
  color: white;
  background: #e08e0b;
  text-shadow: none;
}

.btn-leptetes,
.btn-leptetes.ui-button.ui-state-default {
  color: white;
  background: #f39c12;
  transition-property: background-color, color;
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.1s, 0.1s;
  text-shadow: none;
  border-radius: 0;
}

.btn-leptetes.ui-state-default:active,
.btn-leptetes.ui-state-default.active,
.btn-leptetes.ui-state-default:hover,
.btn-leptetes.ui-state-default:focus,
.btn-leptetes.ui-state-default.disabled,
.btn-leptetes.ui-state-default[disabled],
.btn-leptetes.ui-state-default:hover {
  color: white;
  background: #e08e0b;
  text-shadow: none;
}

.input-group-icon {
  background-color: #f39c12;
}

.loginPic {
  float: left;
  margin-top: -295px;
  background: url("/javax.faces.resource/images/family_20.png.xhtml") no-repeat;
  width: 483px ;
  height: 292px;
}