/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/


/**
 * login form
 */
body.login {
  background-color: #fff;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: 100% 70%;
}

#login { display: block !important; height:auto; left:15%; position:absolute !important; }

#login h1 a, .login h1 a {
  background-size: 100%;
  height: 150px !important;
  width: 320px !important;
}
.login label { color:#fff !important; text-shadow:0 1px 2px rgba(0,0,0,0.5); }
#login p a { background:#fff; color:#000 !important; }
.login form#loginform { background:none !important; border:0 !important; box-shadow: none !important; height:auto; margin:0 !important; padding:50px 24px; }
.wp-core-ui .button-primary { border:none; }

.login #nav { margin-top: 100px !important; }
.login .privacy-policy-page-link a { color:#000; }

.language-switcher { background:none !important; bottom:0; left:15%; position:absolute; }

/* END */
