*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
.log-con{
    width: 100%;
    padding: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.log-item{
    width: 35%;
    height: 600px;
    background-color: rgb(250,250,250);
    text-align: center;
    font-family: sans-serif;
}
.fir h1{
    margin-top: 50px;
    font-size: 1.5rem;
    font-family: sans-serif;
}
.fir a{
    text-decoration: none;
    background-color: rgb(78,240,55);
    color: rgb(90, 88, 88);
    border-radius: 5px;
}
.log-item p{
    margin-top: 20px;
    color: rgb(250,70,89);
    font-size: 1.5rem;
}
.log-item form{
    margin-top: 30px;
}
.log-item label{
    font-size: 1.5rem;
}
.log-item input{
    margin-top: 10px;
    width: 80%;
    height: 30px;
    border: none;
    border-radius: 5px;
}
.logi a{
    background-color: rgb(216,14,112);
    color: white;
    width: 70%;
    height: 50px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(60px);
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 20px;
}

.fog a{
    text-decoration: none;
    color: rgb(169, 169, 169);
    display: flex;
}
.acc p{
    color: rgb(169, 169, 169);
    font-size: 1rem;
}
.acc a{
    color: rgb(169, 169, 169);
    text-decoration: none;
    border: none;
    width: 25%;
    height: 30px;
    border-radius: 5px;
}
@media screen and (max-width:1100px) {
    .log-con{
        flex-direction: column;
    }
    .log-item{
        width: 90%;
        margin-top: 100px;
    }
}
@media screen and (max-width:768px) {
    .log-con{
        flex-direction: column;
    }
    .log-item{
        width: 90%;
        margin-top: 100px;
    }
}