.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #009ACD;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius: 5px;
}
.form button:hover,.form button:active,.form button:focus {
  background: #00BFFF;
}

#aviso_caps_lock{
	visibility: hidden; 
	margin-top:12px;  
	background-color: rgba(255, 248, 220, 0.3);
	border: 1px solid #FFF; 
	margin-right:auto;
	margin-left:auto;
}

#aviso_caps_lock img{
	float:left;	
	border:0px solid #F00;
	margin-top:6px;
	margin-left:13px;
	
}

#aviso_caps_lock p{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	float:left;
	border:0px solid #F00;
	margin-left:5px;
	margin-top:7px;
	text-transform:uppercase;
	color:#000;
}