/* Add here all your CSS customizations */
.text-mankyz{
    color:rgb(20, 62, 110) !important;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
   margin:4px 0px 0px -13px !important;


}

label.form-check-label{
    margin-left:20px;
}