﻿html, body {
    height: 100vh;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.5px;
    font-style: normal;
}

form {
    position: relative;
    min-height: 100%;
}


/* Modal Progress */
#ModalProgress {
    position: fixed;
    display: none;
    z-index: 99999;
    width: 200px;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    background-color: rgb(0 0 0 / 46%);
    height: 100%;
    width: 100%;
}

    #ModalProgress img {
        width: 140px;
        margin: 30% 0;
    }
