.login-bg {
  background: rgb(227,229,242);
}

.login-bg-pic {
  background: url("../../assets/img/uke_header%20-%20Kopie.jpg");
  z-index: -1;
  background-size: cover;
  opacity: 0.30;
  min-width: 1920px;
  height: 937px;
  position: absolute;
  top: 0;
  left: 0;
}

#login-container {
  /*min-height: 340px;*/
  /*background: url("../../assets/img/uke_header%20-%20Kopie.jpg") no-repeat;*/
  /*background-size: cover;*/
  /*opacity: 0.5;*/
  /*min-width: 1920px;*/
  /*min-height: 937px;*/
  /*overflow: hidden;*/
  /*position: relative;*/
}

.login-row {
  margin-top: 230px;
  width: 100%;
  justify-content: center;
  display: flex;
}

.login-col {
  border: 1px solid rgb(0,73,146);
  background-color: white;
  opacity: 1.0;
  min-width: 500px;
}

.login-img {
  width: 200px;
}

.login-span {
  font-size: 27px;
  font-weight: bold;
  color: rgb(87,87,86);
}

.login-title {
  color: rgb(0,73,146);
}

