.flex {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 2rem auto;
    width: fit-content;
}

button:disabled,
button[disabled] {
    background: #f4f7fbb9;
    border: 1px solid #E1E6EF;
    color: #E1E6EF;
    font-size: 14px;
    pointer-events: none;
}

.backIcon {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-top: 2rem;
}
.backIcon a {
    color: black;
}
.backIcon a i {
    font-size: 2rem;
}

.error-message {
    display: none;
}

.button--transparent {
    font-size: 32px;
}