/*  styl pro login screen  */
body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: black;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vrsek-tabulka {
width : 100%;
height : 38px;
background: #30559c;
border-bottom : 4px solid #3b7ac1;
}

.vrsek-bunka1 {
width : 50%;
height : 38px;
background: #30559c url(../images/vrsek1.gif) no-repeat left top;
text-align : left;
}

.vrsek-bunka2 {
width : 50%;
height : 38px;
text-align : right;
background: #30559c url(../images/vrsek2.gif) no-repeat right top;
}

.tdlang {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color : white;
}

.loginnadpis {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color : #ff9900;
}

.langinput {
	border-style:solid;
	font-size:10px;
  border-width:1px;
	border-color:rgb(15,28,107);
	
}

.langinputs {
	border:1px solid black;;
	font-size:11px;
}

.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 429px;
	background: #F1F3F5;
}

.login-form {
	text-align: left;
	float: right;
	width: 60%;
}

.centr {
	text-align: center;
}

.inputlabel {
	font-weight: bold;
	text-align: left;
	}

.inputbox {
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
	}
	
.form-block {
	border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

.login-text {
	text-align: left;
	width: 40%;
	float: left;
}

a:active, a, a:focus, a:link, a:visited {
  color: black;
  text-decoration: underline;	
}

a:hover {
  color: rgb(15,28,107);
  text-decoration: underline; 
}

.clr {
    clear:both;
    }

.ctr {
	text-align: center;
}

/*******************************************************************************
 ***********************************NEW****************************************/
.login1
{
  max-width: 370px;
  padding:20px;
  margin: 50px auto;
  **border:1px solid lightblue;
  background-color:white;  
  border-radius:5px;
  box-shadow:black 4px 6px 20px; 
  -webkit-box-shadow: black 4px 6px 20px;
  -moz-box-shadow: black 4px 6px 20px;
}
.login1 button
{
  color:#1C7ABD;
  font-weight:bold;
}