/* 
    Document   : login
    Created on : 15.06.2012, 21:32:20
    Author     : Sentinel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.logo {
	 background: url('../images/transparenzen/transparent40.png') repeat scroll 0 0 ;
	 text-align: center;
	 position: absolute;
	top: 0px;
	left:0px;
	right:0px;
	height: 33%;
	display: none;
	border-bottom: 1px solid #555555;

}

.footer {
	background: url('../images/transparenzen/transparent60.png') repeat scroll 0 0 ;
	position: absolute;
	bottom: 0px;
	left:0px;
	right:0px;

	height: 33%;
	text-align: center;
	display: none;
	border-top: 1px solid #555555;
	padding-top: 5px;
}

.grid {
	position: absolute;
	bottom: 33%;
	left:0px;
	right:0px;
	top: 33%;
}

.login_right_content {
	
}
label.hint_label  { 
	position:absolute; top:7px; left:5px;
	text-transform: uppercase;
	font-size: 18px;
	color: #888888;
}

.submit_button .ui-button-text-only .ui-button-text  {
	padding: 6px 10px;
	font-size: 18px;
}

.input_field {
	background: url('../images/transparenzen/transparent20.png') repeat scroll 0 0 ;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #444 inset;
  transition: background-color 5000s ease-in-out 0s;
  
}

