/* Generated by less 1.7.0 */
html {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #633974    
}
.content-container{
	max-width: 950px;
	margin-left:auto;
	margin-right: auto;
	background-color: #ffffff;
	
}
p {
	width:85%; 
	padding-left:5%;
	color: #424949;
}
.title-text {
	margin:-60px 0 0 18%;
	font-size:36px;
	font-weight: 600%;
	color: #424949 
	
}
.logo2 {
  width: 100px;
  position: relative;
  margin-left: 5%;
  top: 20px;
  
}
.logo2 img {
  max-width: 100%;
}



.left {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  background-color: #351358;
  text-align: right;
  color: white;
}
.left .contents {
  padding: 170px 70px 30px 0px;
}
.right {
  position: relative;
  display: inline-block;
  width: 50%;
  color: #333;
}
.right .contents {
  padding: 170px 0px 30px 70px;
}
.logo {
  width: 140px;
  position: absolute;
  right: -70px;
  top: 20px;
}


.logo img {
  max-width: 100%;
}
.contents {
  max-width: 400px;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
.contents hr {
  border: 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
ol {
  padding-left: 5%;
}
h1,
h2,
h3 

h2 {
  font-weight: normal;
  margin-left:5%;
  color:#424949;
}
h2 small {
  font-size: 60%;
}
h3 {
  text-align: left;
  margin-left:5%;
  color: #424949;
}
.spacer {
  height: 20px;
}
.buy {
  width: 280px;
  display: block;
  text-align: center;
  background: none;
  border: 2px solid black;
  border-radius: 100px;
  color: black;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  padding: 0px 10px;
  margin-left: 10%;
  text-decoration: none;
}
input[type=text] {
  border-radius: 5px;
  border: 1px solid #999;
  padding: 5px 7px;
  box-sizing: border-box;
  width: 100%;
}
.form {
  margin-bottom: 20px;
}
.form label {
  width: 120px;
  display: inline-block;
}
.form div {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.form small {
  display: block;
  font-size: 10px;
}
.button {
  border-radius: 100px;
  width: 20z0px;
  padding: 7px 10px;
  box-sizing: border-box;
  color: black;
  font-size: 14px;
  background-color: #aaaaaa;
  margin: 0;
}
