.custom-form label,.custom-form .custom-checkbox input[type=checkbox]:not(.radio-circle):checked+label, .custom-form .custom-checkbox input[type=radio]:not(.radio-circle):checked+label {
    user-select: none;
    color: rgba(255, 255, 255, 0.75);font-weight: normal;
}
.custom-form .custom-checkbox input[type=checkbox]:not(.radio-circle)+label:before, .custom-form .custom-checkbox input[type=radio]:not(.radio-circle)+label:before{
    border-color: rgba(255, 255, 255, 0.75);
}
.custom-form .custom-checkbox input[type=checkbox]:not(.radio-circle):checked+label:before, .custom-form .custom-checkbox input[type=radio]:not(.radio-circle):checked+label:before{
    border-right-color: rgba(255, 255, 255, 0.75);
    border-bottom-color: rgba(255, 255, 255, 0.75);
}
.outer-page-wrapper{
  color: rgba(255,255,255,0.7);
}
.log-reg-box-inner {
    max-width: 365px !important;
}