html,
body {
  height: 100%;
}

.text-shadow{
  text-shadow: -1px -1px 2px rgba(150, 150, 150, 1);
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: .875rem;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  margin: auto;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
}

.form-signin input[type="email"] {
  margin-bottom: -12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}