#formlogin {
  top: 50%;
}

.panel-heading {
  color: white;
  text-align: center;
}

#bloque {
  color: white;
}
#citebloque {
  color: white;
}

.loginBox {
  /*	position:absolute;
	top:50%;
	left:20%;

	width:350px;
	height:420px;
	padding:80px 40px;*/
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2%;
}

.loginBox label {
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #fff;
}

.loginBox input {
  width: 100%;
  margin-bottom: 20px;
}

.loginBox input[type="text"],
.loginBox input[type="password"],
.loginBox input[type="email"] {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
}

.loginBox button[type="submit"] {
  border: none;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
  background: rgb(0, 191, 255);
  cursor: pointer;
  border-radius: 20px;
}

.loginBox button[type="submit"]:hover {
  background: #ff9900;
  color: white;
}

::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
