/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-10-19, 21:55:33
    Author     : MLZ
*/
body {
  padding: 0px;
  margin: 0px;
  font-family: 'Nunito',serif !important; }

.ui-widget, .ui-widget .ui-widget {
  font-size: 95% !important; }

.ui-widget {
  font-family: 'Nunito',serif !important; }

.logowanie-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../resources/images/background-table.jpg");
  background-size: 100%; }

/*Okno logowania*/
#login-form input {
  width: 100%;
  padding: 5px 0px 5px 0px;
  margin-top: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

#btn-login {
  width: 100%;
  display: inline-block;
  margin: 20px 0px 0px 0px;
  background-image: linear-gradient(to right top, #8f8176, #96877c, #9c8d81, #a39487, #aa9a8d);
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none; }

#btn-login:hover {
  background: #ffffff;
  color: #8f8176;
  text-decoration: none;
  cursor: pointer; }

/*//Zmiany UI
Zmniejszam ui
.ui-widget, .ui-widget .ui-widget {
       font-size: 95% !important;
}*/

/*# sourceMappingURL=login-style.css.map */
