h1 {
	text-align: center;
}
.card-login {
        padding: 30px 0 0 0;
        width: 350px;
        margin: 0 auto;
}
#logo {
	    padding: 30px 0 0 0;
        width: 200px;
        margin: 0 auto;
}
.bg-aguamar {
        background-color: #00AEF0;
}
.text-aguamar {
  color: #00AEF0 !important;
}
.bg-aguamarDark {
        background-color: #2E3192;
}
.text-aguamarDark {
  color: #2E3192;
}
.my-custom-scrollbar {
        position: relative;
        height: 250px;
        overflow: auto;
}
.table-wrapper-scroll-y {
        display: block;
}
.modal-lg {
        max-width: 80% !important;
}
.border-aguamar{
        border-color: #00AEF0 !important;
}

.linha {
        height:2px;
        border-width:0;
        color:gray;
        background-color: gray ;
}
.clicavel {
        cursor: pointer; 
}