/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 1 abr 2024, 11:44:16
    Author     : CAPA
*/

body
{
    background-color: #ececec !important;
}
.card-login
{
    width: 417px;
    height: 427px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.header-login
{
    background-color: #004488;
    color: white;
}
.footer-login
{
    font-size: 12px;
    height: 95px;
    background-color: #eeeeee;
    color: #a8a8a8 !important;
    text-transform: uppercase;
}
.input-login
{
    font-size: 20px;
}
.btn-iniciar
{
    background-color: #004488 !important;
    border: 0px !important;
    font-size: 23px;
}