/*
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 { background:rgba(255,255,255,0.2) !important; border-radius:40px; box-shadow:0 2px 4px rgba(0,0,0,0.2); margin:10% !important; padding: 20px !important; position:absolute; }

#login h1 a, .login h1 a {
  background-size: 100%;
  background-position-y: bottom;
  height: 95px !important;
  width: 260px !important;
}
.login label, #login p a { color:#000 !important; }
.login form { background:none !important; border:0 !important; box-shadow: none !important; margin-top:5% !important; }
.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:20px; margin-left:10% !important; padding-left:40px !important; position:absolute; text-align:unset !important; }


/* END */
