.input{
    border: none;
    background: none;
    font-size: 2vh;
	color: #00C5AC;
	font-family: Wallie-Chunky;
}
.input:focus{
    outline: none;
}

.button{
	opacity:0;
}