
#wrapperCaptcha {
    display: flex;
    align-content: center;
    /*justify-content: end;*/
    margin: 1em 0;
}

#canvas {
    background-color: #ffffff;
    border-radius: 0.6em;
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

#reloadCaptcha {
    font-size: 26px;
    width: 2em;
    background-color: #e43f3f;
    border: none;
    border-radius: 0.4em;
    color: #ffffff;
}

.errorValidacion {
    font-size: 1.5em;
	font-weight: bold;
    text-shadow: 2px 2px #000;
}