@media only screen  {

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-touch-callout: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

div {
    margin:0;
    padding: 0;
}

::selection{
	color: #fff;
	background-color: #000;
}

::-moz-selection{
	color: #fff;
	background-color: #000;
}

/*-----------------------------------------------------------------------------------*/
/*	Body & Html
/*-----------------------------------------------------------------------------------*/

body, html {
	background-color: #fff !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Links ...
/*-----------------------------------------------------------------------------------*/

a {
	color: #000 !important;
	}

a:active, a:hover {
	text-decoration:underline !important;
	}

/*-----------------------------------------------------------------------------------*/
/*	Header Logo
/*-----------------------------------------------------------------------------------*/

#login {
	width: 100%;
	padding: 0 0 0;
	margin: auto;
	}

#login h1 a {
	height: 180px !important;
	width: 100px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 50px !important;
	padding: 0px !important;
	background-attachment: scroll !important;
	background-image: url(image/logo.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size:auto !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Messages ...
/*-----------------------------------------------------------------------------------*/

div.error, .login #login_error, .login .message {
		border: none !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
		text-align:center;
		color: #000;
}


/*-----------------------------------------------------------------------------------*/
/*	Form Label ...
/*-----------------------------------------------------------------------------------*/

.login label {
		color: #000 !important;
		font-size: 1em !important;
		font-style: italic !important;
}
	
	
/*-----------------------------------------------------------------------------------*/
/*	Form Frame Background ...
/*-----------------------------------------------------------------------------------*/
	
.login form {
		width: calc(100% - 40px) !important;
		padding:20px !important;
		max-width: 600px !important;
		background-color: #fff !important;
		margin-left:auto !important;
		margin-right:auto !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
		margin-bottom:50px;
}

/*-----------------------------------------------------------------------------------*/
/*	Form Frame Background ...
/*-----------------------------------------------------------------------------------*/

.login form .input, .login input[type=text] {
	font-size: 1em !important;
	height: 40px;
	padding-left: 10px;
	}

input[type=text]:focus, input[type=password]:focus {
  box-shadow: none !important;
  border: 1px solid #000;
  background-color: white !important;
}

input:-webkit-autofill, input#user_login.input,input#user_pass.input, input#user_login.input:focus, :focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
	box-shadow: 0 0 0px 1000px white inset !important;
}

input#user_login.input, input#user_pass.input, input#user_login.input:focus, :focus {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill, input::-webkit-autofill:focus, :focus, input::focus:-webkit-autofill, input:-webkit-autofill:focus,  input:focus:-webkit-autofill  {
	-webkit-box-shadow: 0 0 0px 1000px #fff  inset !important;
	box-shadow: 0 0 0px 1000px white inset !important;
}
	
/*-----------------------------------------------------------------------------------*/
/*	Remember Me ...
/*-----------------------------------------------------------------------------------*/

.login form input[type=checkbox] {
	background: #fff !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	border: 1px solid #ddd;
}

input[type=checkbox]:checked:before {
	color: #000 !important;
	}
	
input[type=checkbox]:focus {
	border: 1px solid #ddd;
	}

/*-----------------------------------------------------------------------------------*/
/*	Log In Button
/*-----------------------------------------------------------------------------------*/

.wp-core-ui .button-primary {
	background: #fff !important;
	border-color: #ddd !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #000;
	text-decoration: none;
	text-shadow: none !important;
	border-radius: 0px !important;
	font-size: 1em;
	}
	
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
    color: #000;
	text-decoration:underline;
	border-color: #000 !important;
}


/*-----------------------------------------------------------------------------------*/
/*	Back to Blog / Lost Password
/*-----------------------------------------------------------------------------------*/

.login #nav {
	font-size:1em;
	padding: 0 !important;
	width: 100% !important;
	max-width:600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: -40px !important;
	padding-left: 0 !important;
	text-align:left  !important;
	color: #000  !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}

.login #backtoblog {
	display: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Copyright
/*-----------------------------------------------------------------------------------*/

div#copyright {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	line-height:1.2em;
	}

}

@media screen and (max-width:600px) {

.login #nav {
	width: clac(100% - 20px) !important;
	padding-left: 20px !important;
}

}