.form-header {
	color: #06176F;
	padding: 5px;
	text-align: center;
	font-size: 100px;
}
.form-warnning {
	color: #5D5B67;
	padding: 5px;
	text-align: center;
	/* font-size: 30px; */
}
.formButton {
	width: 100%;
}
.form-header svg {
	fill: rgb(180, 136, 41);
	position: relative;
	top: 5px;
}
.content-form {
	width: 35%;
	padding: 10px;
	margin: 30px auto;
}
.content-form p {
	margin-bottom: 10px;
}
input[type=radio], input[type=checkbox] {
	margin: 0;
	line-height: normal;
	position: relative;
	top: 2px;
	/* left: 10px; */
}


@media (max-width:767px) {
.content-form {
	width: auto;

}
}

.content-load-model {
    margin-top: 5px;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
}

.footer {
    bottom: 0;
    padding: 10px;
    color: #56544C;
    font-weight: bold;
    background-color: rgba(65, 88, 135, 0.23);
    margin-top: 10px;
    position: absolute;
    width: 100%;
}
.load-model {
    border: none;
    padding: 3px;
    border-radius: 20px;
}