﻿

body{
background:#0a0e19 !important;
margin:0;
}

.container{
max-width:500px;
}


.main-content{
border:1px solid rgba(255,255,255,0.2);
border-radius:12px;
padding:10px;
}

.form-control:focus{
    background:#020617 !important;
    color:#ffffff !important;
    border:1px solid #6366f1;
    box-shadow:none !important;
}

.form-control::placeholder{
    color:#94a3b8;
}



      .register-card {
    border: 1px solid #1e293b;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.6);
    padding: 40px 30px;
    background-color: #020617;
    max-width: 520px;
    margin: 40px auto;
}
.register-card h3{
color:#f1f5f9;
font-size:28px;
font-weight:600;
}

        .form-label {
            font-weight: 500;
            color: #333;
        }
.form-control,
.form-control-lg {
    background-color: #020617 !important;
    color: #ffffff !important;
    border: 1px solid #334155 !important;
}

.form-control:focus,
.form-control-lg:focus {
    background-color: #020617 !important;
    color: #ffffff !important;
    border-color: #6366f1 !important;
    box-shadow: none !important;
}


.form-control::placeholder {
    color: #94a3b8 !important;
}

/* VERY IMPORTANT - fixes typed text color */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
    color: #ffffff !important;
}
  .btn-primary{
    background: linear-gradient(145deg,#b8860b,#ffd700,#b8860b);
    border:2px solid #000 !important;
   color:#000 !important;
    font-weight: 600;
    border-radius: 8px;
}
  .btn{
      color:black;
  }
.btn-primary:hover{
    background: linear-gradient(145deg,#a67c00,#ffcc00,#a67c00);
    color:#000;

}
        .text-center img {
            height: 38px;
            width: auto;
        }

        .text-center {
            margin-top: 10px;
        }
   .form-control-lg:focus{
background:#020617 !important;
color:white !important;
border-color:#6366f1 !important;
box-shadow:none !important;
}
   
   
   h3{
       color:white;
   }