@charset "utf-8";

/* login style
-----------------------------------------------------*/

body {
	background: #fff;
}
.login .wp-login-logo a {
	background-image: url("image/login_logo.png");
	background-size: contain;
	width: 210px;
	height: 136px;
}

.wp-core-ui .button-primary {
    background: #D3564D;
    border-color: #D3564D;
    transition: .3s;
}
.wp-core-ui .button-primary:hover {
    background: #D3564D;
    border-color: #D3564D;
    opacity: 0.8;
}

input[type=password]:focus {
    border-color: #D3564D;
    box-shadow: 0 0 0 1px #D3564D;
}