body {
  margin: 0;
  padding: 0;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #f4f3f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f3f1), to(#e3e0db)) fixed;
}

a, a:hover, a:visited, a:active {
  font-weight: bold;
  text-decoration: none;
  color: #74C044;
}

.txt-error {
  color: red;
}

.input-box {
  margin-bottom: 20px;
}

.frm-txt {
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px 15px 15px 15px;
  background-color: #FFF;
  border: none;
  border-radius: 3px;
  color: #000;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.frm-txt:focus {
  outline: none;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.frm-txt:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.frm-txt::-webkit-input-placeholder {
  color: #888;
}

.frm-txt:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
}

.frm-txt::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #888;
}

.frm-txt::placeholder {
  /* modern browser */
  color: #888;
}

.frm-txt-error {
  background-color: #fddfdf;
}

.btn-forms, .btn-forms:visited, .btn-forms:active {
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px 15px 15px 15px;
  background-color: #333;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  display: table;
  cursor: pointer;
}

.btn-forms:hover {
  background-color: #212121;
}

.login-box {
  max-width: 375px;
  padding: 0 40px 0 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-height: 640px) {
  .login-box {
    top: 340px;
    padding-bottom: 40px;
  }
}

.login-box .logo {
  text-align: center;
  margin-bottom: 40px;
}

.login-box .logo img {
  height: 100px;
}

@media only screen and (max-height: 640px) {
  .login-box .logo img {
    height: 70px;
  }
}

.login-box .title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}

.login-box .frm-txt {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.login-box .btn-forms {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.login-box .forgot-box {
  text-align: center;
}

.login-box .txt-error {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  font-style: italic;
  float: right;
}

.login-header {
  background-color: #205FAD;
  height: 100px;
  border-bottom: solid 10px #74C044;
}

.login-header img {
  float: right;
  padding: 40px 20px 0 0;
}
/*# sourceMappingURL=apps.css.map */