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 {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 3000;
}

.pen-title h3{
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 30;
}

.pen-title span {
  font-size: 50px;
}
.pen-title span .fa {
  color: #9ACD32;
}
.pen-title span a {
  color: #9ACD32;
  font-weight: 600;
  text-decoration: none;
}


/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  border-top: 5px solid #9ACD32;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #9ACD32;
  width: 75px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

.form-module .toggle:hover {
  background: #178ab4;
}

.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -85px;
  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: 9px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  text-align: center;
  margin: 0 0 20px;
  color: #9ACD32;
  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 #9ACD32;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #9ACD32;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #178ab4;
}


/*classe direitos*/
.CopyRight{
   padding: 100px 0;
  text-align: center;
  letter-spacing: 1px;
}

.CopyRight h4{
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 30;
}
/*letras do login*/
.logout {
  padding: 10px 0;
  text-align: right;
  letter-spacing: 1px;
}
.logout h5{
  margin: 0 0 40px;
  font-size: 15px;
  font-weight: 50;
}
/*Botao de sair*/
.signup_btn{
  cursor: pointer;
  background: #9ACD32;
  width: 3%;
  border: 0;
  padding: 5px 5px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.signup_btn:hover {
  background: #178ab4;
}


@media screen and (max-width: 768px){
  h1{
    font-size: 250%;
  }
  h3{
    font-size: 250%;
  }
  .voltar_btn{
    width: 100%;
    height: 100%;
  }
  .Sair_btn{
    width: 100%;
    height: 100%;
  }
  .submeter_btn{
    width: 100%;
    height: 100%;
  }
  h5{
    text-align: center;
    font-size: 10%;
  }
  .form-module{
    
  }
}