﻿.module-message-part {
    margin: 0px !important;
}

#login-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#login-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
}

#privacy {
    display: flex;
    flex-direction: column;
}

.privacy-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#btn-save {
    margin: 20px auto;
}

#retrieve-password {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.keep-row {
    flex-direction: row !important;
}

.line {
    width: 100%;
    border: 1px solid var(--grey-grey-100);
}
