form {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}
label,
input,
button {
    margin-bottom: 10px;
}
.message {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.error {
    color: red;
}
.success {
    color: green;
}
.button-group {
    display: flex;
    justify-content: space-between;
}
.InputTextSize {
    font-size: 22px;
}
