
*{
    font-family: 'Syne', sans-serif !important;
}
.lgn {
    min-width: 30%;
    padding: 20px;
    background: #0a110f;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 230, 65, 0.235);
    margin-top: 0px;
    display: flex;
    flex-direction: column;
}
pre{
   
        white-space: pre-wrap;
        word-wrap: break-word;

}
title {
    font-size: bold;
    color: white;
   
     font-family: 'Syne', sans-serif;
     
      
}
h1 {
   margin-bottom: 1rem;
    text-align: center;
    color: #00ff00 ;
}
body{
    height: 100%;
    min-height: 100vh;
}
@media (max-width:768px) {
    body{
        height: 100%;
    }
}
label {
    display: block;
    margin-bottom: 5px;
    color: #666;
}

.form-control {
    background-color: #0F1D1E;
    padding: 10px;
    border: 1px solid #00FF94;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    color: white;
    font-size:1.2rem;
}

.form-control:focus{
    border-color: #5cb85c;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(92, 184, 92, 0.6);
}
.nav_btn:hover{
    text-decoration: underline;
    
}
.btn {
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 5px;   
    display: block;
    border: 1px solid #28a745;
    background: #0f2014;
    color: #00ff00;
    font-size: 18px;
    cursor: pointer;
}

#submit{   
    margin-top: 20px;
    background: #0f2014 !important;}
 .btn , #submit:hover{ background-color: #1a3c25 !important;
    color: #00ff00 !important;}
.btn:hover,
.btn:focus  {
    background-color: #0f2014 !important;
    color: #00ff00 !important;
}

.frgt {
    color: #5cb85c;
    display: inline-block;
    margin-top: 10px;
    
}

a:hover,
a:focus {
    color: #4cae4c;
    text-decoration: none;
}


@media (max-width: 576px) {
    .container {
        box-shadow: none;
    }

    .btn {
        font-size: 16px;
    }
}
.navbar-nav{
    align-items: center;
} 

.dropdown-menu {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px; 
}

@media (max-width: 992px) {
    .navbar {
        padding: 7px;
    }

    
    .mb-0{
        
        width: 100%;
        
    }
}
@media (max-width: 768px){
.header {
    font-size: 2em;
}
.mb-0{
  
    width: 100% !important;
   
}}
.mb-0{
    background-color: #0f2014;
    text-align: center;
    color: #00ff00;
    width: 30%;
    align-items: center;
    display: flex;
    height: 4vh;
    justify-content: center;
}
.alert{
    display: flex;
   
    width: 100%;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
    .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .navbar {
        padding: 2px 10px;
    }

    .navbar-brand {
        
    }

    .navbar-nav .nav-link {
        padding: 5px 10px;
    }
}
.footer a { color: #06ae06ed !important;}

::selection{
    background-color: #148062;
    color: #00ff00;
}
*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    
}

.container{
    display: flex;
}
ul{
    display: flex;
    flex-direction: row !important;
    gap: 3rem;
}

nav{
    
    width: 100%;
}
.nav_btn{color: aliceblue !important;}
.cont{
display: flex;
}

.nav-item {
    position: relative;
    display: inline-block;
}

.dropdown-item {
   
    width: 100%;
    text-align: center;
    color: #00ff00 !important;
    transition: transform 0.1s  ease-in; 
}

.dropdown-item:hover {
transform: translateY(-2px);
    text-decoration: underline;
    color: #00ff00 !important;
}

.dropdown-menu {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: fixed;
    z-index: 1;
    border: 2px solid #00ff00;
    padding: 1rem;
    background-color: #0f2014;
    opacity: 0;
    visibility: hidden;
    height: 0; 
}





