body {
    /*background-image: url('https://www.lacuracaoperu.com/wp-content/uploads/2020/09/c.jpg');
    background-image: url('https://www.mcperu.pe/wp-content/uploads/2020/12/computo-tecnologia-panorama.jpg');
    background-repeat: no-repeat;*/
    background-image: url('http://localhost/sysma/Assets/images/fondo-login.jpg');
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c6d3fd;
    /*font-family: 'Lato', sans-serif;*/
    min-height: 100vh;
    overflow: hidden;
    min-height: none !important;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.forgot-pass {
    font-size: 0.89rem !important;
}

#ver{
    cursor: pointer;
}


