/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/11/2021, 00:10:36
    Author     : Mauricio
*/

#img-logo {
    max-width: 100%;
}

#aplicacao {
    margin-bottom: 50px; 
    padding-bottom: 20px; 
    min-height: 100vh;
}

.maiusculas {
    text-transform: uppercase;
}

.minusculas {
    text-transform: lowercase;
}
