body.login.login-password-protected {
    background-color: #121212;
}

.login-password-protected #login{
	height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.login.login-password-protected h1 a {
    background-image: url('/wp-content/uploads/2025/06/Algo-Black-Logo.png');
    width: 300px;
    height: 70px;
    background-size: contain;
	margin: 0;
}

.login.login-password-protected form {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: 0;
	display: flex;
    align-items: center;
}

.login.login-password-protected label{
	display: none
}

.login.login-password-protected input{
	margin: 0;
	border-radius: 20px 0 0 20px;
    background: none;
	color: #FFF;
}

.login-password-protected input:focus {
    border-color: #EFBF04D1;
    box-shadow: 0 0 0 1px #EFBF04D1;
}

.login-password-protected input#wp-submit {
    border-radius: 0 20px 20px 0;
	height: 40px;
    border: 1px solid #EFBF04D1;
	background: #EFBF04D1;
}

.login-password-protected .dashicons-visibility:before {
    color: #EFBF04D1;
}

.login-password-protected #login:after {
    content: "Access by Invitation Only";
	font-size: 18px;
    color: #EFBF04D1;
}