* {
    box-sizing: border-box;
}

.login {
    width: 400px;
    margin: 0 auto;
}

input[type=text],
input[type=password] {
    width: 100%;
}
