.login-buts {
  width: 100%;
  color: #5E1A6D;
  font-weight: 700;
  margin-bottom: 30px;
}

.txt-label {
  width: 100%;
}

.text-label {
  width: 100%;
}

input {
}

.labelapp {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.textinputapp {
  width: 100%;
  float: left;
  background-color: rgba(255,255,255,0.26);
  border-color: #fff;
  color: #ffffff;
}

.titleapp {
  margin-top: 70px;
  font-size: 3.0em;
}

.tile-icons {
  font-size: 5.0em;
  text-align: center;
  margin-top: 20px;
}

.tile-style:active {
  margin: 10px;
  border-radius: 6px;
  border: 5px solid #fff;
}

.tile-style:hover {
  margin: 10px;
  border-radius: 6px;
  border: 5px solid #fff;
}

.tile-style {
  margin: 10px;
  border-radius: 6px;
  border: solid 5px rgba(255,255,255,0);
}

.hat-face-style {
  margin: 7px;
  border-radius: 6px;
  border: 3px solid #fff;
}

