/*
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 : 22 ago 2024, 11:05:14
    Author     : PC
*/

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
    background-color: #eff3f9;
  /*background-color: #fff;*/
}

.card-container{
    background: #ffffff;
    padding: 30px 30px 30px 30px;
    box-sizing: border-box;
    box-shadow: 0 10px 40px rgb(41 50 65 / 6%);
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    width: 100% !important;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.logo-empresa{
    width: 400px;
    height: auto;
}

.titulo-empresa{
    text-align: center;
    font-weight: 400;
    padding: 30px 30px 0px 30px;
    
}

.subtitulo-empresa{
    text-align: center;
    font-weight: 400;
    padding-bottom: 30px;
    text-decoration: underline;
}