.altcha {
    border: none !important;
}

.altcha-main {
    border: 1px solid rgba(37, 50, 138, 0.1);
    border-radius: 4px;
    background-color: #F5F7FA;
    margin-bottom: 0.8rem;
}

.altcha-label {
    font-family: "LatoSwa", Arial, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1.8rem;
    color: #25328A;
    margin-left: 1.2rem;
    opacity: 0.6;
}

.altcha-checkbox input[type="checkbox"] {
    width: 24px;
    height: 24px;
}

.altcha-error div, svg {
    font-family: "LatoSwa", Arial, sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: bold;
    color: #EA0505;
    line-height: 1.56rem;
    margin: 0;
    white-space: pre-wrap;
}