#login h1 a {
background: url("images/logo.png") no-repeat !important;
width: 320px !important
}
body{
	background: url("images/nen.jpg");
}
#nav a,#backtoblog a{
	color: #00a8b1 !important;
}
.wp-core-ui .button-primary {
    background: #00b0b4;
    border-color: #015f95;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: #fff0;
    color: #00b0b4;
}
.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
    background: #ffffff14;
    border: 1px solid #00b0b4;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
    border-radius: 10px;
}
.login .button.wp-hide-pw .dashicons {
    width: 1.25rem;
    height: 1.25rem;
    top: .25rem;
    color: #00b0b4;
}
.login label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
    color: #00b0b4;
}