.insert{
	padding: 20px;
}
.insert .inner{
	width: 100%;
	box-shadow: 0 0px 10px rgb(0,0,0,0.2);
	border-radius: 10px;
	margin-top: 20px;
	background: #fff;
	padding: 20px
}
h1{
	font-size: 30px;
}
#privacy, .privacy{
	width: auto;
	display: inline-block
}
label{
	width: 100%
}
h2{
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px
}
.form input, .inner select{
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 5px;
	padding-left: 10px;
	display: block
}
.form textarea{
	max-width: none;
	width: 100%
}
.insert{
	max-width: 800px;
	margin: 0 auto
}
.required{
	background: #fd9696;
    color: #212121;
    line-height: 23px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}
.save{
	background: #d24956;
    color: #fff;
    border: 0;
    padding: 8px 30px;
    font-weight: 700;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 1px 10px rgb(214 48 48);
}
.icon{
	max-width: 20px;
	margin-right: 5px;
}