/* login-styles.css */

/* Clean white background */
body.login {
    background: #ffffff;
}

/* Style the login box */
#login {
    width: 400px;
    padding: 8% 0 0;
}

.login form {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    padding: 40px;
}

/* Style the logo/title */
.login h1 a {
    background-image: none !important;
    text-indent: 0;
    width: auto;
    height: auto;
    text-decoration: none;
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

/* Style labels */
.login label {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

/* Style input fields */
.login input[type="text"],
.login input[type="password"] {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 16px;
    background-color: #ffffff;
    transition: border-color 0.2s;
    box-shadow: none;
    width: 100%;
    margin-bottom: 20px;
}

.login input[type="text"]:focus,
.login input[type="password"]:focus {
    border-color: #000000;
    outline: none;
    box-shadow: none;
}

/* Style the button */
.login input[type="submit"] {
    background: #000000;
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 14px;
    width: 100%;
    margin-top: 10px;
    transition: background 0.2s;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0;
}

.login input[type="submit"]:hover {
    background: #333333;
}

/* Style Remember Me checkbox */
.login .forgetmenot {
    margin-bottom: 20px;
}

.login .forgetmenot label {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

/* Style links */
.login #nav,
.login #backtoblog {
    text-align: center;
    padding: 0;
}

.login #nav a,
.login #backtoblog a {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.login #nav a:hover,
.login #backtoblog a:hover {
    color: #000000;
}

/* Remove extra spacing and separators */
.login #nav {
    margin: 20px 0 0;
}

.login #backtoblog {
    margin: 12px 0 0;
}

/* Style error and success messages */
.login .message,
.login .success,
.login #login_error {
    border-radius: 6px;
    margin-bottom: 20px;
    border-left: 4px solid;
}

/* Optional: Add a subtle accent - like the yellow bar in Bricks */
/*
.login h1 a:before {
    content: "";
    display: inline-block;
    width: