.button-div {
	text-align: center; 
	margin-top: 30px;
	padding-top: 40px;
	border-top: 2px #cc4e0b solid;
}
.is-required {color: #df0404;}

legend {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
        font-size: 1rem;
        font-weight: bold;
    }