.new-redirect label {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.new-redirect label input {
  width: 100%;
  height: 40px;
  margin: 5px 0;
}
.new-redirect label .custom-error {
  font-size: 12px;
  color: red;
  margin-left: 2px;
}
.new-redirect label input[type=checkbox] {
  height: 20px;
  width: 20px;
}

.redirect-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
}
.redirect-wrapper input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.redirect-wrapper input[type=checkbox] {
  height: 20px;
  width: 20px;
}