#wp-admin-bar-login{
	display: none;
}
#wp-admin-bar-lostpassword{
	display: none;
}

#adminloginform p {
	display: inline;
}

#wpadminbar #wp-admin-bar-loginshow .ab-icon:before {
    content: '\f110'; // Change to a Dashicon of your choice
    top: 3px;
}

#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 {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 26px;
	height: 28px;
	margin: 0 0 2px 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	background: #2ea2cc;
	border-color: #0074a2;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
	color: #fff;
	text-decoration: none;
}

#adminloginform #wp-submit:active {
	background: #1e8cbe;
	border-color: #005684;
	color: rgba(255,255,255,0.95);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}

#adminloginform #wp-submit:hover {
	background: #1e8cbe;
	border-color: #0074a2;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
	color: #fff;
}

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

#wpadminbar #wp-admin-bar-james .ab-icon:before {
    content: '\f484'; // Change to a Dashicon of your choice
    top: 3px;
}

#wpadminbar #wp-admin-bar-buyaio .ab-icon:before {
    content: '\f174'; // Change to a Dashicon of your choice
    top: 3px;
}

@media screen and (max-width: 782px) {
	#wpadminbar .quicklinks ul {
	    height: 46px;
	    overflow: hidden;
	}
	#wp-toolbar > ul > li#wp-admin-bar-loginshow,
	#wp-toolbar > ul > li#wp-admin-bar-buyaio,
	#wpadminbar .ab-label {
		display: inline-block;
	}
	#wp-toolbar > ul > li#wp-admin-bar-login form {
		padding: 6px 0 0 10px;
	}
	#wp-toolbar > ul > li#wp-admin-bar-lostpassword,
	#wp-toolbar > ul > li#wp-admin-bar-login form .login-remember {
		display: none !important;
	}
	#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon {
		padding-top: 3px;
	}
}

@media screen and (max-width: 600px) {
	#wp-toolbar > ul > li#wp-admin-bar-login form .login-username label {
	    display: inline-flex;
	    max-width: 67px;
	}
	#wp-toolbar > ul > li#wp-admin-bar-login form .login-username input#user_login {
		max-width: 115px;
	}
}

@media screen and (max-width: 500px) {
	#wpadminbar * {
		display: none;
	}
}