body {
	background: url('../../assets/img/background.jpg') no-repeat fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    background-color: #3a3b3d;
}
.main-div {
    min-height: 100vh;
}
.login-1 {
    color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('../../assets/img/bg-login.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.login-2 {
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.borda-titulo-home {
    width: 100%;
    border-top: 6px solid #f3bd27;
    margin: 0 0 1.5rem 0;
}
.btn-padrao-1 {
    background: rgb(231,47,103);
    background: linear-gradient(120deg, rgba(231,47,103,1) 0%, rgba(230,98,58,1) 100%);
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 0.25rem 1.5rem;
    font-weight: 700;
    width: fit-content;
    transition: .3s all;
}
.btn-padrao-1:hover {
    color: #fff;
    transform: scale(1.05);
    transition: .2s all;
}
.linha-form {
    display: flex;
    flex: 1;
    height: 3px;
    background: #8b8b8b;
}
.form-custom-login {
    background-color: #f0f0f0;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    color: #3a3b3d;
    font-weight: 700;
    padding: .75rem 2.75rem;
}
.form-custom {
    background-color: #f0f0f0;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    color: #3a3b3d;
    font-weight: 700;
    padding: .25rem .75rem;
}
.form-label-custom {
    color: #000;
}
.input-usuario-custom {
    background: url('../../assets/img/usuario.png') #f0f0f0 no-repeat;
    background-position: 10px 10px;
    background-size: 25px;
    position: relative;
}
.input-senha-custom {
    background: url('../../assets/img/senha.png') #f0f0f0 no-repeat;
    background-position: 10px 10px;
    background-size: 25px;
    position: relative;
}
.input-cnpj-custom {
    background: url('../../assets/img/cnpj.png') #f0f0f0 no-repeat;
    background-position: 10px 10px;
    background-size: 25px;
    position: relative;
}
.div-senha {
    position: relative;
}
#btn-senha {
    position: absolute;
    top: 15px;
    width: 30px;
    right: 15px;
    cursor: pointer;
}
.btn-ees {
	background-color: #e72666cc;
	color: white;
	font-weight: bold;
}
.btn-ees:hover {
	background-color: #e72666;
	color: white;
	font-weight: bold;
}
.txt-rosa {
	color: #e72666;
	font-weight: bold;
}
label{
	color: #4b4b4b;
}
.header-ees {
	background-color: #434040;;
	color: #e72666;
	font-weight: 900;
}
.modal-custom {
	width: 300px;
}
.modal-content-custom {
	width: 300px;
}
.card{
	background-color: #fff;
	border-color: #434040;
}
.card-header-custom {
	background-color: #434040;
	color: #fff;
}
.list-group-item:hover{
	color: white !important;
	background-color: #e72666 !important;
	text-decoration: none;
	transition: .2s all;
}
.sidebar-heading{
	color: white !important;
	background-color: #434040 !important;
	text-decoration: none;
	font-weight: bolder;
}
.list-group-item,a{
	color: #4b4b4b;
	text-decoration: none;
}
.a-li-menu:hover{
	color: white !important;
	text-decoration: none;
}
.card-border {
	border-radius: .8rem .8rem 0 0 !important;
}
th {
	color: #e72666;
	font-size: .8rem;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	font-size: 1em;
	font-weight: 700;
	background-color: rgb(3, 76, 95);
	color: rgb(255,255,255);
	width: 9em;
	height: 2em;
	padding: 1.25em 1em;
	border-radius: .35em;
	transition: .2s all;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0;
}
.inputfile:focus + label,
.inputfile + label:hover {
	background-color:  rgb(3, 76, 95, .8);
}
.green:hover {
	color: #1cc88a;
}
table{
	text-align: center;
}
.modal-body {
	text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
    .login-1 {
        min-height: 50vh;
        background-image: url('../../assets/img/bg-login-mobile.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}