/* Add Custom CSS here to style the WordPress Admin CP. */
/* You may need to refresh the dashboard the see changes */

.login h1 a {background-image: url(/wp-content/themes/wayfind/images/wd_login_logo.png)!important;} 

.login .message { border-left: 4px solid rgb(204,0,0)!important; }

input[type="checkbox"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="radio"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
	border-color: rgb(204,0,0);
	box-shadow: 0px 0px 2px rgba(204,0,0, 0.8); }

#subtitle_custom_meta_field, #author_custom_meta_field { width: 100%; }