/**
 * Custom Login
 * @use: custom_login_get_setting( '' );
 */

/* Start Custom user input */


/* End custom user input */

/* html background */
html {
	background: #efefef url( 'http://www.zakladna-beta.cz/wp-content/themes/hasil/grafika/pozadi.gif' ) left top repeat-y;
}



/* Diplays the custom graphics for the login screen*/
#login form {
    background: #5d8403 url( '' ) center top no-repeat;
	 }

/* Hides the default Wordpress Login content*/
#login form {
    /* border radius */
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* border */
    border: 2px solid #a7c153;
    /* box shadow */
    -moz-box-shadow: 2px 2px 5px #BABABA;
    -webkit-box-shadow: 2px 2px 5px #BABABA;
    -khtml-box-shadow: 2px 2px 5px #BABABA;
    box-shadow: 2px 2px 5px #BABABA;
}

h1 a {
	background: url( 'http://www.zakladna-beta.cz/wp-content/themes/hasil/grafika/prihlaseni.png' ) no-repeat scroll center top transparent;
}

label {
	color: #ffffff !important;
}


#backtoblog, #nav {
	display: none;
}