html, body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e8e8e8;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.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;
}

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

.form-signin {
  /* background-color: rgb(224, 224, 238); */
  background-color: rgb(241, 241, 247);
  border-radius: 10px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.imagen {
  /* border-radius: 50px; 
  background-color: rgb(255, 255, 255);
  padding: 11px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.019), -1px -3px 10px rgba(0, 0, 0, 0.09);
  height: 100px;*/
}