.cross-window-login {
  display: table;
  width: 100%;
  height: 100%;
}
.cross-window-login .status {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.cross-window-login .status .user {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 100%;
  border: 5px solid #fff;
  fill: #364150;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0px 2px 7px #364150;
}
.cross-window-login .status .user svg {
  width: 140px;
  height: 140px;
  margin-left: -5px;
  margin-top: 5px;
}
.cross-window-login .status .loading.active .loader {
  border-top-color: #f86a42;
}
.cross-window-login .status .loading .loader {
  width: 160px;
  height: 160px;
  margin-left: -80px;
  margin-top: -10px;
  border-color: #29313d;
  border-width: 12px;
}
.cross-window-login .status .auth-logo {
  margin-top: 50px;
  margin-bottom: 0;
}
