span.version {
  position: absolute;
  bottom: -2.5px;
  left: 17.5px;
  font-size: 1rem;
  color: white;
}

img#logo {
  width: 175px;
}

img#circle-1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img#circle-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.qr {
  width: 50%;
  border-radius: 10px;
  background: white;
}

div.qr-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

i.fa-user {
  padding-left: 1px;
}

h5#welcome {
  font-weight: 400;
}

button#sign-in {
  border-radius: 25px;
  border-color: #7c338b;
  background: #7c338b;
  color: white;
  height: 47px;
  font-size: 1.25rem;
  /* padding-left: 45px; */
  /* font-size: 25px; */
}

a#sign-up {
  display: inline-block;
  font-size: 15px;
  color: #505050;
}

a#forget-password {
  float: right;
  margin-top: 2.5px;
  margin-right: 5px;
  font-size: 15px;
  color: #505050;
}
