body.sapUiBody{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important; 
  background-color: #32363a !important;
  background-image: none !important;
  height: 100vh !important;
  flex-direction:column;
}
header, footer{
    position: static !important;
    display: flex !important;
}
main{
    background: white;
    padding: 2rem 3rem;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px -1px rgb(0 0 0 / 10%);
    /*Reset SAP Bullshit */
    position: static !important;
    top: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    width: auto !important;
}
button.sapUiButtonEmphasized{
    background-color: #ad0f33 !important;
    border:1px solid #7e0b25 !important;
}
button.sapUiButtonEmphasized:hover{
    background-color: #7e0b25 !important;
    border:1px solid #7e0b25 !important;
}
.hspan{
    height: 0 !important;
}
button{
    text-shadow: none !important;
}
button.sapUiButtonLite{
    color:#32363a !important;
}
button.sapUiButtonLite:hover{
    background-color: #32363a !important;
    border-color: #32363a !important;
    color: #efefef !important;
}
.card{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.busyAnimation > div{
   box-shadow: inset 0 0 3px 16px #343a40 !important; 
}
@keyframes busyAnimation {
0% {
    background: rgba(52, 58, 64, 1) !important;
}
40% {
    background: rgba(52, 58, 64, .1) !important;
    box-shadow: inset 0 0 2px 1px rgb(52, 58, 64 / 80%) !important;
}
}