body {
  background: #e9e9e9;
  color: #666666;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 120px;
}
#footer{
    position: fixed;
    bottom: 0;
    height: 90px;
    width: 100%;
    background-color: #333;
    color: #666;
    border-top: 1px solid #FFF;
    text-align: center;
    padding-top: 30px;
}
#footer > span{
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.9);
    color: #777;
    font-size: 0.94em;
}
#footer .stars a{
    font-weight: normal;
    color: #555;
    
}
.ex{
    color: #ea5b0c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.86em;
}
@media screen and (max-height: 590px) {
    #footer{
        display: none;
    }body{
       margin-bottom: 0; 
    }
}


/* Pen Title */
.top-title {
  margin: 1px 0 50px;
  background-color: #ea5b0c;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4) inset;
  text-align: center;
  letter-spacing: 2px;
   border-top: 3px solid #FFF;
   border-bottom: 4px solid #FFF;
}
.top-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}
.top-title span {
  font-size: 12px;
}
.top-title span .fa {
  color: #ea5b0c;
}
.top-title span a {
  color: #ea5b0c;
  font-weight: 600;
  text-decoration: none;
}

/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 420px;
  width: max-content;
  border-top: 5px solid #ea5b0c;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #ea5b0c;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.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: none;
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #ea5b0c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.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-module input:focus {
  border: 1px solid #ea5b0c;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #ea5b0c;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 15px;
}
.form-module button:hover {
  background: #ee4611;
}
.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 13px;
  text-align: right;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}

p.message{
    text-align: justify;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}p.message a{
    text-decoration: none;
    border-bottom: 1px dotted #333; 
}




.input {
  position: relative;
  width: 100%;
  margin: 15px auto;
}
.input span {
  position: absolute;
  display: block;
  color: #d4d4d4;
  left: 10px;
  top: 8px;
  font-size: 20px;
}
.input input {
   /* border: 1px solid #ededed;
    border-radius: 4px;*/
    color: #a1a1a1;
    display: block;
    padding: 10px 5px 10px 40px;
    transition: all 0.2s ease-out 0s;
    width: 100%;
}
.input input:focus {
  padding: 10px 5px 10px 10px;
  outline: 0;
  border-color: #FF7052;
}



input:required:invalid, input:focus:invalid {
  /* insert your own styles for invalid form input */
}


.label{
     border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
form .label{
    font-weight: normal;
    font-size: 95%;
    margin-top: 3px;
    display: block;
    text-align: center;
}
.label-success {
    background-color: #5cb85c;
}.label-warning {
    background-color: #f0ad4e;
}.label-info {
    background-color: #5bc0de;
}.label-danger {
    background-color: #d9534f;
}.label-default {
    background-color: #777;
}