/*
Theme Name: Astra Child
Template: astra
Version: 1.0
Description: Tema hijo basado en Astra.
Author: Jason Rafael Paredes
Text Domain: tu-tema-hijo
*/

/* Puedes agregar tus estilos personalizados aquí */
.custom-login {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.custom-login h1 {
    text-align: center;
}

.custom-login label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.custom-login input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
