/* Buttons */
.btn {
  margin-left: 1rem;
}

/* Center vertically */
.center {
  margin-top: auto;
  margin-bottom: auto;
}

/* Card */
#login-card {
  width: 700px;
  max-width: 700px;
}

.padded-bot {
  margin-bottom: 2rem;
}

/* Input append groups */
.input-group-text {
  width: 42px;
  justify-content: center;
}

/* Background */
.content-wrapper {
  position: relative;
}

.content-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url("/assets/img/dashblur.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

#main-card {
  background: transparent;
}

.pwreveal:hover {
  cursor: pointer;
}


