.inp_login{
	text-align: center;
	background: transparent;
    border: none;
    color: antiquewhite;
    outline: none; /* remove a linha azul ao clicar no input */
    font-family: Gotham-Bold;
    /*font-weight: bold;*/
    padding: 10px;
}

