﻿/**
 * Custom Login
 * @use: custom_login_get_setting( '' );
 */

/* Start Custom user input */
#backtoblog {display:none;}
#login form {padding-top: 15px !important;}
.login #nav a {color: #FFFFE0 !important; font-weight: bold;}
.login #nav a:hover {color: #FFFFFF !important;}
#nav {text-shadow: 0 1px 0 #000000;}
h1 a {height: 200px;}

/* End custom user input */

/* html background */
html {
	background:  url( 'http://www.moralbaconsultores.com/publico/wp-content/themes/moralba/images/leather.gif' ) left top repeat;
}



/* Diplays the custom graphics for the login screen*/
#login form {
    background: #F4F5F6 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 #FFFFFF;
    /* 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;
}

h1 a {
	background: url( 'http://www.moralbaconsultores.com/publico/wp-content/uploads/2011/03/Logo.png' ) no-repeat scroll center top transparent;
}

label {
	color: #000000 !important;
}

