.login-container {
  background: url('../images/login-back.png') no-repeat;
  background-size: cover;
}

.login-box {
  background: url('../images/login-box.png') no-repeat;
  background-size: cover;
}

.login-common-container {
  width: 100%;
  height: 100vh;
}

.login-bright {
  background: url('../images/theme/bright-back.png') no-repeat;
  background-size: cover;
}

.login-dark {
  background: url('../images/theme/dark-back.png') no-repeat;
  background-size: cover;
}

.dark-box {
  background: url('../images/theme/dark-box.png') no-repeat;
  background-size: cover;
}

.login-blue {
  background: url('../images/theme/blue-back.png') no-repeat;
  background-size: cover;
}