html {
  padding: 0px;
  margin: 0px;
  }
body {
  background: #e9e9e9;
  color: #666666;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px;
}
th {
    font-weight: bold;
    text-align: left;
}
a {
  color:#000000;
}

.progtitle {
	text-decoration:none;
	color:#33b5e5;
	font-weight:bold;
}
.msgbar {
  padding:10px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 40%;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
}
.msgbar_error {
  background-color: #fff0f0;
  border: 2px solid #FF0000;
  color: #FF0000;
}
.msgbar_success {
  background-color: #f0fff0;
  border: 2px solid #00DD00;
  color: #00DD00;
}

#nav {
  background-color: #178ab4;
  height:40px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
}
#nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#nav ul li {
  display: inline;
  background-color: #178ab4;
  line-height: 30px;
}
#nav ul li a {
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;

}
#nav ul li a:hover
{
  color: #fff;
  background-color: #33b5e5;
}
#firnav {
  float: left;
}
#secnav {
  float: right;
}

#home_tbl {
  width: 50%;
  margin: 0 auto;
}
#jfw_div {
  margin: 0 10%;
  padding-bottom: 15%;
  margin-top: 20px;
}


#outer_footer {
  background-color: #178ab4;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height:35px;
  padding: 5px 0px 5px 0px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

/* Pen Title */
.pen-title {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 42px;
  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: 320px;
  width: 100%;
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-bottom: 50px;
}
.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: none;
  padding: 40px;
  padding-bottom: 10px;
}
.login-version {
  text-align:center;
  padding-bottom:10px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  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-weight: 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: #33b5e5;
  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;
}
#jfw_div .contact_tbl {
    width:95%;
}
.downloads_icons {
  float:right;
  font-weight:bold;
  margin:5px;
  width:48px;
}
.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}
#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



@media only screen and (max-width: 525px) {
	#nav {
		padding: 0px;
	}
	#nav ul {
		width:100%;
	}
	#nav ul li {
		width:100%;
		display: block;
		padding-left: 10px;
	}
	#nav ul li a {
		width: 100%;
		display: block;
		padding: 0px;
	}
	#home_div {
		width:100%;
		padding-bottom: 15%;
	}
	#home_tbl {
		width: 100%;
	}
	#jfw_div {
		padding-bottom: 15%;
    	margin: 3px;
	}
	#jfw_div table th {
		width:100%;
		display: block;
	}
	#jfw_div table tr {
    margin-top: 20px;
    display: block;
	}
	#jfw_div table td {
		width:100%;
		display: block;
	}
  	.downloads_icons {
    	float: initial !important;
    	margin: 5px auto !important;
  	}
}
