/*
*logo template
*/
	body {  
		background-color:#f0f0f1!important;
		background-image:url( '../assets/imgs/laptop.jpg' )!important;
		background-position: center top !important;
		background-repeat: no-repeat !important;
		background-attachment: fixed !important; 
		background-size:100%  100% !important;

	}
	body.login div#login{
		background-color:#f4e757;
		width:700px;
		border-radius: 25px;
		position: none;
		
	}
	body.login div#login form#loginform {
		border-width: 10px;
		border-style: dotted;
		border-color:#e31621 ;
		border-radius:75px 0px;
		background-color:#f69813 ;

	}
	body.login div#login form#loginform input#user_login,
	body.login div#login form#loginform input#user_pass,
	body.login div#login form#loginform p.submit input#wp-submit{
		border-radius:50px 0px;
	}
	body.login div#login h1 a {
					background-image: url( '../imgs/butterflyherder_logo.png')!important;
				}


 