.btn-create,
.btn-login {
	font-weight: 700;
    margin-top: 8px;
    padding: 8px 10px;
    color: var(--black);
	border: 2px solid var(--green);
    text-decoration: none;
    border-radius: 5px;
	transition: background .2s;
}

.btn-login {
	margin-bottom: 10px;
}

.btn-create:hover {
    background: #94e880;
}

.btn-login:hover {
    background: #94e880;
}