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

body {
    font-family: Arial, sans-serif;
        background: #0a0a0a !important;

    margin: 0;
}
header{
display:none !important;
}
.inter-overlay {
    background-image: linear-gradient(rgba(0, 217, 192, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 217, 192, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.inter-hero-bg {
    background: linear-gradient(90deg, transparent, rgba(205, 254, 0, 0.1), transparent);
    animation: scan 3s linear infinite;
    position: absolute;
    top: 0px;
    height: 0px;
    width: 100%;
    height: 100%;
}
.login-weapper {
       background: #0a0a0a !important;
   min-height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   padding: 20px 10px;
}
.login-weapper .login-container {
   /* background: #16190a78;
  border: 1px solid #cdfe0069;

    */ 
    background: #111313;
    border: 1px solid #292b2b;
border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(205, 254, 0);
  border-radius: 10px;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  padding: 1.6rem;
  width: 100%;
  border-top: #cdfe00 solid 0.25rem;
  max-width: 448px;
  animation: fadeIn 1s ease-out;
  margin: 0px;
  backdrop-filter: blur(20px);}

.login-weapper .login-container .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.login-weapper .login-container .logo img {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    box-shadow: 0 10px 15px -3px rgb(205 254 0 / 0.7), 0 4px 6px -4px rgb(205 254 0 / 0.7);
}

.login-weapper .login-container  h1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #fff;
font-weight: 800;
}
.login-weapper .login-container .subtext{
    font-size: 1rem;
    line-height: 1.5rem;
    color:#fff;
    text-align: center;
    margin-bottom: 20px;
}
.login-weapper .login-container   .login-options {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.login-weapper .login-container   .login-footer{
    display: flex;
    justify-content: space-between;
}

.login-weapper .login-container   .login-form .button ,.login-weapper .login-container   .login-form .btn-primary{
    padding: 1rem 1.25rem;
    border-radius:36px;
    color: #000;
   background:linear-gradient(to top right, #dff290, #cdfe00);
    width: 100%;
    font-size: 16px;
    display: inline-block;
    border:0px;
}
.login-weapper .login-container .or-divider{
    font-size: 1.1rem;
    text-align: center;
    color: rgb(127, 132, 127);
    position: relative;
}
.login-weapper .login-container .or-divider:after{
    width: 100%;
    height: 1px;
    background-color: rgb(45, 47, 45);
    content: '';
    position: absolute;
    top: 18px;
    left: 0px;
    z-index: 1;
    display: inline-block;
}
.login-weapper .login-container .or-divider span{
    display:inline-block;
    padding:8px 15px;
    position: relative;
    z-index: 2;
    background-color:#111313;
}
.login-weapper .login-container  .login-form select,.login-weapper .login-container  .login-form input, .login-weapper .login-container .google-btn,.login-weapper .login-container  .email-input,.login-weapper .login-container  .password-input,.login-weapper .login-container  .sign-in-btn {
    padding: 0.875rem 1.25rem;
    border-radius: 36px;
    border: 1px solid #fff;
    font-size: 16px;
}

.login-weapper .login-container .google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: rgb(226 232 240) solid 1px;
    color: #fff;
    cursor: pointer;
    gap: 0.75rem;

}

.login-weapper .login-container .google-btn svg{
    width: 1.25rem;
    height: 1.25rem;
}

.login-weapper .login-container  .google-btn img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.login-weapper .login-container .google-btn:hover {
    background: #cdfe00;
    border-color: #cdfe00;
color:#000;
}
.login-weapper .login-container .login-form p{
    margin-bottom: 20px;
}
.login-weapper .login-container  .login-form label{
    display: block;
    margin-bottom: 5px;
    font-size: 0.875rem;
  line-height: 1.25rem;
color:#fff;
}
.login-weapper .login-container .email-input,.login-weapper .login-container  .password-input, .login-weapper .login-container .login-form input[type="text"],
.login-weapper .login-container .login-form input[type="password"],.login-weapper .login-container .login-form input[type="email"],.login-weapper .login-container  .login-form select{
    display: inline-block;
    width: 100%;
   background: #111313;
  height: 3rem;
  border: #cdfe0070 solid 1px; color:#fff;    font-size: 0.875rem;
    line-height: 1.25rem;
}
.login-weapper .login-container  .login-form select{
-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'><path fill='none' stroke='%23fff' stroke-width='2' d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}

.login-weapper .login-container .sign-in-btn {
    background-color: #1d3557;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.login-weapper .login-container   .sign-in-btn:hover {
    background-color: #3a5a97;
}

.login-weapper .login-container  .forgot-password,.login-weapper .login-container .sign-up {
    font-size: 14px;
    color: #888;
    text-align: center;
    display: block;
    margin-top: 15px;
    text-decoration: none;
}

.login-weapper .login-container   .forgot-password:hover, .login-weapper .login-container .sign-up:hover {
    color: #fff;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*
.login-weapper .login-container .login-username, .login-weapper .login-container .login-password{
    position: relative;
}
.login-weapper .login-container .login-username input,.login-weapper .login-container  .login-password input{
    padding-left:45px;
}

.login-weapper .login-container .login-username:after{
    content: '';
    background:url(../images/envolop-icon-form.png) no-repeat;
    width: 20px;
    height: 16px;
    position: absolute;
    bottom: 18px;
    left: 15px;
}

.login-weapper .login-container .login-password:after{
    content: '';
    background:url(../images/password-icon-form.png) no-repeat;
    width: 20px;
    height: 16px;
    position: absolute;
    bottom: 18px;
    left: 15px;
}*/
.login-weapper .login-container .back-to-signin a{
    color: rgb(177, 179, 181);
    display: flex;
    gap: 0.5rem;
    font-size: 0.875rem;
    text-decoration: none;
  line-height: 1.25rem;
}

.login-weapper .login-container .back-to-signin a svg{
    width: 15px;
}
.login-weapper .login-container .form-field{
    margin-bottom: 20px;

}
 .signup-row{
    display: flex;
    gap: 0.75rem;
} 
.signup-row .signup-col-2{
width:50%;
}
.signup-row .signup-col-2 input{
width:100%;
}
@media (max-width: 650px) {
.login-weapper .login-container .logo img {
  width: 50px;
  height: 50px;
}
.login-weapper .login-container h1 {
 
  font-size: 1.375rem;
  line-height: 1.95rem;
}
}