
.login-background-image {
  background-image: url(/Content/site/LoginBackground.png);
  background-size: cover;
  background-position: center;
}

section {
  display: flex;
  height: 100vh;
}

#LoginPanel {
  margin-top: 10vh;
}

.s-Panel {
  background: white;
  border: 0px;
  box-shadow:none;
  margin-top:-4vh;
}

input {
  height: 5vh;
}

body {
    background:white;
}

.s-site-logo-img {
  content: url(/Content/site/LoginLogo.png);
  background-color: white !important;
}
