﻿body {
}
/*.outerlayer {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 8px 16px 8px 16px;
}

.innerlayer {
    height: 100%;
    width:100%;
    margin-top: 16px;
    margin-bottom: 16px;
}*/
.footer {
    padding: 1rem;
    /* background-color: #F3F6F9; */
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}

.roundedborder {
    border-radius: 8px;
    border-width: 1px;
    border-color: lightgrey;
    box-shadow: 0px .5px .5px;
}

.mud-layout {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
/*.mud-input-label {
    background-color: #F3F6F9;
}*/
 