.inp_login{
	text-align: center;
	background: transparent;
    border: none;
    color: blueviolet;
    outline: none; /* remove a linha azul ao clicar no input */
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    /*font-weight: bold;*/
    padding: 25px;
}