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


/* End custom user input */

/* html background */
html {
	background: #FCFCFC !important;
}




/* Diplays the custom graphics for the login screen*/
#login form {
    background: #F5F5F5 url( '' ) center top no-repeat;
	padding-top:100px; }
   

/* 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: 1px solid #ff0066;
    /* box shadow */
    -moz-box-shadow: px px px #000000;
    -webkit-box-shadow: px px px #000000;
    -khtml-box-shadow: px px px #000000;
    box-shadow: px px px #000000;
}

.login h1 a {
	background: url( 'http://vdi.misstoysy.com/wp-content/uploads/logo-mt-2012-base1.png' ) no-repeat scroll center top transparent;
}

label {
	color: #000000 !important;
}

