body {
      background-image: url("../images/collage-bg.jpg");
    /* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat:repeat-y;
    background-size: cover;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Pen Title */
.pen-title {
  padding: 60px 0;
  text-align: center;
  letter-spacing: 2px;
}

.pen-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}

.pen-title span {
  font-size: 12px;
}

.pen-title span .fa {
  color: #33b5e5;
}

.pen-title span a {
  color: #33b5e5;
  font-weight: 600;
  text-decoration: none;
}

/* Form Module */
.form-module {
  position: relative;
 /*  max-width: 600px; */
  width: 100%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  text-align:center;
  border-radius: 4px;
}

.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #33b5e5;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  display: none;
}

.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}

.form-module .form {
    display: block;
    padding: 20px 50px;
    max-width: 480px;
    margin: 0 auto;
}

.form-module .form:nth-child(2) {
  display: block;
}

.form-module h1 {
    padding: 15px;
    color: #fff;
    font-size: 78px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    margin: 0 0 25px 0;
}

.form-module h2 {
    margin: 0 0 25px 0px;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1px;
    padding: 15px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.form-module input {
    outline: none;
    display: block;
    width:100%;
    border-left: 3px solid #3AB24A;
    margin: 0 auto 60px auto;
    padding: 18px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-wieght: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 22px;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 3px;
	background: rgba(255, 255, 255, 0.85);
	color: #000;
}

.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}

.form-module button {
      cursor: pointer;
    background: #3AB24A;
    width: 50%;
    border-radius: 5px;
    padding: 19px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 21px;
    border: 0;
}

.form-module button:hover {
  background: #3AB24A;
}

.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}

.form-module .cta a {
  color: #333333;
  text-decoration: none;
}

.btm-spn{font-size:50px;color: #fff;text-shadow: 0 1px 2px rgba(0,0,0,0.6);font-weight: 500;letter-spacing: 1px;line-height: 50px;}



@media only screen and (max-width: 360px)  
{
    /* .pen-title{padding:80px 0;} */
	 .form-module h1{font-size:70px;}
	/* .form-module input {width: 100%;} */
}


