/* General Reset */
body.login {
    background: #f5f5f7;
    font-family: 'Arial', sans-serif;
}

/* Login Form Styling */
.login form {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 360px;
    margin: 34px auto 0;
    position: relative;
}

.login label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    margin-bottom: 8px;
}

.login input[type="text"],
.login input[type="password"] {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    transition: border-color 0.3s ease;
}

.login input[type="text"]:focus,
.login input[type="password"]:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.3);
}

.login .button-primary {
    background: #0073aa;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
}

.login .button-primary:hover {
    background: #005177;
}

/* Login Page Links */
.login #nav a,
.login #backtoblog a {
    color: #0073aa;
    text-decoration: none;
    font-size: 14px;
}

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

/* Logo Customization */
.login h1 a {
    background-image: url('/path-to-your-logo/logo.png'); /* Replace with your logo URL */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 80px; /* Adjust based on your logo size */
    margin-bottom: 20px;
    text-indent: -9999px; /* Hide default WordPress logo text */
}

/* Error Message Styling */
.login .message,
.login .error {
    border-left: 4px solid #ff4d4d;
    background: #fff;
    color: #333;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

/* Footer Link Styling */
#login .button.wp-generate-pw {
    margin-top: 10px;
}

/* Additional Customizations */
body.login div#login {
    padding: 20px 0;
}

body.login #backtoblog {
    margin-top: 20px;
}

body.login h1 a {
    background-image: url('/wp-content/uploads/2025/06/Zero-Digit-Vault_Logo.png'); /* Replace with your logo URL */
    background-size: contain; /* Ensure the logo fits within the container */
    background-repeat: no-repeat;
    background-position: center;
    width: 100%; /* Adjust width as needed */
    height: 45px; /* Adjust height based on your logo size */
    text-indent: -9999px; /* Hide the default WordPress logo text */
}
#login {
    width: 435px;
}

#login form .forgetmenot{
	margin-bottom: 15px;
}

body.login a,.login #nav a, .login #backtoblog a{
	color: #CE2929;
}

.login .button-primary{
	background-color: #CE2929;
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover,
.login .button-primary:hover {
    background: #A22121;
}

body #backtoblog{display: none;}