<!--

/*
	WebArtMedia Admin Plugin
	Control Panel and special settings for your WordPress Website

	Cascading Style Sheet (CSS)

	Vincent Jockin / WebArtMedia
	http://www.creationdesitesweb-webartmedia.com/
*/

	html, body {
		min-height: 100%;
		background-color: #fff !important;
		background-attachment: fixed;
		background-image: linear-gradient(to bottom, rgba(0,110,160,.01), rgba(0,110,160,.25)) !important;
	}

	#login {
		padding-top: 5% !important;
	}

	#login h1 a {
		background-image: url(http://www.creationdesitesweb-webartmedia.com/ressources/wordpress/plugins/wam-admin/images/wam_logo_wp_alpha.png) !important;
		background-size: 100%;
		width: 400px !important;
		height: 370px !important;
		margin-left: -40px !important;
	}

	#login p a {
		color: #444 !important;
	}
	#login p a:hover {
		color: #0070a0 !important;
	}

	#loginform input:focus {
		border-color: #abc !important;
	}

	.login .message,
	#loginform,
	#login_error {
		border-radius: 6px !important;
		box-shadow: 0px 1px 4px #3b4e63 !important;
	}
	.login .message,
	#login_error {
		border-left-width: 8px !important;
	}
	.login .message {
		border-color: green !important;
	}

	.wp-core-ui .button-primary {
		color: #fff !important;
		background: #406080 !important;
		border-color: #3b4e63 !important;
		text-shadow: 1px 1px 1px #012;
		box-shadow: 0px 1px 0px #6080a0 inset !important;
		transition: all 0.25s !important;
	}
	.wp-core-ui .button-primary:hover {
		background: #0070a0 !important;
		box-shadow: 0px 1px 0px #2090c0 inset !important;
	}

-->