body, html {
}

.col-form-label.required::after {
    color: #ff6727!important;
    padding-left: 6px;
}

input[type='radio'] {
  -webkit-appearance:none;
  width:20px;
  height:20px;
  border:3px solid #fff;
  border-radius:100%;
  outline:none;
}

input[type='radio']:hover {
  box-shadow:0 0 10px 0px #ff6727 inset;
}

input[type='radio']:before {
  content:'';
  display:block;
  width:80%;
  height:80%;
  margin: 12% 12%;
  border-radius: 50%;    
}

input[type='radio']:checked:before {
  background:#ff6727;
}

.btn-primary {
    color: #fff;
    background-color: #ff6727;
    border-color: #ff6727;
	font-size: 20px;
	font-weight: 700;
}

.btn-primary:hover {
    background: #fff;
    background-color: #fff;
    color: #ff6727;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}