.fl-module-quiz a.card_submit {
    margin: 12px 0px;
    width: 100%;
    font-weight: 800;
    padding: 15px 0px;
    border-radius: 8px;
    font-size: 1.1rem;
    transition: 0.3s;
    position: relative;
    background: linear-gradient(135deg, rgb(40, 167, 69), rgb(30, 126, 52));
    color: white;
    border: 2px solid white;
    outline: rgb(40, 167, 69) solid 2px;
    box-shadow: rgba(40, 167, 69, 0.4) 0px 5px 15px;
    transform: translateY(0px);
    filter: brightness(1);
	display: block;
	margin-bottom: 15px;
}