﻿body{
	font-family:"PT Sans",sans-serif;
	background: #f1f1f1 url(MarketicaWatermark.png) no-repeat center bottom;
	background-size: 1000px;
	background-attachment: fixed;
}
body{
	min-height:100%;
	height: auto;
}
html{
	height: 100%;
}
#login{
	background: #f1f1f1;
	box-shadow: 0 0 50px #f1f1f1,0 0 50px #f1f1f1,0 0 100px #f1f1f1;
	position: relative;
	z-index: 1;
	margin-bottom: 95px;
	background-repeat: no-repeat;
	background-position:center 30px;
	background-size:80px;
	padding-top: 130px !important;
}
.login form{
	transition:0.2s all;
}
.login form:hover{
	box-shadow:0 2px 7px silver;
}
/*remove wp logo*/
@media screen and (min-width:782px){
	#login h1 a,
	.login #backtoblog,
	.login #nav{
		margin-left: -200px;
		margin-right: -200px;
	}
	#footercredit{
		position: fixed;
		bottom: 40px;	
	}
}
.mobile #login{
	background-size: 50px;
	padding-top: 100px !important;
}
.mobile #login h1 a{
	font-size: 27px;
}
#login h1 a{
	background: transparent;
	color: black;
	font-size: 32px;
	text-indent: 0;
	width: auto;
	height: auto;
}
.login #backtoblog,
.login #nav{
	text-align: center;
}
#footercredit{
	text-align: center;
	width: 100%;
	color: gray;
	text-decoration: none;
	outline: 0;
	display: block;
}
#footercredit span{
	text-transform: lowercase;
	margin-bottom: 3px;
	color: gray;
	font-size: 12px;
	display: block;
	transition: 0.3s all;
}
#footercredit:hover span{
	color:black;
}
#footercredit img{
	height:15px;
}
a{
	transition:0.2s all;
}