body
{
	margin: 0 !important;
    padding: 0 !important;
    height:auto !important;
    overflow: hidden;
    background-color: var(--mdc-theme-primary-dark,#ffffff) !important;
}

.ecoworkflow-logo {
	 position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    width: 150px;
}

.mdc-card__primary
{
	margin-bottom: 12px;
}

.ecoworkflow-logo > img
{
	width: 100%;
}

.ecoworkflow-login-card {
  height: auto;
  width: 350px;
  background-color: white;
  opacity: 0.0;
  overflow:visible;
  padding: 8px;
  position: absolute;
  top: calc(50% - 175px);
  left: calc(50% - 175px);
}

.mdc-simple-menu {
	overflow:hidden !important;
}

.mdc-text-field
{
	width:100% !important;
}

.login-actions
{
	width:100%;
}

.version
{
	width:100%;
	margin:auto;
	text-align:center;
	position: absolute;
	bottom: 24px;
	color:#FFFFFF;
	font-size:8pt;
	z-index: -1;
}

.login-action-container
{
	margin-left:auto !important;
	margin-right: 14px;
	margin-bottom: 14px;
}

.ecoworkflow-login-title
{
	margin-right: 20px;
	text-align: center;
    color: var(--mdc-theme-primary,#ffffff);
}
