<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login
{
  background-image: url('../grafika/artykul_tytul_tlo.png');
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 0px 15px 0px rgb(80, 45, 0) inset;
  border-image-source: url('../grafika/plan_lekcji_srobka.png');
  border-image-width: 26px;
  border-image-outset: 0px;
}

.login::before
{
  content: "Logowanie";
  background: none !important;
  background-image: url('../grafika/paginacja_tlo.png') !important;
  border: none !important;
  text-align: center;
  color: rgb(255, 220, 75);
  border-radius: 7px;
  box-shadow: 0px 0px 15px 0px rgb(65, 35, 0) inset;
  padding: 7px !important;
  display: block;
  margin-bottom: 15px;
  font-size: 140%;
  font-weight: bold;
}

.login form
{
  background-image: url('../grafika/stopka_tlo.png');
  border-radius: 7px;
  border: none !important;
  box-shadow: 0px 0px 12px 0px rgb(125, 75, 0) inset;
  padding: 7px;
  color: rgb(115, 65, 0);
  text-align: center;
}

.login form fieldset
{
	border: none;
	display: inline-block;
}

.login .star
{
	display: none;
}

.login label, .login input
{
  font-weight: bold;
  font-size: 120%;
  border-radius: 10px;
  padding: 2px 10px;
}

.login .control-group
{
	margin-bottom: 20px;
}

.login .control-group:nth-child(4)
{
	margin-bottom: 0px;
	margin-top: 40px;
}

.login .control-group:nth-child(3) .controls, .login .control-group:nth-child(3) .control-label
{
	display: inline-block;
}

.login input#remember
{
	width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-left:10px;
}

.login button
{
	font-size: 120%;
}


.login + div
{
	display: none;
}
</pre></body></html>