﻿.loginbg {
    background-image: url('/img/loginBg.jpg');
    background-size: cover;
    height: 100vh;
    width: 100%;
}
.loading-screen {
    margin-left: 40%;
    margin-top: 20%;
    width: 20%;
}
.mud-button {
    border-radius: 10px;
    text-transform: none !important;
}