/*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: 50px 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: absolute;
  background: #b2bac2;
  max-width: 297px;
  width: 100%;
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  border-left: 1px solid #bdb0af;
  border-bottom:1px solid #dad3d3;
}
.form-module .toggle_log {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #33b5e5;
  width: 30px;
  height: 30px;
  margin: -1px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  font-weight:800;
}
/*@media screen and (min-width: 800px) {*/
.form-module .toggle_log .tooltip {
  position: absolute;
  top: 5px;
  left: -164px;
  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_log .pencil{
	background-image: url('../images/FgtPwd.png');
	background-size: 20px 20px;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
}

.form-module .toggle_log .tooltip:before {
	content: "";
	
	  position: absolute;
	  top: 5px;
	  right: -5px;
	  display: block;
	  border-top: 5px solid transparent;
	  border-bottom: 5px solid transparent;
	  border-left: 5px solid rgba(0, 0, 0, 0.6);
	  
}
/*}*/
/*@media screen and (max-width: 480px) {
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  left: -158px;
  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 .pencil{
	background-image: url('../images/FgtPwd.png');
	background-size: 20px 20px;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
}

.form-module .toggle .tooltip:before {
	content: '';
	
	  position: absolute;
	  top: 5px;
	  right: -5px;
	  display: block;
	  border-top: 5px solid transparent;
	  border-bottom: 5px solid transparent;
	  border-left: 5px solid rgba(0, 0, 0, 0.6);
	  
}
}*/
.form-module .form {
  display: none;
  padding: 32px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #0680f8;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align:left !important;
}
.form-module input {
  
  outline: none;
  display: block;
  width: 100% !important;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 20px 10px 30px;
  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;
}
#user_name,#idcode
{
	background: #f1f1f1 url(../images/login-sprite.png) no-repeat;
    background-position: 5px -7px !important;
}

#user_pass
{
	background: #f1f1f1 url(../images/login-sprite.png) no-repeat;
    background-position: 5px -57px !important;
}
#dateofbirth{
	background: #f1f1f1 url(../images/dob_image.png) no-repeat;
	 background-position: 5px 1px !important;
}
#email_id{
	background: #f1f1f1 url(../images/dob_image.png) no-repeat;
	 background-position: 5px 1px !important;
}
.form-module submit {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module submit: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;
}

.mh-widget-title {
    font-size: 16px;
    font-size: 1rem;
	font-weight:600;
   
	padding-top:3px;
    
}
