﻿#message-container {
    width: 100%;
}

.message-panel-part {
    background-color: #9bc0ccbe;
    border: solid 2px #9bc0cc;
    margin: 10px;
    border-radius: 2px;
    padding: 5px;
    display: flex;
    justify-content: start;
    cursor: pointer;
}

.module-message-part {
    margin: 0px !important;
}

.field {
    padding: 15px 0px;
}

#content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*[id*=btn_retrieve_password] {
    margin-top: 15px;
}*/
