form {
    max-width: 330px;
    margin-top: 250px;
    margin-bottom: 250px;
    margin-right: auto;
    margin-left: auto;
}

input:nth-of-type(2) {
    margin-bottom: 10px;
}

h3 {
    margin-bottom: 16px;
}

button {
    color: #fff;
    background-color: #e32e2e !important;
    border-color: #da1d1d !important;
    width: 100%;
}