

/* password_protected 

body.login-action-password-protected-login, body {
/* The image used 
  background-image: url("http://wlpcreative.pt/real_estate/wp-content/uploads/2020/09/portugal_2.jpg");

  /* Full height 
  height: 100%;

  /* Center and scale the image nicely 
  background-color: #000f22;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
min-width: 0;
color: #444;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-size: 13px;
line-height: 1.4;
	
}
*/

body {
/* The image used */
 /* background-image: url("http://wlpcreative.pt/real_estate/wp-content/uploads/2020/09/portugal_2.jpg"); */
 

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-color: #000f22;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
min-width: 0;
color: #ffffff;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-size: 12px;
line-height: 1.4;
	
}

body.login-action-password-protected-login form#loginform, body form#loginform {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: rgb(0,15,34,0.5);
    border: 1px solid #a7a9ac;
    box-shadow: 0 1px 3px rgb(0,15,34,.04);
}

body form#loginform {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: rgb(0,15,34,0.5);
    border: 1px solid #a7a9ac;
    box-shadow: 0 1px 3px rgb(0,15,34,.04);
}


body.login-action-password-protected-login form#loginform input#wp-submit.button-primary {
    background: #a7a9ac;
    border-color: #a7a9ac;
    color: #ffffff;
}

body.login-action-password-protected-login form#loginform p label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 8px;
    color:#ffffff;
}

.logo_text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Playfair Display;
    font-size: 48px;
    letter-spacing: 1.5px;
}

body.login h1 a {
    background-image: url("./imgs/logo.svg");
    background-size: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 36px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 300px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}
body.login .language-switcher {
	display: none !important;
}

body form#loginform label.user_login {
	color:#ffffff;
	font-size: 12px;
	margin-bottom: 5px;
}
body.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #ffffff;
}

.login #login_error, .login .message, .login #lostpasswordform {
	background: rgba(255,255,255,0.1);
}