/*body {
    font-family: Arial, sans-serif;
    background: #f4f6f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}*/

body {
    font-family: Arial, sans-serif;
    background-image: url('../sitio/logos/logogpt.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #f4f4f4;*/
    display: relative;
    justify-content: left;
    align-items: left;
    height: 100vh;
    margin: 0;
}

.formulario, .contenedor {
position: absolute;
    left: 0;
    background-image: linear-gradient(to bottom, #6537af, #cbb0f1);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 430px;
    height: auto;
    margin-top: 15px;
    margin-left: 25px;
    text-align: center;
}

h2, h1 {
    margin-bottom: 10px;
    color: #f1f1f2;
}

.inicio {
    font-size: 1.4em;
    font-weight: bold;
    background: linear-gradient(to right, red, rgb(255, 0, 153));
    /* Define el degradado */
    -webkit-background-clip: text;
    /* Recorta el fondo a la forma del texto */
    background-clip: text;
    -webkit-text-fill-color: transparent;

}

.inicioh1 {
    font-size: 1.8em;
    font-weight: bold;
    background: linear-gradient(to left, red, rgb(255, 0, 153));
    /* Define el degradado */
    -webkit-background-clip: text;
    /* Recorta el fondo a la forma del texto */
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.inicioh2 {
    font-size: 1.8em;
    font-weight: bold;
    background: linear-gradient(to left, red, rgb(235, 61, 165));
    /* Define el degradado */
    -webkit-background-clip: text;
    /* Recorta el fondo a la forma del texto */
    background-clip: text;
    -webkit-text-fill-color: transparent
}

input, select, button::placeholder {
    width: 94%;
    height: 33px;
    color: #007bff;
    background-color: #F4F4F5;
    padding: 10px 10px;
    margin: 8px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
}



button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    font-size: 1.4em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    opacity: 0.7;
}

button:hover {
    background-color: #03468f;
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.error {
    color: red;
    font-size: 14px;
}
