.container {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}

label, input {
    display: block;
    margin-bottom: 10px;
}