body {
  background: #e9e9e9;
  color: #666666;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Pen Title */
.pen-title {
  padding: 10px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
/*  margin: 0 0 20px;
*/  font-size: 40px;
  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;
  background: #ffffff;
  max-width: 420px;
  width: 100%;
 /* border-top: 5px solid #022740;*/
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 50px auto 0;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #055f82;
  width: 100%;
  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:60px 40px 20px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin:0 -40px 20px;
  padding:0 40px 8px;
  color: #ffffff;
  background-color:#055f82;
  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 40px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background-color:transparent;
  border:2px solid #055f82;
  width: 100%;
  padding: 10px 10px;
  color: #055f82;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; font-size:18px;
}
.form-module button:hover {
  background: #055f82; color:#ffffff;
}
.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: #055f82; font-size:14px;
  text-decoration: none;
}
.signup_right{ float:right;}

/*.nav-tabs {
    margin-left: -24px;
    margin-right: -15px;
}*/
.nav-tabs > li {
list-style:none; text-align:center; margin-bottom:0;
    width: 50%; float:left; clear:none; background-color: rgba(5,95,130, 0.86);
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    color: #5d5d5d;
}
.nav-tabs > li > a {

    color: #ffffff; font-size:18px; line-height:28px;
    outline: medium none; border:0;
}
.nav-tabs > li.active {
    background-color: #055f82;
    color: #ffffff ;
    pointer-events: none;
}
.nav-tabs > li.active::after {
    border-color: #055f82 transparent transparent;
    border-style: solid;
    border-width: 13px 12.5px 0;
    bottom: -13px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -12.5px;
    position: absolute;
    transition: all 550ms ease-in-out 0s;
    width: 0;
}
.nav > li > a:focus, .nav > li > a:hover{ background-color: rgba(2,39,64, 0.46); border-radius:0px; border:0; line-height:28px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{ background-color: rgba(2,39,64, 0.46);
    color: #ffffff ; border:0; border-radius:0; line-height:28px;}
.tab-content{ padding:40px;}

.form-group{ position:relative;}
.tab-pane span{
    color: #666;
    font-size: 16px;
    line-height: 42px;
    position: absolute;
    text-align: center;
    width: 42px;
}
