h1 {
    text-align: center!important;
}

.login_lista_nozze {
    max-width: 400px;
    margin: 0 auto;
    background-color: #f8f5f0;
    padding: 30px;
}

.login_lista_nozze img {
    width: 75%;
    margin: 0 auto;
    display: grid;
}

.login_lista_nozze h4 {
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
}

.login_lista_nozze p:first-of-type {
    text-align: center;
    margin-bottom: 10px;
}

.login_lista_nozze p {
    margin-bottom: 5px;
}

.login_lista_nozze form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.login_lista_nozze input[type="text"],
.login_lista_nozze input[type="password"] {
    border: solid 1px #000;
    padding: 10px;
}

.login_lista_nozze input[type="submit"] {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background-color: #aa8453;
    color: #fff;
    border: 0px;
    padding: 15px 10px;
    margin: 20px 0;
    cursor: pointer;
    width: auto;
}

.login_lista_nozze input[type="submit"]:hover {
    background-color: #222;
}