body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
    background-image: url("lo3.png");
    background-repeat: no-repeat;
    background-size: 2000px;
    font-size: 20px;
    color: black;
}
.container{
    margin-top: 200px;
    padding: 30px;
    border-radius: 15px;
    width: 350px;
    text-align: center;
}
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px;
    box-sizing: border-box;
}
img{
    border-radius: 50px;
}