body,html {
    height: 100%;
    width: 100%;
}
form {
    width: 100%;
    padding: 100px;
}
input[type="text"] {
    box-sizing: border-box;
}
