/* Styles needed for the CTDS plugin and
   changes to admin menus, login screen, etc.
   Do not place any style rules in here
   that are for site aesthetics, as those
   should all be in the child theme. */

body.login-action-login.wp-core-ui #login h1 {
  padding:0px;
}

body.login-action-login.wp-core-ui #login h1 A {
  background-image:none;
  background:none;
  width:100%;
  color:blue;
  font-size:75px;
  text-indent:0px;
  padding:0px;
  margin:0px;
}


/* hide links for page template previews as they reflect
 * UW templates and not customized headers, etc.
 */
a#enchanced-preview {display:none !important}
