body.login { background: #000 url('workshop-login-bg-min.jpg') no-repeat bottom center; background-size: cover;}

.login h1 a { background: transparent url('gleason-workshop-logo-dark-min.png') no-repeat center center; width: 280px; height: 231px;}
/*.login h1 a { background: transparent url('gleason-workshop-logo-light-min.png') no-repeat center center; width: 280px; height: 231px;}*/

.login form {background: #6e4e41; color:white;}
.login form label {color:white;}
.login form input {background-color: white;}
.login input:-webkit-autofill {background-color: white; -webkit-box-shadow: 0 0 0px 1000px white inset;}

.login form input#wp-submit.button.button-primary.button-large {padding: 0 28px 2px;margin:0; border: 1px solid white; background:#6e4e41; text-shadow: none;-webkit-box-shadow: none; box-shadow: none;-webkit-border-radius:0; border-radius: 0; transition: all 0.3s;}
.login form input#wp-submit.button.button-primary.button-large:hover {color:#6e4e41; background-color: white !important; -webkit-border-radius: 4px; -webkit-border-radius:0; border-radius: 0}
.login form input#wp-submit.button.button-primary.button-large:active {-webkit-box-shadow: none; box-shadow: none;-webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px);}

.login form#lostpasswordform p.submit {display: flex; align-items: center; justify-content: center;}
.login form#lostpasswordform .button.button-primary {float:none;}


.login a.button.back2website {padding: 5px 28px;height: auto; font-size:1.2em ;margin:0; border: 1px solid white; background:transparent; text-shadow: 2px 2px 4px #000000;-webkit-box-shadow: none; box-shadow: none;-webkit-border-radius:0; border-radius: 0; color: white; display: block; width: 185px; margin: 0 auto; white-space:nowrap; box-shadow: 3px 3px 10px #00000077; transition: all 0.3s;}
.login a.button.back2website:hover {background: #6e4e41; -webkit-border-radius: 4px; -webkit-border-radius:0; border-radius: 0; text-shadow: none;}
.login a.button.back2website:active {-webkit-box-shadow: none; box-shadow: none;-webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px);}

.login label {font-size: 12pt; color: #555;}

.login input[type="text"],
.login input[type="password"] {background-color: #fff; border-color: #ddd; -webkit-border-radius: 4px;}

.login p#nav {display:block; margin:20px auto; padding:0; display: flex; align-items: center; justify-content: center;}
p#nav a { background: transparent; border: 1px solid white; font-family: Arial; color: #ffffff !important; font-size: 12px; padding: 0.3em 1em; text-decoration: none;white-space:nowrap;  text-shadow: 2px 2px 4px #000000; box-shadow: 3px 3px 10px #00000077; transition: all 0.3s;}
p#nav a:hover { background: #6e4e41; text-decoration: none; color:white; text-shadow: none;}

p#backtoblog { display: none;}
