#wp-admin-bar-root-default > li {
    /*  */
}

#wp-admin-bar-top-secondary > li#wp-admin-bar-adminloginform {


    display:inline-block;
}

#wpadminbar .ab-top-secondary {
	/**/
	float:right;
	right:19.7%;
	background: none;
}

/*
.menupop {
    visibility: hidden;
}

  left: 53%;
  left: 53%;
  
  float: left;
  left: 41%;
*/

#alogform > p > label {
    color: #ccc !important;
}


#wpadminbar * {
	color: #555 !important;
	text-shadow: none !important;
}
input#logas {
	color: #fff !important;
	
}

#adminloginform p {
	display: inline-block;
	padding: 3px 0;
}

#adminloginform .login-username input,
#adminloginform .login-password input {
	font: 13px/24px sans-serif;
	padding:0 4px 0 4px;
	height: 24px;
	line-height: 20px;
	border: none;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	background-color: rgba( 255, 255, 255, 0.9 );
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#adminloginform .wp-submit, input.wp-submit {
	display: inline-block !important;
	text-decoration: none !important;
	font-size: 10px !important;
	line-height: 25px !important;
	height: 24px !important;
	margin: 0 0 24px 0 !important;
	padding: 0 10px 1px !important;
	cursor: pointer !important;
	border-width: 1px !important;
	border-style: solid !important;
	/* -webkit-border-radius: 3px !important; */
	/* -webkit-appearance: none !important; */
	border-radius: 3px !important;
	white-space: nowrap !important;
	/* -webkit-box-sizing: border-box !important; */
	/* -moz-box-sizing:    border-box !important; */
	box-sizing:         border-box !important;
	background: none repeat scroll 0 0 #343434 !important;
        border-color: #343434 !important;
	/* background: #2ea2cc !important; */
	/* border-color: #0074a2 !important; */
	/* -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15) !important; */
	/* box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15) !important; */
	color: #fff !important;
	text-decoration: none !important;
	/* margin-top: -5px !important; */
	/*vertical-align:middle;*/
	
}  


@-moz-document url-prefix() {
	#adminloginform .wp-submit, input.wp-submit {
		vertical-align:middle;
	}

}


/*
#adminloginform .wp-submit:active {
	background: #1e8cbe !important;
	border-color: #005684 !important;
	color: rgba(255,255,255,0.95) !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1) !important;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.1) !important;
}
*/
#adminloginform .wp-submit:hover,#logas:hover {
	
	background: #E31837 !important;
	border-color: #E31837 !important; 
/*	background: #1e8cbe !important;*/
	/*border-color: #0074a2 !important;*/
/*	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6) !important; */
	-webkit-box-shadow: inset 0 1px 0 rgb(227,24,55) !important;
/*	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6) !important; */
	box-shadow: inset 0 1px 0 rgb(227,24,55) !important;
	color: #fff !important;
}

#wp-admin-bar-register a {
	font-weight: bold;
}

#wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li > .ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus {
    background: none;
    /* background: none repeat scroll 0 0 #333; */
    color: #2ea2cc;
}

.wp-submit:focus {
    border-color: none; !important;
    box-shadow: none !important;
}

/*
a.button:hover, a.button:focus, a.button.white:hover, a.button.white:focus, input[type="submit"]:hover, input[type="submit"]:focus, input.white[type="submit"]:hover, input.white[type="submit"]:focus {
    border-color: #bfbfbf;
    box-shadow: 0 -4px 0 #e6e6e6 inset, 3px 3px 0 rgba(0, 0, 0, 0.04);
}
*/

@media screen and (max-width: 600px) {
  #wp-admin-bar-adminloginform {
    visibility: hidden;
    /*
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    */
    display: none;
  }
}