input[type='radio']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #FF6600;
    transition: 0.2s all linear;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
input:checked{
    border: 6px solid #FF6600;
}
.title{
	line-height: 2;
}
hr{
	margin-bottom: 2rem;
}
form .btn{
	margin-top: 2rem;
}