html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

body > div {
    width: 400px;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 0 0 15px #000000;
    border-radius: 3px;
    border: 1px solid #444444;
    background-color: #ffffff;
}

input:not(:last-child) {
    margin-bottom: 20px;
}

input {
    border: 1px solid #444444;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    text-align: center;
}

p {
    color: #a52834;
    font-weight: bold;
    text-align: center;
}
