@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=DM+Sans:wght@300;400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

.root {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
  background: #061220;
  display: flex;
  align-items: center;
  justify-content: center
}

.bgc {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #061a2e 0%, #082040 35%, #0a2235 60%, #061830 100%)
}

.canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.scene {
  position: relative;
  z-index: 20;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem
}

.card {
  width: 100%;
  max-width: 420px;
  position: relative
}

.glow {
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 200, 150, .5), rgba(0, 200, 150, .05) 50%, rgba(30, 140, 255, .4));
  z-index: -1
}

.glass {
  background: rgba(4, 14, 28, .82);
  backdrop-filter: blur(32px);
  border-radius: 20px;
  border: 1px solid rgba(0, 200, 150, .2);
  overflow: hidden
}

.card-top {
  padding: 1.7rem 1.8rem 1.1rem;
  text-align: center
}

.orn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: .9rem
}

.orn-l,
.orn-r {
  height: 1px;
  width: 36px;
  background: rgba(0, 200, 150, .5)
}

.od {
  width: 5px;
  height: 5px;
  background: #00c896;
  transform: rotate(45deg)
}

.od.s {
  width: 3px;
  height: 3px;
  opacity: .5
}

.logo-wrap {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin: 0 auto .85rem;
  background: rgba(0, 200, 150, .09);
  border: 1.5px solid rgba(0, 200, 150, .32);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.logo-wrap::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 1px dashed rgba(0, 200, 150, .22)
}

.ttl {
  font-size: 24px;
  font-weight: 600;
  color: #e8f8f4;
  letter-spacing: 5px;
  margin-bottom: 3px
}

.sub {
  font-size: 9.5px;
  color: rgba(100, 220, 180, .65);
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.7
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: .85rem;
  background: rgba(0, 150, 100, .2);
  border: 1px solid rgba(0, 200, 150, .3);
  border-radius: 30px;
  padding: 5px 14px;
  font-size: 10.5px;
  color: #50e8b8;
  font-weight: 500
}

.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00e8a8;
  animation: pu 2s ease-in-out infinite
}

@keyframes pu {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .3
  }
}

.card-body {
  padding: 0 1.8rem 1.7rem
}

.lbl {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(80, 200, 160, .65);
  margin-bottom: 5px
}

.iw {
  position: relative;
  margin-bottom: .9rem
}

.inp {
  width: 100%;
  background: rgba(0, 200, 150, .04);
  border: 1px solid rgba(0, 200, 150, .13);
  border-radius: 9px;
  padding: 11px 40px 11px 40px;
  font-size: 13.5px;
  color: #d8f4ee;
  font-family: 'DM Sans', sans-serif;
  outline: none;
  transition: border-color .2s, background .2s
}

.inp::placeholder {
  color: rgba(200, 240, 230, .2)
}

.inp:focus {
  border-color: rgba(0, 200, 150, .48);
  background: rgba(0, 200, 150, .06)
}

.iic {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 200, 150, .35);
  font-size: 15px
}

.iic-left {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 200, 150, .5);
  font-size: 15px;
  pointer-events: none
}

.eye-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(0, 200, 150, .45);
  font-size: 15px;
  padding: 2px 4px;
  line-height: 1;
  transition: color .2s;
  display: flex;
  align-items: center
}

.eye-btn:hover {
  color: rgba(0, 200, 150, .85)
}

.cap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 200, 150, .04);
  border: 1px solid rgba(0, 200, 150, .1);
  border-radius: 9px;
  padding: 4px 8px;
  margin-bottom: 1rem
}

.cap-box {
  width: 17px;
  height: 17px;
  border: 1.5px solid rgba(0, 200, 150, .28);
  border-radius: 3px;
  flex-shrink: 0
}

.cap-txt {
  font-size: 12px;
  color: rgba(200, 240, 230, .4)
}

.cap-lg {
  margin: auto;
  font-size: 9px;
  color: rgba(80, 200, 160, .28);
  text-align: right;
  line-height: 1.4
}

.btn-a {
  width: 100%;
  border: none;
  border-radius: 9px;
  padding: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: #021a10;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  background: #00c896;
  margin-bottom: 8px;
  transition: filter .2s, transform .1s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px
}

.btn-a:hover {
  filter: brightness(1.12)
}

.btn-a:active {
  transform: scale(.99)
}

.btn-b {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(30, 140, 255, .3);
  border-radius: 9px;
  padding: 10px;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(80, 170, 255, .8);
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 8px;
  transition: background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px
}

.btn-b:hover {
  background: rgba(30, 140, 255, .08)
}

.btn-c {
  width: 100%;
  background: rgba(255, 160, 30, .06);
  border: 1px solid rgba(255, 160, 30, .22);
  border-radius: 9px;
  padding: 10px;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 180, 60, .75);
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px
}

.btn-c:hover {
  background: rgba(255, 160, 30, .1)
}

.foot {
  padding: .85rem 1.8rem;
  border-top: 1px solid rgba(0, 200, 150, .08);
  text-align: center;
  font-size: 10px;
  color: rgba(80, 200, 160, .28);
  letter-spacing: .3px
}

.foot span {
  color: rgba(0, 200, 150, .4);
  font-weight: 500
}

@media(max-width:480px) {
  .scene {
    padding: 1rem
  }

  .card-top {
    padding: 1.3rem 1.3rem .9rem
  }

  .card-body {
    padding: 0 1.3rem 1.3rem
  }

  .ttl {
    font-size: 20px
  }
}

.ui-pnotify {
  font-family: 'DM Sans', sans-serif;
  top: 25px;
  right: 25px;
  position: absolute;
  height: auto;
  /* Ensures notices are above everything */

  z-index: 9999;
}

/* Hides position: fixed from IE6 */

html>body>.ui-pnotify {
  position: fixed;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}

.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
  margin-top: 0;
}

.ui-pnotify-text {
  display: block;
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: .2em;
}

/* Alternate stack initial positioning. */

.ui-pnotify.stack-topleft,
.ui-pnotify.stack-bottomleft {
  left: 25px;
  right: auto;
}

.ui-pnotify.stack-bottomright,
.ui-pnotify.stack-bottomleft {
  bottom: 25px;
  top: auto;
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: .2em;
}

/* theming */

.alert-success {
  color: #ffffff;
  background-color: rgba(38, 185, 154, 0.88);
  border-color: rgba(38, 185, 154, 0.88);
}

.alert-info {
  color: #E9EDEF;
  background-color: rgba(52, 152, 219, 0.88);
  border-color: rgba(52, 152, 219, 0.88);
}

.alert-warning {
  color: #E9EDEF;
  background-color: rgba(243, 156, 18, 0.88);
  border-color: rgba(243, 156, 18, 0.88);
}

.alert-danger,
.alert-error {
  color: #E9EDEF;
  background-color: rgba(231, 76, 60, 0.88);
  border-color: rgba(231, 76, 60, 0.88);
}

.alert-dark,
.btn-dark {
  color: #E9EDEF;
  background-color: rgba(52, 73, 94, 0.88);
  border-color: rgba(52, 73, 94, 0.88);
}

.captcha-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}

@media only screen and (max-width: 400px) {
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}