.site-content .wppb-user-forms,
.entry-content .wppb-user-forms {
  margin: 60px auto 40px;
  background-color: #fff;
  padding: 55px;
  -webkit-box-shadow: 0 0 37.5px 14px rgb(2 8 53 / 6%);
  box-shadow: 0 0 37.5px 14px rgb(2 8 53 / 6%);
}

.site-content .wppb-user-forms ul,
.entry-content .wppb-user-forms ul {
  max-width: none;
}

.site-content .wppb-form-field label,
.site-content #wppb-login-wrap .login-username label,
.site-content #wppb-login-wrap .login-password label,
.entry-content .wppb-form-field label,
.entry-content #wppb-login-wrap .login-username label,
.entry-content #wppb-login-wrap .login-password label {
  margin-bottom: .5em;
  display: block;
  width: 100%;
}

.site-content .wppb-user-forms input[type="text"],
.site-content .wppb-user-forms input[type="number"],
.site-content .wppb-user-forms input[type="email"],
.site-content .wppb-user-forms input[type="url"],
.site-content .wppb-user-forms input[type="password"],
.site-content .wppb-user-forms input[type="search"],
.site-content .wppb-form-field input[type="text"],
.site-content .wppb-form-field input[type="number"],
.site-content .wppb-form-field input[type="email"],
.site-content .wppb-form-field input[type="url"],
.site-content .wppb-form-field input[type="password"],
.site-content .wppb-form-field input[type="search"],
.site-content .wppb-form-field select,
.site-content .wppb-form-field textarea,
.site-content #wppb-login-wrap .login-username input,
.site-content #wppb-login-wrap .login-password input,
.site-content .wppb-user-forms input[type='text'],
.site-content .wppb-user-forms input[type='email'],
.site-content .wppb-user-forms input[type='password'],
.entry-content .wppb-user-forms input[type="text"],
.entry-content .wppb-user-forms input[type="number"],
.entry-content .wppb-user-forms input[type="email"],
.entry-content .wppb-user-forms input[type="url"],
.entry-content .wppb-user-forms input[type="password"],
.entry-content .wppb-user-forms input[type="search"],
.entry-content .wppb-form-field input[type="text"],
.entry-content .wppb-form-field input[type="number"],
.entry-content .wppb-form-field input[type="email"],
.entry-content .wppb-form-field input[type="url"],
.entry-content .wppb-form-field input[type="password"],
.entry-content .wppb-form-field input[type="search"],
.entry-content .wppb-form-field select,
.entry-content .wppb-form-field textarea,
.entry-content #wppb-login-wrap .login-username input,
.entry-content #wppb-login-wrap .login-password input,
.entry-content .wppb-user-forms input[type='text'],
.entry-content .wppb-user-forms input[type='email'],
.entry-content .wppb-user-forms input[type='password'] {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cfcfe8;
  border-radius: 3px;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  outline: none;
}

.site-content .wppb-user-forms input[type='submit'],
.site-content .wppb-user-forms button[type='submit'],
.entry-content .wppb-user-forms input[type='submit'],
.entry-content .wppb-user-forms button[type='submit'] {
  background-color: #FF1256;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 15px;
  width: 130px;
}

.site-content .wppb-form-field.wppb-default-password button.wppb-toggle-pw,
.site-content .wppb-form-field.wppb-default-repeat-password button.wppb-toggle-pw,
.site-content #wppb-login-wrap .login-password button.wppb-toggle-pw,
.entry-content .wppb-form-field.wppb-default-password button.wppb-toggle-pw,
.entry-content .wppb-form-field.wppb-default-repeat-password button.wppb-toggle-pw,
.entry-content #wppb-login-wrap .login-password button.wppb-toggle-pw {
  top: 36px;
}

.site-content .wppb-user-forms input[type="checkbox"],
.site-content .wppb-user-forms input[type="radio"],
.entry-content .wppb-user-forms input[type="checkbox"],
.entry-content .wppb-user-forms input[type="radio"] {
  width: 18px;
  height: 18px;
  border: 2px solid #b7b7b7;
  border-radius: 3px;
}

.site-content .wppb-user-forms input[type="checkbox"],
.entry-content .wppb-user-forms input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

.site-content .wppb-user-forms input[type="checkbox"]::after,
.entry-content .wppb-user-forms input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 7px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  left: 5px;
  top: 1px;
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
  opacity: 0;
}

.site-content .wppb-user-forms input[type="checkbox"]:checked,
.entry-content .wppb-user-forms input[type="checkbox"]:checked {
  background-color: #275EFE;
  border-color: #275EFE;
}

.site-content .wppb-user-forms input[type="checkbox"]:checked::after,
.entry-content .wppb-user-forms input[type="checkbox"]:checked::after {
  opacity: 1;
  left: 4px;
  top: 1px;
}

.site-content .wppb-user-forms input[type="radio"],
.entry-content .wppb-user-forms input[type="radio"] {
  border-radius: 100%;
}

.wppb-user-forms .wppb-checkbox ul.wppb-checkboxes {
  width: auto;
  padding: 0;
}

.wppb-user-forms .wppb-checkbox ul.wppb-checkboxes li:not(.wppb-hidden) {
  padding: 0;
}

.wppb-user-forms .wppb-checkbox ul.wppb-checkboxes li:not(.wppb-hidden) label {
  display: inline;
}

/** Changing shape of the checkbox tick **/ 
.site-content .wppb-user-forms input[type="checkbox"]::after, .entry-content .wppb-user-forms input[type="checkbox"]::after {
   width: 6px;
	height: 10px;
}

/** Changing position of the text on the register checkboxes **/ 
.wppb-form-field.wppb-checkbox-terms-and-conditions input[type="checkbox"].custom_field_toa {
	top:4px;
}

/** retrofitting position of checkbox on the login form **/ 
.wppb-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([value="agree"]),
.wppb-user-forms select, .wppb-user-forms textarea {
  top:4px;
}

#wppb-login-wrap .login-remember label {
  padding-top: 6px; 
}

.wppb-user-forms .wppb-form-field .wppb-checkboxes label,
.wppb-user-forms .wppb-form-field .wppb-radios label {
  padding-left:10px;
}