/* colors */


form {
	width:50%;
	margin:0 auto;
	top: 50%;
	left: 50%;
	box-shadow: 0px 0px 10px #d9d9d9;
	display: block;
	width: 100%;
	max-width: 400px;
	background-color: #ffffff;
	margin: 0;
	padding: 2.25em;
	box-sizing: border-box;
	border-radius: .5em;
	  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
}
form .svgContainer {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 1em;
  border-radius: 50%;
  background: none;
  border: 0;
  overflow: hidden;
  pointer-events: none;
}
form .svgContainer div {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
form .svgContainer .mySVG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

