.form_input_length {
    width: 30em;
}

fieldset input:focus {
    outline: none;
}

fieldset legend {
    margin: 0;
    padding: 0;
}

fieldset input {
    color: white;
    background-color: #031a30;
    margin: 5px;
    border: none;
    flex-grow: 1;
}

.login_register_width {
    max-width: 400px;
    flex-grow: 1;
}

.center {
    justify-content: center;
}

form button {
    margin: 0;
    height: 40px;
}