

.check {
    position: absolute;
  left: calc(50% - 88px);
    bottom: 5%; }


button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0; }

button, input {
    line-height: normal; }

button, select {
    text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled], html input[disabled] {
    cursor: default; }

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0; }


button {
  z-index:10;
    background: #ed7000;
    color: #001A73;
    padding: 1.2rem 24px;
    text-transform: #ffffff;
    font-family:var(--font-family-normal);
    text-transform: lowercase;
    border: 0;
    position: relative;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0.4rem !important;
    border-radius: 0.4rem !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
    -webkit-transition: background .2s, opacity .2;
    -o-transition: background .2s, opacity .2;
    transition: background .2s, opacity .2; }
button:hover {
    opacity: .3; }
button.large {
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding: 1.2rem 48px; }
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:ilearn-check-button] [166.942] DESIGN*/
/*******************************************************************/
/* 0.7 D>D */
/* db 177 */