body.login.login-password-protected.login-action-password-protected-login.wp-core-ui{
	background: #fff;
	height: 100%;
}
#login {
    width: 320px;
    /* padding: 5% 0 0; */
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90%;
}
#login h1 a{
    background-image: url(./assets/img/logo.svg);
    background-size: contain;
    width: 300px;
    height: 40px;
}
input#wp-submit{
	background: #f3011a;
	border: none;
	transition: .4s;
}
input#wp-submit:hover{
	opacity: 0.6;
}
