/* # Custom Admin Styles by Bicicleta Studio - https://bicicieta.studio
---------------------------------------------------------------------------------------------------- */

/* Login */

body.login div#login h1 a {
	background-image: url('../icono.png');
}
body.login{
	background-image: url(fondo.jpg) !important;
	background-size: cover !important;	
}
#nav, #backtoblog{
	background-color: #000000e0 !important;
	margin-top: 0px !important;
	padding-top: 0px !important;
	text-align: center !important;
	padding-bottom: 24px !important;	
}
#backtoblog{
	border-bottom: 4px solid #9061c2 !important;
	border-left: 4px solid #9061c2 !important;
	border-right: 4px solid #9061c2 !important;
}

#nav{
	border-left: 4px solid #9061c2 !important;
	border-right: 4px solid #9061c2 !important;
}

#nav a, #backtoblog a{
	color: white !important;
}

body.login div#login form{
	border-left: 4px solid #9061c2 !important;
	border-right: 4px solid #9061c2 !important;
	border-top: 4px solid #9061c2 !important;
	background-color: #000000e0 !important;
}
body.login div#login form label{
	color: white !important;
}
body.login div#login form #wp-submit{
	background: #9061c2;
	border-color: #efefef #efefef #efefef;
	box-shadow: 0 1px 0 #9061c2;
	text-shadow: 0 -1px 1px #9061c2, 1px 0 1px #9061c2, 0 1px 1px #9061c2, -1px 0 1px #9061c2;
}

/* Header */

#wpbody-content {
	padding-top: 80px;
	margin-bottom:0px;
}

#bs-admin-head {
	padding: 20px;
	padding-left:0px;
	padding-right:0px;
	text-align: center;
	width: 100%;
	position: absolute;
	background-color: #23282d;
	border-bottom: 4px solid #9061c2;
}

#bs-admin-head .bs-logo img {
	height: 19px;
}

#bs-admin-head .bs-text {
	color: #fff;
}

/* Footer */

#wpfooter {
	border-top: 4px solid #9061c2;
	background-color: #23282d;
	padding: 20px;
	color: #fff;
}

#wpfooter a {
	color: #9061c2;
	text-decoration: none;
}

#footer-left,
#footer-upgrade {
	text-align: center;
	width: 100%;
}