﻿body {
  background: #eee;
}

.page-title {
  margin: 150px auto 50px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}

.login-panel {
  width: 80%;
  min-width: 300px;
  margin: 0 auto 30%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 30px 15px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.login-panel .login-title-panel {
  margin: 0 auto 30px;
}

.login-panel .login-card {
  background: transparent;
  border: none;
  box-shadow: unset;
}

@media screen and (min-width: 768px) {
  .login-panel {
    width: 400px;
  }
}

@media screen and (min-width: 992px) {
  .login-panel {
  }
}

.label-required:before {
  content: '*';
  color: red;
}

.footer {
  /*background: #fff;*/
  text-align: center;
  height: 50px;
  line-height: 50px;
  /*position: absolute;*/
  /*bottom: 0;*/
  /*right: 0;*/
  /*left: 0;*/
}
