.login-block{	
	border-collapse: collapse;
	clear: both;
	border-spacing: 0;
	width: 100%;
	background-color: #F5F5F5;
	border: 1px solid rgb(185, 181, 181);
	border-radius: 4px;
	margin-bottom:20px;
	margin-top: 20px;
}
.login-block{

	.form-group{
		margin-top: 15px;
	}
	.form-control{
	}
	
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		background-color: red;
	}
	.btn-type-login{
		color: #fff;
		background-color: #e60028;
		border-color: #d43f3a;
		margin-top: 15px;
		margin-bottom: 15px;
		display: inline-block;
		padding: 5px 10px 6px 7px;
		/*padding: 1% 2.5%;*/
		font-size: 14px;
		font-weight: normal;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		/* margin-left: 29.1111%; */
		min-width: 140px;
		color: #fff;
  		background-color: rgb(230, 0, 40);
  		border-color: #d43f3a;
	}
	
	/* zmiana koloru przy 'akcjach' przyciskow w portlecie logowania */
	.btn-type-login:hover, .btn-type-login:focus, .btn-type-login:active {
	  color: #fff;
	  background-color: #ac2925;
	  border-color: #ac2925;
	}
}
.logout-success{
	position: absolute;
	width: 100%;
	top: -40px;	
}


.login-input-error1,.login-input-error2 {
	position: absolute;
	display: none;
	font-size: 0.9em;
	font-weight: bold;
	padding-right:35px;
	width:100%;
	
	div{
		opacity: 0.8;
		background-color: #900;
		color: #cf0d0d;
		background-color: white;
		border: #d20b0b solid 1px;
		border-left-width: thin;
		border-right-width: thin;
		display: block;		
		padding: 5px;
		top: 100%;
		width: 100%!important;
		z-index: 5;
		border-radius: 4px;			
		text-align:center;
	}
}
.error-png{
	background: url(/EbokTest-theme/images/messages/error.png) no-repeat scroll 100% 50%;
}
