.nav-sidebar{
    display: none;
}
.profile-dropdown-section{
    display: none;
}
#container {
    border-radius: 1rem !important;
}
.login-brand{
    width: 100%;
    display: flex;
    margin-top: 2rem;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;

}
#content{
    width:100%;
    margin:0 !important;
    padding: 0 !important;
}
.app-bar{
    display: none !important;
}
.form-row, .submit-row{
    margin-inline: 1rem !important;
}


@media only screen and (max-width: 600px) {

}












