body {
    background-size: cover;
    background-position: 0 0;
    background-attachment: fixed;
    background-image: url("bg.jpg");
}

.login h1 a {
    background-size: contain;
    height: 50px;
    width: 100%;
}

.login #backtoblog a,
.login #nav a {
    text-decoration: none;
    color: white;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
    color: white;
}

.madewhithlove {
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-weight: 400;
    font-size: 16px;
    color: white;
}

.wp-core-ui .button-primary {
    background: #1A1E21;
    border-color: none;
    color: #fff;
    border: none;
    text-shadow: none;
    box-shadow: none;
}

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
    background: #FFF;
    border-color: none;
    color: #1A1E21;
}

.login label {
    color: #1A1E21;
    font-size: 14px;
}

.login form {
    position: relative;
    background: rgba(255, 255, 255, .6);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 40px 7px rgba(0, 0, 0, 0.58);
    border: 1px solid rgba(0, 0, 0, 0.45);
}

.login form .input,
.login input[type="text"] {
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
    border-radius: 4px;
    text-shadow: none;
    box-shadow: none;
    border-color: none;
}

.login form::after {
    content: "";
    width: 320px;
    height: 262px;
    background: inherit;
    position: absolute;
    right: 0;
    bottom: 0;
    
    filter: blur(10px);
    z-index: -1;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="radio"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    border-color: #6ec1c6;
    box-shadow: 0 0 2px rgba(242, 183, 77, 0.8);
}

.madewhithlove strong {
    font-weight: bold;
}

.madewhithlove a {
    color: #00313B;
    text-decoration: none;
}

.login h1 a {
	opacity:1;
	height: 100px;
	transition:all ease-in-out 150ms;
    background: url("logo.png") no-repeat center center/contain;
}

.login h1 a:hover {
   opacity:.8;
}
