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

/* Start Custom user input */


/* End custom user input */

/* html background */
html {
	background: #f5f9fa !important;
}




/* Diplays the custom graphics for the login screen*/
#login form {
    background: #7ca2a3 url( '' ) center top no-repeat;
	padding-top:20px; }
   

/* 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 #f5f9fa;
    /* box shadow */
    -moz-box-shadow: 5px 5px 18px #464646;
    -webkit-box-shadow: 5px 5px 18px #464646;
    -khtml-box-shadow: 5px 5px 18px #464646;
    box-shadow: 5px 5px 18px #464646;
}

.login h1 a {
	background: url( 'http://www.cliniciimplantdentar.ro/wp-content/themes/twentyten/images/logocliniciimplantdentar-login.jpg' ) no-repeat scroll center top transparent;
}

label {
	color: #ffffff !important;
}

