*{
    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;
}
