/*========================================================
        DARK LAYOUT
=========================================================*/
.bg-authentication {
  background-color: #eff2f7;
}
.bg-authentication .login-footer {
  padding: 0rem 1.5rem 0.5rem;
}
.bg-authentication .login-footer .footer-btn .btn {
  padding: 0.9rem 1.2rem !important;
  margin: 1rem 1rem 1rem 0rem;
}

.divBoxRegolamentoScroll {
  max-height: 200px;
  border: 1px solid #7367f0;
  padding: 10px 0;
  overflow-y: scroll;
}
.divBoxRegolamentoScroll li {
  margin-bottom: 10px;
  line-height: 20px;
}
.divBoxRegolamentoScroll li strong {
  width: 100%;
  float: left;
  display: block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bg-authentication {
    width: 100%;
  }
}
