/* Set gradient black background */
body.login {
    background-color: #052840;
    padding-top: 50px;
}

/* Style the login box */
#login {
    background: #00355b;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #052840;
}

/* Change the WordPress logo */
.login h1 a {
    background-image: url('https://yalesafes.co.nz/wp-content/uploads/2025/09/Armstrong-logo.png');
    background-size: contain;
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Style the login button */
.wp-core-ui .button-primary {
    background-color: #fecc20;
    color: #000000;
    border: none;
    text-shadow: none;
}

.wp-core-ui .button-primary:hover {
    background-color: #052840;
    color: #fff;
}

/* Ensure form elements match the theme */
input[type="text"],
input[type="password"],
input[type="email"] {
    background: #333;
    color: #fff;
    border: 1px solid #444;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    border-color: #fff;
}

/* Style hyperlinks and hover effects */
.login #nav a, .login #backtoblog a {
    color: #ccc;
    text-decoration: none;
}

.login #nav a:hover, .login #backtoblog a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Add copyright note */
.login #backtoblog, .login #nav {
    text-align: center;
}

.login #backtoblog::after {
    content: "Copyright 2025 \00a9  Armstrong Security";
    display: block;
    margin-top: 30px;
    color: #aaa;
}


.login form {
    background: #00355b;
    border: none;
}

.login label {
    color: #fff;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
    color: #000;
}

a.privacy-policy-link {
	color: #fff!important;