input{
	background-color: white;
	padding: 10px;
	outline: none;
	border-radius: 10px;
	border: none;
	border-bottom: 3px transparent solid;
}

input:focus{
	border-bottom: 3px var(--colorAccentuate) solid;
}

button{
	border: none;
	padding: 10px;
	border-radius: 10px !important;
}

.input-error{
	border: 2px red solid;
}

@media (min-width: 1024px) {
	button{
		align-self: center;
	}
}