
@font-face {
    font-family: 'source_sans_prolight';
    src: url('../../sourcesanspro-light.eot');
    src: url('../../sourcesanspro-light.eot?#iefix') format('embedded-opentype'),
         url('../../sourcesanspro-light.woff2') format('woff2'),
         url('../../sourcesanspro-light.woff') format('woff'),
         url('../../sourcesanspro-light.ttf') format('truetype'),
         url('../../sourcesanspro-light.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

div.form label
{
	 font-family: 'source_sans_prolight';
	font-size: 18px;
	color: #ffffff;
    line-height: 20px;
    text-align: left;
    margin-bottom: 2px;
	height: 20px;
	padding-top: 10px;
	display:block;
	/*padding-right: 33px;*/
	
}

@media only screen and (device-width: 768px) {
  input {
    -webkit-appearance: none;
    border-radius: 0;
}
}

@media screen and (max-device-width: 480px) {
  input {
    -webkit-appearance: none;
    border-radius: 0;
}
}


div.form label.label
{
	
	width:70px;
	display:block;float:left;
	padding-top:15px;
}

div.form .row
{
	overflow: hidden;
	margin-bottom: 10px;
}

div.form .row .field
{
	
	display:block;float:left;
}

div.form span.required
{
	color: red;
	display:none;
}

div.form div.error label,
div.form label.error,
div.form span.error
{
	//color: #C00;
}

div.form div.error input.inputTextField
{
	/*border-color: #f58c8c;*/
}

div.form div.success input.inputTextField
{
	/*border-color: #afafaf;*/
}

div.form .errorSummary
{
	border: 1px solid #f58c8c;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
}

div.form .errorMessage
{
	margin-bottom: 5px;
	color: #ffffff;
	 font-family: 'source_sans_prolight';
}

div.form div.row.rememberMe
{
	
}

div.form div.row.rememberMe input
{
	padding-top: 10px;
	outline: 0;
	margin: 0px;
	margin-top: 8px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255, 1) inset;
}

::-webkit-input-placeholder { color:rgba(255,255,255,0.6); }
::-moz-placeholder { color:rgba(255,255,255,0.6); }
:-ms-input-placeholder { color:rgba(255,255,255,0.6); }
input:-moz-placeholder { color:rgba(255,255,255,0.6); }

.inputTextField
{
	width: 235px;
	height: 50px;
	outline: none;
	 font-family: 'source_sans_prolight';
	color: white;
	background-color: rgba(0,0,0,0);
	border:none;
	border-bottom: 1px solid rgba(255,255,255, 0.7);
	font-size: 24px;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.41);
	padding-left:15px;
}

#LoginForm_username{
	background: url(login.png) no-repeat scroll 0px 15px;
	padding-left:40px;
	padding-top: 5px;
	padding-bottom: 0px;
	
}

#LoginForm_password{
	background: url(pass.png) no-repeat scroll 0px 15px;
	padding-left:40px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.labelPositionFix{
	position: relative;
	top: 4px;
}

.labelPositionFix2{
	position: relative;
	top: -4px;
	left: 5px;
}

.submitButton{		
	cursor: pointer;
	background: #1ea6d8;
	color: white;
	border:none;
	 font-family: 'source_sans_prolight';
	font-size: 18px;
	width: 275px;
	height: 47px;
	margin-bottom: 15px;
}

div.form .row.horizontalRadioButtons
{
	overflow: hidden;
	height: 29px;
}

div.form .radioButton
{
	display: inline;
	margin: 0px;
}

div.form .radioLabel
{
    display: inline;
    margin: 0;
    padding: 0 7px 0 0;
    position: relative;
    top: -2px;
}

.build_wm{
	 font-family: 'source_sans_prolight';
}


#warunki{
	 font-family: 'source_sans_prolight';
	 color: white;
	 cursor: pointer;
	 position: absolute; bottom: 15px; right: 15px; color: #ffffff; font-size: 16px;
}

#warunki:hover{
	 text-decoration: underline;
}

#mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position:absolute;
	z-index: 99999;
	display: none;
	top: 0px;
	left: 0px;
}

#license_box{
	border-radius: 6px;
	background-color: white;
	  width: 900px;
	height: 600px;
	margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

#box_header{
	font-family: 'source_sans_prolight';
	font-size: 20px;
	height: 50px;
	width: 100%;
	background: #f2f2f2;
	border-bottom: 1px solid #e6e6e6;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#box_header span{
	padding-left: 15px;
	padding-top: 11px;
	display: block;  float: left;
}

#box_content{
	  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  overflow-y: scroll;
  height: 509px;
}

#box_content span{
	display: block;
	margin-bottom: 20px;
}

#close_modal{
	background: url(close_modal.png);
	width: 12px;
	height: 12px;
	float: left;
	cursor: pointer;
  right: 20px;
  top: 19px;
  position: absolute;
}