body {
    font-family: "Finger Paint";
    background-image: url('../img/fondomodulo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#errorMessage {
    display: none;
    color: red;
}

#message {
    color: black;
}

.aBtn{
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

h1{
    color: white;
    text-shadow: -3px -3px 0 #5378bd;
}

.oval-input {
    border-radius: 17px;
    /* El valor de border-radius determina el grado de redondez */
    padding: 10px;
    /* Añade un poco de relleno para que se vean mejor */
    height: 38px;
    /* Altura del input */
    width: 70%;
    border-color: #5378bd;
    border-style: solid;
    margin: 4px 0px;
    font-size: 18px;
    background-color: #eef1f8;
    text-align: center;
    font-family: "Finger Paint";
}

.oval-button {
    width: 70%;
    /* Ancho del botón */
    height: 38px;
    /* Altura del botón */
    border-radius: 17px;
    /* Hace que el botón sea ovalado */
    border-color: transparent;
    border-style: solid;
    background-color: #5378bd;
    /* Color de fondo del botón */
    color: #fff;
    /* Color del texto del botón */
    text-align: center;
    /* Centra el texto horizontalmente */
    line-height: 0px;
    /* Centra el texto verticalmente */
    cursor: pointer;
    /* Cambia el cursor al pasar el ratón sobre el botón */
    margin: 4px 0px;
    font-size: 18px;
    font-family: "Finger Paint";
}

.item-input-wrap {
    margin: 10px;
    text-align: center;
}

.button-wrap {
    text-align-last: center;
    margin: 10px;
}

button {
    width: 120px;
    /* Ancho del botón */
    height: 60px;
    /* Altura del botón */
    margin: 10px;
}

.list {
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.login-screen-content {

    margin-top: 30%;
}

.lf-0 {
    position: absolute;
    left: 10px;
}

.rt-0 {
    position: absolute;
    right: 60px;
}

.centerDiv{
    display: flex;
    flex-direction: column;
}

.footerform {
    margin-top: 45px;
    position: relative;
    padding: 10px;
    display: flex;
    width: 100%;
}

.button_under {
    text-decoration: underline;
}

.formContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

#username {
    width: 200px;
    height: 40px;
    border-radius: 5px;
}

#forgotPasswordMessage {
    display: none;
    margin-left: 10px;
}

.footerform a {
    color: #5378bd;
    font-weight: 600;
    font-size: 18px;
    width: 60px;
}