﻿

html, body {
    background-color: whitesmoke;
    font-family: 'Segoe UI', sans-serif;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.full-page-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
}

.login-container {
    max-width: 350px;
}

.login-logo {
    justify-content: center;
    height: 80px;
    margin-bottom: 0.5rem;
}

.login-body {
    text-align: center;
    justify-content: center;
}

.k-label {
    color: gray;
    text-align: center;
    justify-content: center;
}
.forgot-password {
    margin-top: 0.5rem;
    text-align: right;
    margin-right: 0.25rem; /* o el mismo valor que el botón si tiene padding/margin */
    padding-right: 0.5rem;
}

