/* Notice */
.nsio-notice {
  padding: 16px 12px;
  border-left: 4px solid #0050c8;
}

.nsio-notice .nsio-logo {
  display: block;
  height: 16px;
  width: auto;
}

.nsio-notice .nsio-body {
  color: #4e5d78;
  margin: 12px auto;
  font-size: 14px;
  line-height: 24px;
}

.nsio-notice .nsio-button {
  padding: 8px 16px;
  text-decoration: none;
  color: #fff;
  line-height: 16px;
  font-size: 14px;
  height: 32px;
  border-radius: 4px;
  background: #0050c8;
  display: inline-block;
  box-sizing: border-box;
}

.nsio-button:hover {
  color: white;
}

/* Auth confirmation page */
.nsio-form {
  margin: 64px 0;
  padding: 24px;
}

.nsio-form .whitebox {
  border-radius: 4px;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  background-color: #ffffff;
  padding: 80px 32px 56px;
  box-sizing: border-box;
  box-shadow: 0px 0px 1px 0px rgba(10, 22, 70, 0.06),
    0px 3px 3px -1px rgba(10, 22, 70, 0.06);
}

.nsio-form .logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nsio-form .logos img {
  display: block;
  width: 100%;
  height: auto;
}

.nsio-form .logos .logo img {
  border-radius: 4px;
}

.nsio-form .logos .logo {
  width: 64px;
  height: 64px;
}

.nsio-form .logos .icon {
  width: 24px;
  height: 24px;
  margin: 0 32px;
}

.nsio-form .desc {
  max-width: 472px;
  margin: 40px auto;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-weight: 300;
  color: #4e5d78;
}

.nsio-form .desc p {
  font-size: inherit;
  line-height: inherit;
}

.nsio-form .desc p.small {
  font-size: 12px;
  line-height: 16px;
}

.nsio-form .submit-btn {
  display: block;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s linear;
  background-color: #00cf69;
  color: #fff;
  max-width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  width: 320px;
}

.nsio-form .submit-btn:hover {
  background-color: #00b95e;
}

.nsio-form .submit-btn.nsio-alert {
  background-color: #ff045b;
}

.nsio-form .submit-btn.nsio-alert:hover {
  background-color: c50447;
}

/* Redirect */
#nsio-redirect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  text-align: center;
}

#nsio-redirect div {
  position: fixed;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#nsio-redirect img {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}

#nsio-redirect p {
  margin: 32px 0 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

#nsio-redirect p.small {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
}
