body {
    padding-top:5%;
    color:rgb(234, 236, 239);
}
.dark-bg {
    background-color: #181a20;
}
.dark-border {
    border-style: inset;
    border-width: 1px;
    border-radius: 16px;
    border-color:rgb(234, 236, 239);
    
}



.input-elm-text {

}

.input-elm-text label{
    display: block;   
    color:#848e9c;
}
.input-elm-text input{
    display: block; 
    width:100%;
    padding:8px;
    border-radius: 16px;
    border-width: 1px;
    border-color:rgb(234, 236, 239);
    background-color: transparent;
    color:rgb(234, 236, 239);
}
.input-elm-text input:hover {
    border-color:#cda00f;
}

#sbmt {
    color:rgb(32, 38, 48);
}







@media (max-width: 768px) { /* Adjust breakpoint as needed */
    .dark-border {
        border: none;
    }
}
