﻿body {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    height: 100vh;
    background-color: #0356a2;
}

.loginCard {
    background-color: white;
    border-radius: 15px;
    width: 400px;
    /*height: 400px;*/
    height: auto;
    padding: 20px;
}

#txtIdioma {
    color: white;
}