 body {
         background: white;
         font-family: Trebuchet MS;
         }
         
.form-control, .is-focused .form-control {
background-image: linear-gradient(to top, rgb(0,149,93) 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
/* Altera&ccedil;&atilde;o da cor de fundo da p&aacute;gina */
.purple-filter:after {
/* background: rgb(0,149,93); */
/* background: linear-gradient(45deg, rgb(0,149,93) 0%, rgb(0,149,93) 100%); */
background: -moz-linear-gradient(135deg, rgb(0,149,93) 0%, rgb(0,149,93) 100%);
background: -webkit-linear-gradient(135deg, rgb(0,149,93) 0%, rgb(0,149,93) 100%);
}
.navbar.bg-primary {
color: #fff;
background-color: rgb(0,149,93)  !important;
box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgb(0,149,93);
}
.nav-pills .nav-item .nav-link.active {
color: #fff;
background-color: rgb(0,149,93);
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgb(0,149,93);
}
/* Botões */
.btn.btn-primary {
color: #fff;
background-color: rgb(0,149,93);
border-color: rgb(0,149,93);
box-shadow:rgb(0,149,93);
}

.card-header.card-header-info.text-center {
    background: rgb(0,149,93); ;
}

/* Bot&atilde;o fechar */
i#botao_fechar {
	color: #ED1651;
}
/* Img logo */
img {
    margin: -9px;
}
/* Altera&ccedil;&atilde;o da tabela */
.table-responsive {
    padding-left: 15px;
    padding-right: 15px;
}
/* Altera&ccedil;&atilde;o da sess&atilde;o datatime */	
.section {
    padding: 20px 10px;
}
/* Corpo do Sistema */
body.index-page {
    background: white;
}
/* Cor do Thead da tabela */
th.th1 {
	background: #C4CBCF;	
}
th.th2 {
	background: #C4CBCF;	
}
th.th3 {
	background: #C4CBCF;	
}
th.th4 {
	background: #C4CBCF;	
}
th.th5 {
	background: #C4CBCF;	
}
th.th6 {
	background: #C4CBCF;	
}

/* Sistema de Login */
.card-header.card-header-success.text-center {
	background: #00995d;
}
/* Fim Sistema de Login */

.page-header {
    height: 30vh;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.card.card-signup {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 30px;
    color: rgba(0, 0, 0, 0.87);
    background: rgba(255,255,255, 0.80);
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

div#page-header-contato {
    height: 15vh;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.section.section-signup.page-header {
    background: url("../../assets/img/fundo-web_pj.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

}



