.agreement{
display: none;
}
input[type=checkbox], input[type=radio] {
    display: inline-block;
    opacity: 1; 
    margin-left: 1px !important;
}


.page-wraper {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 97px;    /* Footer height */
}


footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 97px;            /* Footer height */
}