/*
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 h1 a, .login h1 a {
  background-size: 100%;
  height: 102px;
  margin: 0;
  width: 320px;
}

.login form { background: transparent !important; border: 0 !important; }
.login form label { color: #191919 !important; }
.login input[type=text] { background: rgba(251,251,251,0.8) !important; }
.login input#wp-submit { background: #760074 !important; border: none !important; }

#login { left: 20px; position: absolute; width: 320px; }
#loginform { border: 0 !important; box-shadow: none; width: auto; }

.login #backtoblog *, .login #nav *, .login .privacy-policy-page-link * { color: #191919 !important; }

.language-switcher { bottom: 0; left: 20px; position: absolute; }
.wp-core-ui .language-switcher .button { border-color: #760074 !important; color: #760074 !important; }


/* end */
