@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/neset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

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

* {
	filter: none;
}

/*html, body {
	height: 100%;
}*/

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

blockquote, q {
	quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

body.login {
	font-family: arial;
	font-size: 12px;
	background: #ededed;
	
}
/*body.login {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}*/

p {
	margin: 0 0 10px 0;
	line-height: 15px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #019bfd;
}
a:hover {
	color: #019bfd;
	text-decoration:underline;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"], 
textarea, 
.login form .input, 
.login input[type="text"] {
	appearance:button;
	-moz-appearance:button;
	-webkit-appearance:button;
	background: #ffffff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}

input, 
textarea, 
.login form .input, 
.login input[type="text"] {
	
	font-size: 14px;
	font-family: Arial;
	text-align: center;
	
	color:#606060;
	background: #ffffff;
	border:1px solid #e3e3e3;
	
	width: 100%;
	padding:13px;
	margin: 0 0 5px;
	
	border: 2px solid;
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

input:focus, 
textarea:focus, 
.login form .input:focus, 
.login input[type="text"]:focus {
	border: 2px solid #019bfd !important;
	box-shadow:none !important;
}

.login form {
	margin-top: 0;
	padding: 10px 0 20px;
	background: none;
	border: none;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

#login {
    width: 100%;
    max-width: 340px;
    padding: 0 30px;
}
#login {
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 400px;
}

#login form p {
    margin-bottom: 0;
}

.login #wp-submit {
	height: auto;
	font-weight: bold;
	line-height: normal;
	padding: 14px;
	margin: 20px 0 0;
	float:none;
	border:0;
	box-shadow:none;	
	text-shadow: none;
	background: #019bfd;
	color:#fff;
}


.login #wp-submit[disabled] {
	background: #019bfd !important;
	color: #fff !important;
	opacity: 0.5;
	cursor: not-allowed;
}

.login #nav a, .login #nav a:hover {
	color:#019bfd;
}
.login #nav a:hover {
	text-decoration:underline;
}

.login #backtoblog a {
	display: none;
}

.login label {
  color: #aaa;
  font-size: 0 !important;
  display:none !important;
}

.login label br {
	display:none !important;
}


p.submit {
	text-align:center;
}


.login h1 a {
	margin-bottom:10px;
	background-color:transparent !important;
	background-image:url('../images/logo/logo-pocketfolio.svg') !important;
	background-position:center center !important;
	background-repeat:no-repeat !important ;
	background-size:210px auto !important;/*255px 88px !important;*/
	width:100%;
	height:70px;/*100px;*/
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
	opacity:0.6;
}

.login h1 a:hover {
	color:#019bfd;
}

.login #nav {
	color: #888;
	border-top: 0px solid #666;
	text-align: center;
  /*margin-top: 30px !important;
  padding-top: 15px !important;*/
  
}

.login .message {
	color: #FFF;
	background-color: #9BC747;
	text-shadow: none;
	box-shadow: none;
	border-radius: 4px;
	border-left: 0 none;
	margin: 10px 0;
	text-align: center;
	padding: 10px;
	font-size: 13px;
	line-height: 1.3;
}

.login #login_error {
    background-color: #DD3D36;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    margin: 10px;
	padding: 10px;
	line-height: 16px;
	text-align:center;
}

.forgetmenot {
	display:none !important;
}

.lost-pass {
	margin-right: 6px;
	margin-top: 0;
	text-align: right;
}
.lost-pass a {
	color: #999;
}
.lost-pass a:hover {
	color: #019bfd;
	text-decoration:none;
}

#lostpasswordform #wp-submit {
	margin: 10px 0 0;
	width: 100%;
}

#resetpassform #wp-submit {
	margin: 0;
}

#resetpassform {
    padding-top: 0;
}

.login .password-input-wrapper {
    width: 100%;
}

.user-pass1-wrap > p {
    display: none;
}

.login #pass-strength-result {
	margin: 5px 0 0;
	display:none !important;
	background-color:transparent;
	border: 1px solid #999;
	width:100%;
	padding: 6px;
	border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.login #pass-strength-result.short,
.login #pass-strength-result.bad {
  display:block !important;
  background-color: #f55;
  border-color: #f55 !important;
  color: white;
}
.login #pass-strength-result.good {
  display:block !important;
  background-color: #ffc733;
  border-color: #ffc733 !important;
  color: white;
}
.login #pass-strength-result.strong {
  display:block !important;
  background-color: #9bc747;
  border-color: #9bc747 !important;
  color: white;
}

.login .pw-weak {
    margin: 15px 0 0;
	display:none !important;
}

.login .wp-hide-pw {
	display:none !important;
}

.login .wp-generate-pw {
    display: none !important;
}

.message.reset-pass {
    background-color: transparent;
    color: inherit;
    font-size: 14px;
}

#pass1-text.short, #pass1.short {
    border-color: unset !important;
}



/* Login Recaptcha */


.login form {
	display: flex;
	flex-direction: column;
}

.login form #g-recaptcha {
	margin: 20px 15px 0;
	/*order: 1;*/
}




/* Password Protected */


.login-password-protected h1 {
	margin-top:70px;
	text-align: center;
}

.login-password-protected h1 a {
  background: transparent none repeat scroll 0 0 !important;
  color: #565656;
  display:block;
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 300;
  height: auto;
  line-height:1.3em;
  text-indent: 0;
}

.login-password-protected #login {
  height: 360px;
}

.login-password-protected #login::before {
  border: 2px solid;
  border-radius: 100px;
  content: "\f160";
  font-family: dashicons;
  font-size: 50px;
  left: 50%;
  margin-left: -48px;
  padding: 20px;
  position: relative;
  top: 24px;
}

.login-password-protected h4 {
  color: #888;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 300;
  margin-top: -5px;
  margin-bottom: 20px;
  text-align: center;
}

.login-password-protected label {
    display: block !important;
}

.login-password-protected #login_error {
  padding: 8px;
 }
 

.login-password-protected #wp-submit {
	margin-top: 3px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx)
{ 
	/*.login h1 a {
		background-color:transparent !important;
		background-image:url('../images/logo/logo-pocketfolio.svg') !important;
		background-position:center center !important;
		background-repeat:no-repeat !important ;
		background-size:210px auto !important;
	}*/
	
	.login-password-protected h1 a {
		background-image: none !important;
	}
}
