body {
  background:url(../../Images/knowit-crm.jpg) !important;
  color: #666666;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
      background-size: 885px !important;
    background-position: 0% 55% !important;
}

/* Pen Title */
.pen-title {
	background:#95c8fe;
  	padding: 10px  15px 0px 15px ;
	margin-bottom:80px;
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 300;
  float:right;
  color:#fff;
}
form div {
	position:relative;
}
/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 450px;
  width: 100%;
  border-top: 5px solid #34a6e7;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 10%;
}
.form-module .form {
  display: none;
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #34a6e7;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.form-module select{
	outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  color:#666666;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
/*.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}*/
.form-control-feedback {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-module input:focus {
  border: 1px solid #34a6e7;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #34a6e7;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #178ab4;
}
.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}
.footer{
	position: fixed;
  	background: #ffffff;
  	width: 100%;
  	border-top: 2px solid #34a6e7;
  	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  	text-align:center;
	padding:10px 0px;
	bottom:0px;
	
}
@media (max-width: 768px) {
.form-module {
  margin: 0 auto;
}
}