/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body, html {
  margin: 0;
  padding: 0;
  background-color: #fff;
  scroll-behavior: smooth;
  font-family: 'Roboto', sans-serif;
  background: url('../../assets/img/background.jpg') no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  background-color: #3a3b3d;
}
.btn-ees {
  background-color: #e72666cc;
  color: white;
  font-weight: bold;
}
.btn-ees:hover {
  background-color: #e72666;
  color: white;
  font-weight: bold;
}
.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);
}
.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: #E72478;
  background: linear-gradient(120deg, #E72478 0%, #E72478 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;
}
.modal-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;
  }
}