body {
  /*background: rgb(0, 31, 53);*/
  background-color: #edf0f5;
  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: 40px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 0px;
  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;
}

.pen-title2 {
  padding: 10px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title2 span {
  font-size: 12px;
}
.pen-title2 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 #1b809e;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.form-module .form {
  display: block;
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: gray;
  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 input:not(:focus) {
  border: 1px solid #d9d9d9;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #2980B9;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #2e8ece;
}
.form-module .cta {
  background-color: #081323;
  width: 100%;
  padding: 5px 5px;
  padding-bottom:30px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}

/*.form-module .cta a {
  color: #333333;
  text-decoration: none;
}*/

.forgotform-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 10px 15px;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.forgotform-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
.forgotform-module button.request {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.forgotform-module button.request:hover {
  background: #178ab4;
}

.adminCases{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  cursor: pointer;
  background: #D35400;
  border: 1px solid #D35400;
  padding: 5px 10px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0px;
}
.adminCases:hover {
  background: #ECF0F1;
  color:black;
  border: 1px solid black;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;  

}
