html,
body {
  height: 100%;
  font-family: 'Quicksand', sans-serif;
}

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

.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 24px;
  margin: auto;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 18px -6px rgb(32 176 229 / 29%);
}

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

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

.form-signin input{
  border-radius: 50px;
}

.btn-primary {
  background-color: #20b0e5;
  border-color: #20b0e5;
  border-radius: 50px;
  transition: 0.5s;
}
.btn-primary:hover {
  background-color: #3ec961;
  border-color: #3ec961;
}
.btn-link {
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: underline;
}
.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;
  }
}
