html,
body {
  height: 100%;
  background-image: url('/images/background.jpg');
  background-size: cover;
}

.bodys {
  display: flex;
  align-items: center;  
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.9rem;
  color: #333;
  gap: 8px;
}

.form-signin .checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #002f57;
  cursor: pointer;
}

.form-signin .checkbox a {
  color: #002f57;
  text-decoration: none;
}

.form-signin .checkbox a:hover {
  text-decoration: underline;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.box-s {
  box-shadow: 0 3px 50px rgba(80, 80, 80, 0.95);
  border-radius: 8px;
}

.btn-primary {
  background-color: #002f57;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
  background-color: #004080;
  transform: translateY(-1px);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #5a5a5a;
  opacity: 0.6;
  cursor: not-allowed;
}

.disc {
  background-color: #fff;
  height: 100vh;  
}

.disc-content {
  border: thin solid #E0E0E0;
  border-radius: 6px;
  padding: 16px;
  margin: 48px;
  font-size: smaller;
  display: inline-block;
  height: 70%;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: justify;
}

@media (max-width: 575.98px) {
  .disc-content {
    padding: 3px;
    margin: 3px;
  }
}

@media (max-width: 767.98px) { }

@media (max-width: 991.98px) { }

@media (max-width: 1199.98px) { }

@media (max-width: 1399.98px) { }
