.passwordDiv {
    display: flex;
}

.messageBox {
    display: flex;
    flex-direction: column;
    color: red;
}

.fas {
    cursor: pointer;
}


.alert {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;

}

.main-buttons {
    display: flex;
    margin: 15px;
}

.main-buttons button{
    margin: 12px;
}

table tr td { padding: 5px;}
table tr th { padding: 5px;}
