/* Custom Login Styles */

html { /* Page background. Can't use the body tag for this! */
    background:#d5d6d7; /* url(../images/bgLogin.jpg) 0 0 repeat-x;*/
}

/* Title image (The "WordPress Logo"). Remember to update the height and width your image's dimensions */
h1 a {
  background: url(../images/logo-dinard.gif) 0 0 no-repeat;
  width:70px;
  height:50px;
  margin-left:117px;
}

/* Top bar background color */
body.login {
  border-top-color:#d5d6d7;
}

body.login  #login{/* Top bar background color */
  background-color:#fff;
  padding : 20px 40px;
  -moz-border-radius:11px;
  border-radius:11px;
}
.login p#backtoblog {
  display:none;
}

.login p#backtoblog a:link, 
.login p#backtoblog a:visited {	/* Link effects in top bar */
  color:#17272d;
}

.login p#backtoblog a:hover,
.login p#backtoblog a:active {/* Rollover link effects in top bar */
  color:#17272d;text-decoration:underline;
}