html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../images/camara-oscura-1170x658.jpg);
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  color: white;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: black;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: black;
}

label.correolabel{
  color: black;
}

label.passwordlabel{
  color: black;
}

p#derechos.mt-5.mb-3.text-muted{
  color: white;
}

button#iniciar.w-100.btn.btn-lg{
  background-color: rgb(212, 22, 22);
  color: white;
  font-weight: 600;
}
