/**
 * Custom Login
 * @use: custom_login_get_setting( '' );
 */

/* Start Custom user input */
#nav {
    text-shadow: none;
}

/* End custom user input */

/* html background */
html {
	background: #07153A;
}



/* Diplays the custom graphics for the login screen*/
#login form {
    background: #dcdcdc url( '' ) center top no-repeat;
	padding-top:100px; }

/* Hides the default Wordpress Login content*/
#login form {
    /* border radius */
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    /* border */
    border: 1px solid #fff;
    /* box shadow */
    -moz-box-shadow: 0px 0px 0px ;
    -webkit-box-shadow: 0px 0px 0px ;
    -khtml-box-shadow: 0px 0px 0px ;
    box-shadow: 0px 0px 0px ;
}

h1 a {
	background: url( 'http://stavertonflyingschool.co.uk/wp-content/uploads/2011/04/sfs-logo-navy1.png' ) no-repeat scroll center top transparent;
}

label {
	color: #000000 !important;
}

