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

#login { background:none; bottom:0; left:7%; padding:0 !important; position:absolute; top:100px; }
#login h1 a, .login h1 a {
  background-size: 320px;
  height: 127px;
  width: 320px;
}

.login #backtoblog a, .login #nav a, .login form label, .login .privacy-policy-link { color: #fff !important; }
.login form { background: none !important; border: 0 !important; box-shadow: none !important; margin-top: 0px !important; }
.login form#loginform { background: rgba(0,0,0,0.2) !important; box-shadow: inset 1px 2px 6px rgba(255,255,255,0.3) !important; border-radius: 25px; }
.login input[type=text] { background: rgba(251,251,251,0.8) !important; }
.login input#wp-submit { border: none !important; }


.language-switcher { bottom: 0; left: 7%; position: absolute; width: 320px; }
#language-switcher { padding-top: 0px !important; }


/* end */
