body{
    background-color: white;
    margin: 0;
  }
  
  @media only screen and (min-width: 800px) {
    body{
      background-image: url(https://i.imgur.com/FvWncnE.png);
      background-repeat: repeat;
      background-position: center;
    }  
  }
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; }
  
  .mdc-typography--body2 {
    line-height: 1.8; }
  
  .introText {
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    color: dimgray; }
  
  .loginContainer {
    max-width: 400px;
    text-align: center;
    padding: 32px; 
    background-color: white;
    border-radius: 7px;
    margin-top: 300px;
  }
  
  .mdc-text-field {
    width: 100%;
    margin-bottom: 16px; }
  
  .actionContainer {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px; }
  
  .getHelp {
    margin-right: 16px;
    color: gray; }
  
  .checkboxLabel {
    color: dimgray;
    font-size: 90%; }
  
  .mdc-text-field__icon.revealPassword {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    pointer-events: all; }

    .errorContent{
      display: flex;
      justify-content: flex-start;

 }
    

 .ce-block__content {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
}
.ce-delimiter {
  line-height: 1.6em;
  width: 100%;
  text-align: center;
}

.cdx-block {
  padding: .4em 0;
}
.ce-delimiter:before {
  display: inline-block;
  content: "---";
  font-size: 30px;
  line-height: 65px;
  height: 30px;
  letter-spacing: 0.2em;
}

/*/////////////////////////////////////////////////////*/
.load{
  position: fixed;;
  top: 0;
  left: 0;
  width:100%;
  height: 5px;
  overflow-x: hidden;
  z-index: 10000;
}

.line{
  position:absolute;
  opacity: 0.5;
  background:#6200ee;
  width:150%;
  height:5px;
}

.subline{
  position:absolute;
  background: #6200ee;
  height:5px; 
}
.inc{
  -webkit-animation: increase 2s infinite;
  -moz-animation: increase 2s infinite;
  -o-animation:  increase 2s infinite;
  animation: increase 2s infinite;
}
.dec{
  -webkit-animation: decrease 2s 0.5s infinite;
  -moz-animation: decrease 2s 0.5s infinite;
  -o-animation:  decrease 2s 0.5s infinite;
  animation: decrease 2s 0.5s infinite;
}



@-webkit-keyframes increase {
  from { left: -5%; width: 5%; }
  to { left: 130%; width: 100%;}
}
@-moz-keyframes increase {
  from { left: -5%; width: 5%; }
  to { left: 130%; width: 100%;}
}
@-o-keyframes increase {
  from { left: -5%; width: 5%; }
  to { left: 130%; width: 100%;}
}
@keyframes increase {
  from { left: -5%; width: 5%; }
  to { left: 130%; width: 100%;}
}

@-webkit-keyframes decrease {
  from { left: -80%; width: 80%; }
  to { left: 110%; width: 10%;}
}
@-moz-keyframes decrease {
  from { left: -80%; width: 80%; }
  to { left: 110%; width: 10%;}
}
@-o-keyframes decrease {
  from { left: -80%; width: 80%; }
  to { left: 110%; width: 10%;}
}
@keyframes fadidecreaseng {
  from { left: -80%; width: 80%; }
  to { left: 110%; width: 10%;}
}

.close{
  position: absolute; right: 0; cursor: pointer; margin: 10px; padding: 5px; border-radius: 50%;
}
.close:hover{
  background-color: rgba(0, 0, 0, 0.11)
}
.marcador{
  font-size: 90px; color: #6200ee; text-shadow: 3px 3px 10px rgba(0,0,0,0.3); position: absolute; top: -30px;
}
.aviso{
  position: fixed; width: 100%; height: auto; max-width: 700px; border-radius: 10px; background-color: white; margin: auto; padding: 0; box-shadow: 0px 0px 55px 5px rgba(0,0,0,0.4);
}
.aviso-content{
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01786em;
  text-decoration: inherit;
  text-transform: inherit;
  padding: 30px;
}
.aviso-content h1{
margin-bottom: 20px;
}
.aviso-container{
  position: fixed; width: 100%; height: 100%; top:0; left: 0; background-color: rgba(0, 0, 0, 0.11);
}