.pc-login-wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 30px 20px;
    min-height: 100vh;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #fdfdfd, #fafafa);
}

.pc-login-box {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px 40px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.pc-login-box h1 {
    margin-bottom: 15px;
    font-size: 26px;
    color: #333;
}

.pc-login-box div {
    margin-bottom: 20px;
    color: #444;
}

.pc-login-box input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pc-login-box input[type="password"]:focus {
    border-color: #FF5722;
    box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.2);
    outline: none;
}

.pc-login-box input[type="submit"] {
    background-color: #FF5722;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.pc-login-box input[type="submit"]:hover {
    background-color: #e64a19;
}

.pc-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.pc-error, .pc-mensaje-exito {
    background-color: #ffe6e6;
    color: #a94442;
    border: 1px solid #f5c2c7;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.pc-mensaje-exito {
    background-color: #e6ffe6;
    color: #2d572c;
    border: 1px solid #a6d8a6;
}

.pc-mensaje-exito-box {
    background-color: #e6fff2;
    border: 1px solid #a1dfc3;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    margin: 40px auto;
    text-align: center;
    color: #2d572c;
    box-shadow: 0 4px 8px rgba(0, 128, 0, 0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pc-mensaje-exito-box h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #227744;
}

.pc-mensaje-exito-box p {
    font-size: 16px;
    margin-bottom: 25px;
}

.pc-icono-exito {
    font-size: 48px;
}

.pc-boton-login {
    background-color: #FF5722;
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.pc-boton-login:hover {
    background-color: #e64a19;
    color:white;
}

.pc-mensaje-error-box {
    background-color: #fff3f3;
    border: 1px solid #ffaaaa;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    margin: 40px auto;
    text-align: center;
    color: #a94442;
    box-shadow: 0 4px 8px rgba(255, 0, 0, 0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pc-mensaje-error-box h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #a94442;
}

.pc-mensaje-error-box p {
    font-size: 16px;
    margin-bottom: 25px;
}

.pc-icono-error {
    font-size: 48px;
}

.pc-boton-volver {
    background-color: #FF5722;
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.pc-boton-volver:hover {
    background-color: #e64a19;
    color: white;
}


.nv-page-title-wrap,
.nv-post-cover .nv-title-meta-wrap,
.nv-page-title-wrap .nv-page-title{
    display: none;
}