@import "styl-okno.css";

.css-tlo {
 	background-image: -webkit-radial-gradient(50% 50%, circle, #f5f5f5, #DDD);
	background-image: radial-gradient( circle at 50% 50%, #f5f5f5, rgba(249, 95, 37, 0.57));
	background-size: 100% auto;
  	width: 100%;
  	height: 100%;
  	text-align: center;
}

.css-labelBladLogowania {
	 font-size: 10px;
	 text-align: center;
	 color: #ff0000;
	 margin-top: 15px;
}

.css-labelWersjaSystemu {
	 font-size: 10px;
	 text-align: left;
	 color: darkgray;
	 margin-left: 24px;
	 position: absolute;
	 bottom: 15px;
}

.css-separator {
	height:1px;
	background:#darkgray;
	border-bottom:1px solid #313030;
}

.css-labelAsper {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fa5e23;
}

.css-label {
    font-size: 15px;
}

.css-labelLogowanie {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 700;
}

.css-button {
 	width: 306px;
 	height: 50px;
 	text-align: center;
 	margin-bottom: 10px !important;
 	margin-top: 20px !important;
 	margin-left: 23px !important;
 	box-shadow: none;
 	border: 0px;
 	border-radius: 0px;
 	color: white;
 	background: #fa5e23;
 	vertical-align: middle;
 	line-height: 55px;
 	font-weight: 700;
 	border-radius: 6px;
 	color: #ffffff;
 	transition: .2s;
}
.css-button-reset {
 	width: 306px;
 	height: 25px;
 	text-align: center;
 	margin-bottom: 5px !important;
 	margin-top: 10px !important;
 	margin-left: 23px !important;
 	box-shadow: none;
 	border: 0px;
 	border-radius: 0px;
 	color: white;
 	background: #e0dedb;
 	vertical-align: middle;
 	line-height: 25px;
 	font-weight: 350;
 	border-radius: 6px;
 	color: #ffffff;
 	transition: .2s;
}
.css-button:hover {
	background: #fa7c1a;
	color:white;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: darkgray;
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: darkgray;
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: darkgray;
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: darkgray;
  font-style: italic;
}

.css-kontent {
    font-size: 15px;
    position:fixed;
    margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    width:350px;
    height:520px;
    background: rgba(250, 250, 250, 0.95);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.css-logo
{
	width: 315px;
	text-align: center;
	margin-top: 15px;
}

.css-logowanie input
{
	font-size: 15px;
    padding-left : 15px;
    border : 0px;
    border-radius : 0px;
    box-shadow : none;
    width : 290px;
    height : 55px;
    text-align : left;
    margin-top: 10px;
    background-color: #eff0eb;
	border: 1px inset darkgray;
	border-radius: 5px;
    color: black;
}

.css-przycisk {
    height: 20px;
    text-align: center;
    background-image: linear-gradient(to bottom,#fcfcfc 2%, #c6c6c6 98%);
    line-height: 20px;   
    border-radius: 6px;
    color: #302f2f;
    transition: .2s;
    white-space: nowrap;
    display: inline-block;
    border: 1px solid #c5c5c5;
    padding: 0px 8px 0px 8px;
    font-size: 10px;
    box-shadow: 0px 2px #676767;
}

.css-przycisk:hover {
    background-image: linear-gradient(to bottom,#c6c6c6 2%, #c6c6c6 98%);
}

.css-przycisk:active {
    background-image: linear-gradient(to bottom,#949494 2%, #949494 98%);
}

.css-tytul-formatki > span {
	color: white !important;
	font-family: Verdana,Arial,Helvetica,Sans-Serif !important;
    font-size: 12px !important;
    font-weight:normal !important;
}

.css-tytul-formatki {
	background-color: #c3c3c3;
	padding: 6px 0px 6px 0px !important;
	border-left: 10px solid #fa6128 !important;
}