body {
    background-color: #fffdd0;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

h1 {
    padding: 20px 40px;
}

.container {
    background-color: #fff;
    border-radius: 5px;
    width: 500px;
}

.form {
    padding: 20px 40px;
}

.formMod
{
    margin-bottom: 10px;
    position: relative;
}

.checkMod
{
    margin-bottom: 10px;
    position: relative;
}

.formMod input {
    display: block;
}

.submit {
    background-color: #d0d2ff;
    width: 100%;
    font-size: 14px;
    border: 2px solid #d0d2ff;
    padding: 5px;
    border-radius: 4px;
}
