*{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}
.container{
    height: 100vh;
    width: 100%;
    background-image: url(pexels-efdal-yildiz-325089-917494.jpg);
    background-size: cover;
    background-position: relative;
}  
.logo{
    color: rgb(190, 140, 63);
    font-size: 25px;
    font-weight: 900;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 50px;

}
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul li{
    display: inline-block;
    margin: 30px;
    font-weight: 400;
    color: brown;
    font-size: 18px;

}
.contact{
    text-decoration: underline;
    
}
.left-section{
    float: left;
    display: inline-block;
}
.content-title{
    font-size: 70px;
    margin-left: 120px;
    font-weight: 600;
    margin-top: 90px;
    color: rgb(110, 41, 13);
}
.main-p{
    font-size: 18px;
    margin-left: 125px;
    margin-top: 30px;
    color: rgb(102, 100, 100);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.btn{
    margin-top: 12px;
    color: white;
    background-color: rgb(139, 73, 73);
    border: none;
    padding: 10px;
    border-radius: 20px;
    padding-left: 14px;
    padding-right: 14px;
    position: absolute;
    left: 120px;
}
.rightsection{
    float: right;
    margin-right: 80px;
    margin-top: 60px;
    height: fit-content;
    width: fit-content;
    align-items: center;
    color: grey;
    font-family: sans-serif;
    background: transparent;
    border: 1px solid rgb(204, 191, 191);
    border-radius: 8px;
    padding: 15px;
}
.log{
    text-align: center;
    font-weight: 500;
    font-size: 29px;
    font-family: 'Times New Roman', Times, serif;
}
.user{
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
}
.enter-user{
    margin-top: 5px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    border: 1px solid grey;
    border-radius: 4px;
    font-weight: lighter;
    padding: 7px;
    
}
.pass-text{
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
}
.enter-pass{
     margin-top: 5px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    border: 1px solid grey;
    border-radius: 4px;
    font-weight: lighter;
    padding: 7px;
}
.button{
    padding: 10px;
    font-size: 17px;
    font-weight: lighter;
    color: white;
    background-color: rgb(108, 153, 221);
    border: none;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    margin-top: 10px;
}
.acnt-txt{
    color: rgb(78, 78, 78);
    font-size: 15px;
    margin-top: 10px;
}
.bottom{
    background-color: rgba(70, 23, 23, 0.795);
    color: rgb(189, 174, 174);
    font-size: 14px;
    text-align: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}
@media (max-width:600px) {
    .logo {
        margin-bottom: 150px;
        margin-right: 30px;
    }
    .navbar ul li {
        font-size: 12px;
        display: flex;
    }
    .container{
       height: 900px;
    }
    .bottom{
        position: relative;
    }
   
    .left-section{
        position:absolute;
        top: 30px;
    }
    
    .rightsection{
        position: absolute;
        top: 500px;
        left: 150px;
        background: transparent;
        backdrop-filter: blur(10px);
        color: antiquewhite;
    }
    .acnt-txt{
        color: antiquewhite;
    }
    


 
}