html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.login-logo img {
content: url("/logo.svg");
height: 60px;
}

html {
background-image: url("assets/fondo.png") !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}

body {
background: transparent !important;
}    

.login-page {
background-image: url("assets/fondo.png") !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}

.MuiPaper-root {
background: rgba(0,0,0,0.75) !important;
}

button[type="button"] {
display:none !important;
}

.MuiButton-text {
display:none !important;
} 
