body {
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw; }

.login-container {
  width: 50vw;
  height: 60vh;
  border-radius: 12px;
  position: absolute;
  left: 25vw;
  top: 15vh;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 12px #d2d2d2; }
  .login-container .login-banner-container {
    flex: 0 0 58%;
    height: 100%;
    overflow: hidden;
    background: #eeeeee; }
    .login-container .login-banner-container .login-banner {
      height: 100%;
      width: 100%;
      background: url("../images/login-bg.jpg") no-repeat 100% 100%;
      background-size: 100% 100%;
      filter: blur(3px); }
  .login-container .login-form-container {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .login-container .login-form-container .login-form-title {
      flex: 0 0 30%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      font-size: 1.6em;
      color: #1c203a; }
    .login-container .login-form-container .login-tiptop {
      color: rgba(255, 0, 0, 0.79);
      width: 100%;
      text-align: center;
      font-size: 0.8em;
      padding: 0.8vh 0; }
    .login-container .login-form-container form {
      flex: 0 0 50%;
      display: flex;
      flex-direction: column;
      padding: 0 12%; }
      .login-container .login-form-container form input {
        height: 36px;
        border: 1px solid #d2d2d2;
        padding: 0 3%;
        font-size: 0.9em;
        outline: none; }
        .login-container .login-form-container form input:last-child {
          height: 42px;
          background: rgba(28, 32, 58, 0.6);
          color: #ffffff;
          font-size: 1em;
          font-weight: bold;
          letter-spacing: 0.12em;
          cursor: pointer; }
          .login-container .login-form-container form input:last-child:hover {
            background: rgba(28, 32, 58, 0.7); }
        .login-container .login-form-container form input:not(:last-child) {
          margin-bottom: 1.4vh; }

.login-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(28, 32, 58, 0.4);
  font-size: 0.7em; }

/*# sourceMappingURL=common.css.map */
