/* Контейнер для галочки и текста */
#formFormat .checkIn span {
    display: flex !important;
    align-items: center !important;
    font-size: 14px !important;
    color: #555 !important;
    cursor: pointer !important;
    margin-top: 10px !important;
}

/* Сама галочка */
#formFormat .checkIn input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
    cursor: pointer !important;
    accent-color: #00A310 !important; /* Цвет вашей переменной --main-green */
}

/* Блок ссылки Забыли пароль? */
#formFormat .itF.link {
    margin-top: 15px !important;
    text-align: left !important;
}

/* Сама ссылка */
#formFormat .itF.link a {
    color: #00A310 !important; 
    font-size: 13px !important;
    text-decoration: underline !important;
}

#formFormat .itF.link a:hover {
    text-decoration: none !important;
    color: #000 !important;
}