body{
    background-color: rgb(24, 24, 46);
}
.container{
    margin: auto; 
    margin-top: 30px;
    width: 70%;
    text-align: center;
}
hr{
    width: 420px;
}
h1{
    color: rgb(162, 162, 51);
    font-size: 40px;
}
input{
    background-color: white;
    border-style: none;
    border-bottom: 1px solid white ;
    color:rgb(24, 24, 46) ;
    padding-left: 20px;
    font-size: 20px;
    outline-style: none;
    height: 40px;
    width: 200px;
    
}
label{
    color: white;
}
p{
    color: rgb(138, 158, 48);
    font-size: 20px;
}
.disabled{
    pointer-events: none;
    opacity: 0.7;
}

.btn{
    width: 100px;
    height: 40px;
    background-color: white;
    color: rgb(40, 29, 29);
    border:1px solid white;
    margin-top: 20px;
    border-radius: 5px;
}

