body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  background: #e5e5e5;
  margin: 0 auto;
}
.content {
  margin: 6% auto auto auto;
  width: 500px;
}
.content h1 {
  text-align: center;
  color: #00923f;
  font-size: 28px;
}
.login-container {
  width: 360px;
  padding: 10px 30px 20px 30px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 5px 5px 5px #ccc;
}
.login-container h2 {
  color: #3d3d3d;
  font-size: 20px;
  margin-bottom: 20px;
}
.form-control {
  height: auto;
  padding: 7px 15px;
  box-shadow: none;
  border-radius: 0px;
}
.btn {
  margin-bottom: 5px;
  width: 90px;
  height: auto;
  border-radius: 0px;
}
.sbtn {
  background: #333;
  color: #ffffff;
}
.sbtn:hover, .sbtn:focus {
  background: #666;
  color: #ffffff;
}
.login-container label {
  font-size: 11px;
  width: 100%;
  text-align: right;
}
.login-container a {
  color: #428bca;
}
.ptxt {
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-top: 10px;
}
p {
  font-size: 12px;
}
.input-left-icon {
  position: relative;
}
.input-left-icon input {
  padding-left: 33px !important;
  border-left: 2px solid #272262 !important;
}
.input-left-icon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
}
.glyphicon {
  color: #cccccc !important;
}
.btn .glyphicon {
  color: #3d3d3d !important;
  padding-right: 5px;
}
.has-error .input-left-icon .glyphicon {
  color: #f3565d !important;
}
.has-error .form-control {
  border-top-color: #a94442 !important;
  border-bottom-color: #a94442 !important;
  border-right-color: #a94442 !important;
}
.display-none,
.display-hide {
  display: none;
}
.alert {
  border-radius: 0px;
}
.alert span {
  font-size: 12px;
}
.alert .glyphicon {
  color: #636363 !important;
}
/*Mobile CSS*/
@media (max-width: 767px) {
  .content {
    width: 360px;
    margin-top: 25% !important;
  }
  .login-container {
    width: 350px !important;
  }
}
