
body {
	top:0;
    left:0;
	position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    border: 0px;
	background-color: #000000;
	background-image: url("../img/fondo.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.frase_login {
  color: #FFF;
  text-align: center;
  font-family: 'Roboto Mono', monospace;
  font-size: 22px;

  line-height: normal;
  border: 1px solid var(--pinki, #FF00B8);
  background: rgba(49, 49, 49, 0.90);
  box-shadow: 0px 4px 50px 30px rgba(0, 0, 0, 0.25) inset;
  padding: 10px 50px 10px 50px;
  display: inline-block;
}

#contenedor {
    display: flex;
    justify-content: center;
    
    margin: 0;
    padding: 0;
    min-width: 100vw;
    min-height: 100vh;
    width: 100%;
    height: 100%;
}

#central {
    max-width: 320px;
    width: 100%;
}

.titulo {
  font-family: "Roboto Mono", monospace ;
    font-size: 178%;
    color:#ffffff;
    text-align: center;
    margin-bottom: 20px;
}

#login {
    width: 105%;
    padding: 50px 30px;
    background-color: #1A1919;
    border: 1px solid #FF00B8;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin-top: 10%;
    box-sizing: border-box;
}

#login input {
    font-family: 'Overpass', sans-serif;
    font-size: 110%;
    color: #7c7c7c;
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    
    box-sizing: border-box;

    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.seleccionar {
  font-family: 'Overpass', sans-serif;
  font-size: 110%;
  color: #7c7c7c;
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  background-color: #3a3a3a;
  margin-bottom: 10px;
  padding: 5px 5px 5px 10px;
  border: 1px solid #FF00B8;
  box-sizing: border-box;

  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

#login input::placeholder {
    font-family: 'Overpass', sans-serif;
    color: #7c7c7c;
}

#login button {
    font-family: 'Overpass', sans-serif;
    font-size: 110%;
    color:#ffffff;
    width: 40%;
    height: 40px;
    border: none;
    
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    
    background-color: #3a3a3a;
    border: 1px solid #FF00B8;
    
    margin-top: 10px;
}



.pie-form {

    font-size: 90%;
    text-align: center;    
    margin-top: 15px;
}

.pie-form a {
    display: block;
    text-decoration: none;
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
    margin-bottom: 3px;
}

.pie-form a:hover {
    color: #0f4c75;
}

.inferior {
    margin-top: 10px;
    font-size: 90%;
    text-align: center;
}

.inferior a {
    display: block;
    text-decoration: none;
    color: #bbe1fa;
    margin-bottom: 3px;
}

.inferior a:hover {
    color: #3282b8;
}
.color{
    background-color: #3a3a3a;
    border: 1px solid #FF00B8;
}
.crear{
  font-family: "Roboto Mono", monospace;
  color: #fdfdfd;
  text-align: center;
  font-size: 20px;
}
.crear2{
  font-family: "Roboto Mono", monospace ;
  color: #FF00B8;
  text-align: center;
  font-size: 100%;
}
.rosa_fuerte {
	font-family: "Roboto Mono", monospace ;
	color: #FF00B8;
    font-weight: bold;
}





.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
  }
  
  .gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
  }
  
  .gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  
  .gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }
  
  .gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
  }
  
  .gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
  }
  
  .gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
  }
  
  .gsi-material-button:not(:disabled):active .gsi-material-button-state, 
  .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
  }
  
  .gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  }
  
  .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
  }
  @media only screen and (max-width: 768px) {
    #login {
      width: 105%;
      padding: 50px 30px;

     
  }
  #contenedor {
    display: flex;

    justify-content: center;
    margin: 0;
    padding: 0;
    min-width: 100vw;
    min-width: 99vw;
    width: 100%;
    height: 103%;
    height: 99%;
}
.frase_login {
  font-size: 15px;
margin-top: 10%;
}
  }


  