.bg{
	        background: rgba(0, 0, 0, 0) url(../images/bg.jpg) no-repeat repeat scroll center center / cover;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-size: cover !important;
	    background: linear-gradient(135deg, #0a0a2e 0%, #16213e 25%, #0f3460 50%, #533483 75%, #e94560 100%);
    min-height: 100vh;
}
.formbg {
       background-color: #00000059;


    /* border-radius: 10px; */
 /*    border-left: 10px solid #59b326; */
   /*  border-right: 10px solid #59b326; */
    box-shadow: 0px 0px 15px 2px #002647;
    transition: 0.8s;
    margin-top: 10%;
    padding: 50px 25px;
}
.formbg:hover{
	box-shadow: 0px 0px 15px 2px #002647;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box !important;
    padding: 0 !important;
}
.mt-5{
	margin-top: 3rem;
}
.mt-4{
	margin-top: 1.5rem;
}
.mt-3{
	margin-top: 1rem;
}
.mt-2{
	margin-top: 0.50rem;
}
.mt-1{
	margin-top: 0.25rem;
}
.mb-5{
	margin-bottom: 3rem;
}
.mb-4{
	margin-top: 1.5rem;
}
.mb-3{
	margin-top: 1rem;
}
.mb-2{
	margin-top: 0.50rem;
}
.mb-1{
	margin-top: 0.25rem;
}
.account-btn{
	color: #000 !important;
    font-size: 14px;
    font-weight: 500;
   background: linear-gradient(45deg, #ff00ff, #00ffff, #ffff00, #ff00ff);
    padding: 15px 30px;
    text-align: center;
    margin-top: 10% !important;
	border-radius:27px;
}
.txt{
	font-size: 20px;
}
.txt1{
	font-size: 16px;
}
.mb-lg{
	margin-bottom: 16px;
}
.text-white{
	color:#fff;
	/*margin-top: 20px;*/
}

/* Retro Background */
.retro-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.y2k-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(255, 0, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(0, 255, 255, 0.1) 0%, transparent 50%);
}

.grid-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 2px 2px, rgba(255, 255, 0, 0.3) 1px, transparent 0);
    background-size: 40px 40px;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(40px, 40px); }
}

.scanner-lines {
    position: absolute;
    width: 100%;
    height: 100%;
}

.scan-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.8), transparent);
    animation: scanMove 8s linear infinite;
}

.scan-1 {
    top: 20%;
    animation-delay: 0s;
}

.scan-2 {
    top: 50%;
    animation-delay: -3s;
    background: linear-gradient(90deg, transparent, rgba(255, 0, 255, 0.8), transparent);
}

.scan-3 {
    top: 80%;
    animation-delay: -6s;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 0, 0.8), transparent);
}

@keyframes scanMove {
    0% { left: -100%; opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}

.floating-orbs {
    position: absolute;
    width: 100%;
    height: 100%;
}

.retro-orb {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3), transparent 70%);
    filter: blur(2px);
    animation: orbFloat 15s ease-in-out infinite;
}

.orb-1 {
    top: 10%;
    left: 10%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 0, 255, 0.2), transparent 70%);
    animation-delay: 0s;
}

.orb-2 {
    top: 70%;
    right: 15%;
    background: radial-gradient(circle at 30% 30%, rgba(0, 255, 255, 0.2), transparent 70%);
    animation-delay: -5s;
}

.orb-3 {
    bottom: 20%;
    left: 20%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 0, 0.2), transparent 70%);
    animation-delay: -10s;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(50px, -30px) scale(1.1); }
    50% { transform: translate(-30px, -50px) scale(0.9); }
    75% { transform: translate(-50px, 30px) scale(1.05); }
}
.future-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    border-radius: 24px;
    padding: 48px 40px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.3),
        0 10px 30px rgba(255, 0, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.future-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #ff00ff, #00ffff, #ffff00, #ff00ff);
    background-size: 400% 400%;
    animation: chromeShift 6s ease-in-out infinite;
    border-radius: 24px;
    z-index: -2;
}

@keyframes chromeShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.future-card::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: linear-gradient(145deg, rgba(16, 16, 40, 0.95), rgba(32, 32, 64, 0.9));
    border-radius: 22px;
    z-index: -1;
}
