/*
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% 100%;
  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: contain; }
.login h1 a { height: 150px !important; width: auto !important; }

.login form label { color: #202e52 !important; }
.login #nav a, .login #backtoblog a, .login .privacy-policy-link  { color: #202e52 !important; }
.login form { background: none !important; border: 0 !important; box-shadow: none !important; margin-top: 0px !important; }
.login form#loginform { background: rgba(255,255,255,0.8) !important; border: 1px solid #36809f !important; border-radius: 10px; }
.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; }
.dashicons, .dashicons-before:before { color: #202e52 !important; }


/* end */
