

body {
	padding-top: 30px;
	background-color: hsl(192, 15%, 33%);
}



a {
	color: hsl(27, 100%, 50%) !important;
	transition: color .3s ease-in-out;
}

a:hover,
a:active {
    color: hsl(38, 100%, 50%);
}

/* background transparency removes WordPress Logo */
.login h1 a {
	background: transparent;
	height: 70px;
	width: 390px;
}

/* Forgot password? */
.login #nav a {
	transition: all 0.3s ease-in-out;
}
.login #nav a:hover {
	color: hsl(192, 15%, 33%) !important;
	text-shadow: black 1px 1px 2px;
}



#login {
	background: url( images/login-bkg-full.png ) center top no-repeat;
	margin: 7em auto;
	padding: 0;
	width: 390px; 
}

#login::after {
	background: #485c61 url( images/login-bkg-full.png ) center bottom no-repeat;
	margin: 0em auto 0em auto;
	height: 36px;
	width: 390px; 
	display:block;
	content:"";
}

#login form,
#login-message {
	border: none !important;
	box-shadow: none !important;
	margin-top: 0;
}



input::-webkit-credentials-auto-fill-button:hover {
	background-color: hsl(27, 100%, 50%);
}


#rememberme,
.login form input {
	transition: all .3s ease-in-out;
}
.login form input:active,
.login form input:focus,
.login form input:hover {
	box-shadow: 1px 1px 4px;
}

#rememberme:active,
#rememberme:focus,
#rememberme:hover {
	box-shadow: inset 1px 1px 4px;
}



.login form#language-switcher input {
	background-color: transparent;
}

.login form#language-switcher input[type="submit"] {
	box-shadow: none !important;
}

.login form#language-switcher select {
	border-color: hsl(192, 15%, 15%);
}

#login-message {
	background-color: transparent;
	color: maroon;
	font-size: 1.1em;
	padding: 26px 30px 0 30px !important;
}

#loginform {
	background-color: transparent;
	padding: 26px 30px 34px 30px !important;
}
#registerform, 
#lostpasswordform {
	background-color: transparent;
	margin-top: 8px;

}



form {
	color: hsl(192, 15%, 15%);
	border: transparent;
}

#login label {
	color: #ff6700;
	font-size: 1.1em;
}



.login #nav {
	font-size: 1.1em;
	position: relative;
	text-indent: 28px;
	text-shadow: none !important;
    display: block;
    padding: 0;
    width: 100%;
}


.login p#nav {
	margin: 0 !important
}





.wp-core-ui .button,
.wp-core-ui .button-primary {
    border-color: #ff7300 #ff6700 #ff6700;
    text-decoration: none;
	background: white;
	border: 1px solid hsl(27, 100%, 50%);
    box-shadow: 0 0 0 0 transparent;
	color: hsl(27, 100%, 50%);
}

.wp-core-ui .button:focus, 
.wp-core-ui .button:hover,
.wp-core-ui .button-primary:focus, 
.wp-core-ui .button-primary:hover {
    background: #ff8e00 !important;
    border-color: #ff6700 !important;
    color: #fff !important
}

.wp-core-ui select {
	vertical-align: baseline;
}


/*  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 {
	background-color: #ccc;
	border: 1px solid #666;
	padding: 12px;
	margin: 0 26px 0 24px;
}

#login #login_error {
	background-color: #c00;
	border: 1px solid #fff;
	color: #fcc;
	padding: 12px;
	margin: 0 26px 0 24px;
}
#login #login_error a {
	color:#fcc;
}




#user_pass, 
#user_login, 
#user_email {
	color: maroon;
	font-size: 1.3em;
	width: 100%;
}


.login .wp-login-logo a {
	background-image: none !important;
}

.login #backtoblog {
	position: absolute !important;
	font-size: 1.1em;
	text-shadow: none;
	padding-left: 12px;
	margin: 4em 0 0 0 !important;
	transition: text-shadow 0.3s ease-in-out;
}

.login .privacy-policy-page-link {
	position: absolute;
	margin: 14em auto 0 auto;
	width: 390px;
	transition: text-shadow 0.3s ease-in-out;
}

.login #backtoblog:hover,
.login .privacy-policy-page-link:hover {
	text-shadow: black 1px 1px 2px;
}



.login #wp-submit {
	float: right;
}

input {
	border-color: hsl(27, 100%, 50%) !important;
}

wp-core-ui select:focus {
	color: hsl(192, 15%, 15%) !important;
	border-color: hsl(192, 15%, 33%) !important;
}
.wp-core-ui select:hover {
	color: hsl(192, 15%, 33%) !important;
}



@-webkit-keyframes shine {
    from {
        left: 0;
        opacity:0
    }

    50% {
        opacity:1
    }

    to {
        left: 100%;
        opacity:0
    }
}

@keyframes shine {
    from {
        left: 0;
        opacity:0
    }

    50% {
        opacity:1
    }

    to {
        left: 100%;
        opacity:0
    }
}

.btn-anim-shine {	
	background: white;
	border-radius: 3px;
	border: 1px solid hsl(27, 100%, 50%);
    box-shadow: 0 0 0 0 transparent;
	color: hsl(27, 100%, 50%);
    display: inline-block;
	/* float: right; */
	font-size: 1em;
    line-height: 1.5rem;
	min-height: 32px;
	overflow: hidden;
	padding: 0 12px;
    position: relative;
	text-shadow: none !important;
    text-align: center;
    text-decoration: none;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: border-color .3s, color .3s, background-color 1.0s;
	-webkit-transition: border-color .3s, color .3s, background-color 1.0s;
}

.btn-anim-shine:hover {
    background-color: #ff6d33 !important;
    border-color: #ff5d33 !important;
    box-shadow: 0 15px 10px -10px #ff6d33 !important;
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition:all .3s ease-out
}

.btn-anim-shine:active {
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow .3s ease-in;
    transition:box-shadow .3s ease-in
}

.btn-anim-shine:hover:before {
    -webkit-animation: shine .1s 0s linear;
    animation:shine .1s 0s linear
}

.btn-anim-shine:before {
    background: #fff;
    box-shadow: 0 0 .5em 3px #fff;
    content: '';
    display: block;
    height: 86%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 7%;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    width:0
}