/* Custom Login Styles */ 
#login form { border:none; margin-top: 0px; -webkit-box-shadow: none; box-shadow: none; }
.login form {box-shadow:none !important}
.login { background: url(steakbg1.jpg) no-repeat; background-size: cover; display: flex}

/*  This makes the core background color for the login form transparent so your graphic will show through in all three form states. */
#loginform, #registerform, #lostpasswordform { background-color: transparent; }

/*  If you have a light background as your login form graphic, change the color
    here. #fff = white, #000 = black. This changes the Username, Password and 
    'Remember Me' text color. 
*/
form { -moz-box-shadow:none; box-shadow: none; }
#login label { color:#fff; }

/*  This hides the WordPress logo. The height parameter also adjust where the 
    first input or message box begins. 
*/
#login h1 a { background: transparent; height: 122px; width: 380px; display:none !important }

/*  Even though this is the navigation div for the links at the bottom of the login form, it also controls the bottom image that gives the login form a nice curved corner feel. */
#nav { width:380px; height:45px; text-indent: 26px; margin:0px; padding: 0px; text-shadow:none; }
.login #nav a, .login #nav a:hover { color:#fff !important; }
#login form .submit input {	background: #846a06; border-color: #846a06}
.login #nav, .login #backtoblog, .login .privacy-policy-page-link { display: none}

/*  Attributes for the errors and messages box. These can be broken up if you want to display a differnet color scheme for messages and errors. */
#login p.message { padding: 12px; margin: 10px 26px 0px 24px; }
#login #login_error { padding: 12px; margin: 15px 26px 0px 24px; }

/*  Form input box attributes. */
#user_pass, #user_login, #user_email { font-size: 20px; width: 94%; }
#login { background:rgba(0,0,0,0.5); width: 380px; padding: 1% 0 0 }
#backtoblog { margin:0!important}