/*
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: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#login { left:15%; margin: 0 !important; position:absolute; top: 10%; width: 320px !important; }
#login h1 a, .login h1 a {
  background-size: 100%;
  height: 112px !important;
  width: 320px !important;
}
.login label, #login p a { color:#000 !important; }
.login form { background:#fff !important; border:0 !important; border-radius:0px; box-shadow: none !important; }
#loginform { min-height: 200px; overflow: unset !important; padding: 20px 40px; position: relative; }
#loginform::after { border-right: 20px solid #ec5146; border-top: 20px solid #ec5146; content: ' '; height: 80px; position: absolute; width: 80px; top: -20px; right: -20px; }
#loginform::before { border-bottom: 12px solid #ec5146; border-left: 12px solid #ec5146; content: ' '; height: 40px; position: absolute; width: 40px; bottom: -12px; left: -12px; }

.login input[type=text], .login input[type=password] { }
.wp-core-ui .button-primary { border:none; }

.login .privacy-policy-page-link a { color:#000; }

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

/* END */
