/* INSTALAÇÃO DE FONTES */
@font-face {
    font-family: "Antigoni Light";
    src: url("./fonts/antigonilight.ttf") format("truetype");
}
@font-face {
    font-family: "antigonilight";
    src: url("./fonts/antigonilight.ttf") format("truetype");
}

/* DEFINIÇÕES GERAIS DA PÁGINA */
html {
    height: 100%;
    min-height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(330deg, rgba(255, 255, 255, 0) 49%, rgba(239, 247, 255, 0.7819502801120448) 75%, rgba(185, 218, 255, 0.6867121848739496) 86%, rgba(226, 151, 47, 0.5410539215686274) 96%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
}
.footer {
    background-color: #20556b !important;
    color: #ffffff;
    bottom: 0px;
    height: 3rem;
    width: 100%;
    margin-top: auto;
}
a {
    text-decoration: none;
    font-family: "Antigoni Light", "Roboto", "Helvetica", "Arial", "sans-serif";
    color: #3d3d3d;
}
a:hover {
    text-decoration: none;
    font-family: "Antigoni Light", "Roboto", "Helvetica", "Arial", "sans-serif";
    color: black;
}
h1 {
    color: #e2972f !important;
    font-family: "Antigoni Light", "Roboto", "Helvetica", "Arial", "sans-serif";
    margin-bottom: 0px !important;
}
h4 {
    color: #20556b !important;
    font-family: "Antigoni Light", "Roboto", "Helvetica", "Arial", "sans-serif";
    font-weight: bolder;
}
input {
    border-radius: 2px !important;
}
#btn-entrar {
    border-radius: 2px !important;
    color: white;
    background: #20556b !important;
    border-color:#20556b !important;
}
#btn-entrar:hover {
    color: white !important;
    background: #307d9c !important;
    border-color:#20556b !important;
}

.card {
    /*border: #307d9c !important;*/
    background: #fff !important;
    -webkit-box-shadow: 8px 7px 7.2px -4px #ced4da;
    -moz-box-shadow: 8px 7px 7.2px -4px #ced4da;
    box-shadow: 8px 7px 7.2px -4px #ced4da;
}