body{
    overflow: hidden;
}

.container{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

input{
    width: 90%;
    margin-left: 3%;
    font-size: 16px;
    margin-bottom: 10px;
}

input:first-child{
    margin-top: 10px;
}