.tegate-gate {
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 60vh;
   padding: 2rem 1rem;
}

.tegate-gate-box {
   max-width: 28rem;
   width: 100%;
   padding: 2rem;
   border: 1px solid rgba(0, 0, 0, 0.1);
   border-radius: 0.5rem;
   text-align: center;
}

.tegate-gate-title {
   margin: 0 0 1rem;
   font-size: 1.4rem;
}

.tegate-gate-content {
   margin: 0 0 1.5rem;
   opacity: 0.85;
}

.tegate-gate-content > *:last-child {
   margin-bottom: 0;
}

.tegate-gate-form input[type="password"] {
   width: 100%;
   padding: 0.5rem 0.75rem;
   margin: 0.25rem 0 1rem;
   box-sizing: border-box;
}

.tegate-gate-form button,
.tegate-gate-login {
   display: inline-block;
   padding: 0.5rem 1.5rem;
   cursor: pointer;
}
