html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  /*padding-top: 40px;*/
  /*padding-bottom: 40px;*/
  /* background-image: url("../../../media/images/bg.png"); */
  background: rgb(2,0,36);
  background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 35%, rgba(83,83,83,1) 100%);
  background-repeat: no-repeat;
  backdrop-filter: blur(10px);
  background-size: 100% 100%;
}

.card {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.7px);
  -webkit-backdrop-filter: blur(7.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

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

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

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

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

.btn-login {
  background-color: black;
  border-color: black;
}

.btn-login:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: black;
}

.btn-login:hover:focus {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: black;
}

.login-bg {
  background-image: url("../../media/home.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}