/**
 * Vintage Paper Login Theme
 *
 * @package    CLPD51
 * @subpackage CLPD51/public/css
 */
 body.login {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
    background-color: #f5f0e1;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23d9c5a0' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
}

body.login #login {
    background-color: #fffcf5;
    border-radius: 2px;
    box-shadow: 0 4px 15px rgba(139, 90, 43, 0.2);
    padding: 40px 30px;
    width: 380px;
    position: relative;
    border: 1px solid #e6d7c3;
}

body.login #login::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px dashed rgba(139, 90, 43, 0.2);
    pointer-events: none;
}

body.login h1 a {
    margin-bottom: 30px;
    filter: sepia(30%);
    transition: all 0.3s ease;
}

body.login h1 a:hover {
    filter: sepia(10%);
}

body.login form {
    margin-top: 20px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

body.login form .input,
body.login input[type="text"],
body.login input[type="password"] {
    background-color: #fffcf5;
    border: 1px solid #d9c5a0;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(139, 90, 43, 0.1);
    font-size: 16px;
    padding: 12px 14px;
    font-family: Georgia, serif;
    color: #523a28;
    transition: all 0.3s ease;
}

body.login form .input:focus,
body.login input[type="text"]:focus,
body.login input[type="password"]:focus {
    border-color: #8b5a2b;
    box-shadow: inset 0 1px 3px rgba(139, 90, 43, 0.2);
    outline: none;
}

body.login label {
    color: #523a28;
    font-size: 15px;
    font-family: Georgia, serif;
    letter-spacing: 0.5px;
}

body.login .button.wp-hide-pw {
    height: 48px;
    color: #8b5a2b;
}

body.login .button-primary {
    background: #8b5a2b;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    padding: 12px 20px !important;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(139, 90, 43, 0.3);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Georgia, serif;
}

body.login .button-primary:hover {
    background: #6b4423;
    box-shadow: 0 4px 8px rgba(139, 90, 43, 0.4);
}

body.login .button-primary:active {
    box-shadow: 0 1px 3px rgba(139, 90, 43, 0.4);
}

body.login #nav, 
body.login #backtoblog {
    margin: 24px 0 0;
    padding: 0;
    text-align: center;
    font-family: Georgia, serif;
}

body.login #nav a, 
body.login #backtoblog a {
    color: #8b5a2b;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted #d9c5a0;
    transition: all 0.3s ease;
}

body.login #nav a:hover, 
body.login #backtoblog a:hover {
    color: #523a28;
    border-bottom: 1px solid #8b5a2b;
}

body.login form .forgetmenot {
    margin-bottom: 20px;
}

body.login form .forgetmenot input[type="checkbox"] {
    border: 1px solid #d9c5a0;
}

body.login form .forgetmenot label {
    font-size: 14px;
}

body.login .message, 
body.login #login_error {
    background-color: rgba(255, 252, 245, 0.9);
    border-left: 4px solid #8b5a2b;
    color: #523a28;
    box-shadow: 0 1px 5px rgba(139, 90, 43, 0.15);
}

/* Decorative elements */
body.login::after {
    content: "";
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 140px;
    height: 140px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='none' stroke='%23d9c5a0' stroke-width='1.5' d='M50,10 Q80,35 50,60 Q20,85 50,90 M30,30 Q55,35 55,60 M70,30 Q45,35 45,60'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    opacity: 0.4;
    pointer-events: none;
}

body.login #login::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 20px;
    left: 20px;
    height: 10px;
    background: linear-gradient(to right, transparent, rgba(139, 90, 43, 0.1), transparent);
    border-radius: 50%;
    filter: blur(3px);
}