

/*
	Login-Form
*/

.c4s_login {
	padding: 20px 10px;
	border-radius: 10px;
	border: 1px solid rgba( 100, 200, 100, .8 );
	background-color: rgba( 100, 200, 100, .3 );
	box-shadow: 0px 0px 5px rgba( 0, 0, 0, .3 );
	min-height: 110px;
	background-image: url( img/lock.png );
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 100px;
}

.c4s_login:hover {
	background-image: url( img/unlock.png );
}

.c4s_login button, .c4s_login input {
	width: 70%;
	max-width: 70%;
}

.c4s_badge{
	text-align: center;
}

.c4s_badge > a > img{
	max-width: 100%;
	max-height: 100px;
	box-shadow: none;
	border: none;
}

.c4s_error {
	border: 1px solid rgba( 255, 0, 0, .9 );
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0px 0px 2px rgba( 255, 0, 0, .5 );
	background-color: rgba( 255, 0, 0, .3 );
	margin: auto;
	margin-bottom: 10px;
}

.c4s_error ul li {
	list-style: none;
	font-size: 10pt;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 1;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
}