page-sso {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background: black url("~@images/login-3.jpg") no-repeat;

  main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;

    .login {
      i {
        font-size: 70px;
        color: white;
        -webkit-text-fill-color: white;
        -webkit-text-stroke: 2px black;
      }
    }

    .notify {
      font-size: 20px;
    }
  }
}
