body
{
	margin: 0 !important;
    padding: 0 !important;
    background-color:#039be6;
    height:auto !important;
    overflow: hidden;
}

.mdc-text-field
{
	/* height: 32px !important; */
}


.feedbackPanel
{
	 list-style-type: none;
	 line-height: normal;
	 padding:0px;
	 margin:0px;
	 color: var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38));
	 width:100%;
	 text-align: center;
}

.eco-feedback
 {
 	margin-top: 24px;
 	min-height:64px;
 }

.ecodms-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: 200px;
}

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

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

.ecodms-logo
{
	will-change: transform;
}

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

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

.login-actions
{
	width:100%;
}

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

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

.mdc-card__supporting-text
{
	padding-left: 24px;
	padding-right: 24px;
	min-height:220px;
	padding-top: 24px;
	
}

