*{
    margin: 0px;
    padding: 0px;

}
.signin{
    display: flex;
}
.img1{
    height: 700px;
    width: 80%;
}
.box1{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box2{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.box3{
    height: max-content;
    width: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.inpt1{
    width: 250px;
    border-top: white;
    border-right: white;
    border-left: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
}
.inpt2{
    width: 250px;
    border-top: white;
    border-right: white;
    border-left: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
}
.img2{
    margin-top: 10px;
}
.btn1{
    background-color:rgb(255, 66, 97);
    height: 40px;
    width: 160px;
    border-radius: 16px;
    color: white;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1{
    color: rgb(255, 66, 97);
    font-size: 2.5rem;
    font-weight: bold;
}

 @media (max-width:857px) {
    .box1{
        display: none;
    }
    .box2{
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    body{
        background-image: url(../assetes/ChatGPT\ Image\ Jul\ 13\,\ 2025\,\ 01_26_54\ PM.png);
    }
} 
@media (max-width:312px) {
    .inpt1{
        width: 150px;
        font-size: 1rem;
    }
    .inpt2{
        width: 150px;
        font-size: 1rem;
    }
    .inpt3{
        width: 150px;
        font-size: 1rem;
    }
    .btn1{
    height: 40px;
    width: 100px;
    font-size: 0.8rem;
     }
    h1{
        font-size: 1.5rem;
    }
    
}