body {
  /*background-color: #f8f9fa;*/
  /*background-image: url('../assets/imagens/img/semuse.png');  ou PHP */
  /*background-size: 60%;*/
  /*background-repeat: no-repeat;*/
  /*background-position: right bottom;*/
  /*height: 100vh;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

/*.form-signin {
  width: 100%;
  max-width: 460px;
  padding: 15px;
  background: transparent;
  border-radius: 8px;
  border: 2px solid #8146a6;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}*/

/*.form-signin:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px) scale(1.01);
}*/
/*
.form-signin img {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
}*/

/*.form-signin .form-label-group input {
  border: 1px solid #8146a6;
  border-radius: 4px;
  color: #8146a6;
}*/

/*.form-signin .form-label-group label {
  color: #8146a6;
  font-weight: bold;
}*/

/*.form-signin .form-label-group input:focus {
  outline: none;
  border-color: #562d87;
  box-shadow: 0 0 6px rgba(86, 45, 135, 0.7);
}*/

/*.form-signin button {
  background-color: #8146a6;
  border-color: #8146a6;
  font-weight: bold;
  color: #fff;
  transition: background-color 0.3s ease;
}*/

/*.form-signin button:hover {
  background-color: #562d87;
  border-color: #562d87;
}*/

/*.form-signin button:disabled {
  background-color: #c9c9c9;
  cursor: not-allowed;
}

.form-signin .checkbox a {
  color: #8146a6;
  font-weight: bold;
  text-decoration: none;
}

.form-signin .checkbox a:hover {
  text-decoration: underline;
}

.form-signin p {
  font-size: 0.9em;
  color: #6c757d;
}*/

/*.spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 3px solid #fff;
  border-radius: 50%;
  border-top: 3px solid transparent;
  animation: spin 0.8s linear infinite;
  margin-left: 5px;
  vertical-align: middle;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
  body {
    background-size: 90%;
    background-position: center bottom;
  }
  .form-signin {
    max-width: 95%;
  }
}*/
