* {
	margin:0;
	padding:0;
}
a:link,
a:visited {
	color:#FF6600;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;
}
html {
  height: 100%;
}
body {
	font:15px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}
.sp {
  display: none;
}
body.login {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.logininfo {
	width:100%;
	text-align:center;
	padding:8px 0;
  font-size: 14px;
	color:#DDDDDD;
	background-color:#464646;
}
form {
  max-width: 360px;
	margin: 0 auto;
	padding:16px 16px 20px 16px;
	font-weight:normal;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:5px;
	background:#fff;
	border:1px solid #e5e5e5;
	-moz-box-shadow:rgba(200, 200, 200, 1) 0 4px 18px;
	-webkit-box-shadow:rgba(200, 200, 200, 1) 0 4px 18px;
	-khtml-box-shadow:rgba(200, 200, 200, 1) 0 4px 18px;
	box-shadow:rgba(200, 200, 200, 1) 0 4px 18px;
}
form .forgetmenot {
	font-weight:normal;
	float:left;
	margin-bottom:0;
}
.button-primary {
	font-family:"Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding:3px 10px;
	border:none;
	font-size:14px;
	border-width:1px;
	border-style:solid;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	cursor:pointer;
	text-decoration:none;
	margin-top:-3px;
}
#login form p {
	margin-bottom:0;
}
label {
	color:#777;
	font-size:13px;
}
form .forgetmenot label {
	font-size:11px;
	line-height:19px;
}
form .submit, .alignright {
	/*float:right;*/
	text-align:center;
}
form .submit {
	padding-top: 10px;
}
form p {
	margin-bottom:24px;
}
h1 {
  margin: 0;
  text-align: center;
}
h1 a {
	padding-bottom:15px;
	display:block;
}
h2 {
  padding-bottom: 10px;
}
.red {
  color: #BF1013;
}
#nav {
	text-shadow:rgba(255, 255, 255, 1) 0 1px 0;
}
#backtoblog a {
	position:absolute;
	top:7px;
	left:15px;
	text-decoration:none;
}
#login {
	max-width:500px;
	margin:7em auto;
}
.txt_box {
  text-align: center;
  padding: 25px 0;
}
#login_error, .message {
	margin:0 0 16px 8px;
	border-width:1px;
	border-style:solid;
	padding:12px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#nav {
  max-width: 360px;
	margin:0 auto;
	padding:20px 10px;
}
#user_pass, #login_id, #user_login, #user_email, #mail, #tel {
	font-size:24px;
	width:97%;
	padding:3px;
	margin-top:2px;
	margin-right:6px;
	margin-bottom:5px;
	border:1px solid #e5e5e5;
	background:#fbfbfb;
}
input {
	color:#555;
}
.clear {
	clear:both;
}

/****/

textarea, input[type="text"], input[type="password"], input[type="file"], input[type="button"], input[type="submit"], input[type="reset"], select {
	border-color:#dfdfdf;
	background-color:#fff;
}

.button, .button-secondary, .submit input, input[type=button], input[type=submit] {
	border-color:#bbb;
	color:#464646;
}
.button:hover, .button-secondary:hover, .submit input:hover, input[type=button]:hover, input[type=submit]:hover {
	color:#000;
	border-color:#666;
}
.button, .submit input, .button-secondary {
	/*background:#f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;*/
  background:#f2f2f2;
	text-shadow:rgba(255, 255, 255, 1) 0 1px 0;
}
.button:active, .submit input:active, .button-secondary:active {
	/*background:#eee url(../images/white-grad-active.png) repeat-x scroll left top;*/
}
input.button-primary, button.button-primary, a.button-primary {
	border-color:#298cba;
	font-weight:bold;
	color:#fff;
  /*background:#21759B url(../images/button-grad.png) repeat-x scroll left top;*/
	background:#21759B;
	text-shadow:rgba(0, 0, 0, 0.3) 0 -1px 0;
}
input.button-primary:active, button.button-primary:active, a.button-primary:active {
	/*background:#21759b url(../images/button-grad-active.png) repeat-x scroll left top;*/
	color:#eaf2fa;
}
input.button-primary:hover, button.button-primary:hover, a.button-primary:hover, a.button-primary:focus, a.button-primary:active {
	border-color:#13455b;
	color:#eaf2fa;
}
.button-disabled, .button[disabled], .button:disabled, .button-secondary[disabled], .button-secondary:disabled, a.button.disabled {
	color:#aaa!important;
	border-color:#ddd!important;
}
.button-primary-disabled, .button-primary[disabled], .button-primary:disabled {
	color:#9FD0D5!important;
	background:#298CBA!important;
}
a:hover, a:active, a:focus {
	color:#d54e21;
}
#wphead #viewsite a:hover, #adminmenu a:hover, #adminmenu ul.wp-submenu a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, #media-upload a.del-link:hover, div.dashboard-widget-submit input:hover, .subsubsub a:hover, .subsubsub a.current:hover, .ui-tabs-nav a:hover, .plugins .inactive a:hover, #all-plugins-table .plugins .inactive a:hover, #search-plugins-table .plugins .inactive a:hover {
	color:#d54e21;
}

.copy {
  width: 100%;
  margin-top: auto;
  padding-bottom: 20px;
  text-align: center;
  color: #777;
}
@media screen and (max-width: 700px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}