
@font-face {
    font-family: 'oswaldlight';
    src: url('../../css/fonts/oswald-light-webfont.eot');
    src: url('../../css/fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../css/fonts/oswald-light-webfont.woff2') format('woff2'),
         url('../../css/fonts/oswald-light-webfont.woff') format('woff'),
         url('../../css/fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../../css/fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswalddemibold';
    src: url('../../css/fonts/oswald-demibold.eot');
    src: url('../../css/fonts/oswald-demibold.eot?#iefix') format('embedded-opentype'),
         url('../../css/fonts/oswald-demibold.woff2') format('woff2'),
         url('../../css/fonts/oswald-demibold.woff') format('woff'),
         url('../../css/fonts/oswald-demibold.ttf') format('truetype'),
         url('../../css/fonts/oswald-demibold.svg#oswalddemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}



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


/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  border-top: 5px solid #f4cb25;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 70px auto;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #f4cb25;
  width: 0px;
  height: 0px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -95px;
  display: block;
  background: #000;
  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 #000;
}
.form-module .form {
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  font-family: 'oswaldlight', 'RobotoDraft', 'Roboto', sans-serif;
}
.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: 'oswaldlight', 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 15px !important;
}
.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #000;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #f4cb25;
}
.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;
}

.submit {
  text-align: left;
  font-family: 'oswaldlight', 'RobotoDraft', 'Roboto', sans-serif;
}

.submit span {
  color: red;
}

.login-btn {
  font-family: 'oswaldlight', 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 15px !important;
  text-decoration: none;
  margin-top: 10px;
  text-align:center;
  background: #000;
  width: 100%;
  border: 0;
  padding: 10px 0px 10px 0px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display:block;
  
  
  
}

.login-btn:hover {
  background: #f3ca25;
  text-decoration: none;
}

.report {
  margin-top: 20px;
}
