
#frmLogin{
    height: 410px;
    width: 400px;
    margin: 0 auto;
    background-color: white;
    border-radius: 15px;
    box-shadow: 10px 10px 5px rgb(151, 151, 151);
}

.system-logo{
    padding-left:10px;
}

.system-name{
    font-size: 20px;
    font-weight: bold;
    color:white;
    padding: 10px;
    margin-top: 10px;
}

.user-name{
    font-size: 20px;
    font-weight: bold;
    color:white;
    padding: 10px;
    margin-top: 10px;
    align-items: right;
}

.menubar{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color:#10142c;
    height: 60px;
    padding: 10px;
    display:flex;
    justify-content: left;
    align-items: center;
}

.footer {
    position: fixed;
    font-size: 15px;
    height: 30px;
    display:flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:#10142c;
    color: white;
    text-align: left;
} 
