/* css/login.css */
body {
  margin: 0;
  color: #828282;
  font: 12px/15px 'Open Sans', Arial, Helvetica, sans-serif;
  background: #f1f1f1;
  -webkit-text-size-adjust: 100%;
  min-width: 900px; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #008ebd; }

a:hover {
  text-decoration: underline; }

input,
textarea,
select {
  outline: none;
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

#header {
  overflow: hidden;
  background: #282828;
  min-height: 61px;
  position: relative; }

#header:after,
#header:before,
.headbar:after,
.headbar:before {
  background: url(../images/bar2.png) repeat-x;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  content: ''; }

#header:after,
.headbar:after {
  background: url(../images/bar.png) repeat-x;
  top: auto;
  bottom: 0; }

.logo {
  background: url(../images/logo.png) no-repeat;
  width: 170px;
  height: 33px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  margin: 10px auto; }

.logo a {
  display: block;
  height: 100%; }

#main {
  overflow: auto;
  padding: 15px 10px;
  background: url(../images/bar.png) repeat-x; }

.login-box {
  max-width: 382px;
  margin: 52px auto; }

.login-box:after,
.login-box .frame:after {
  display: block;
  clear: both;
  content: ''; }

.login-box .frame {
  border: 1px solid #c8c8c8;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin: 0 0 15px; }
  .login-box .frame.error {
    background-color: #F1D7D7;
    color: #A95252;
    padding: 15px; }
  .login-box .frame.status {
    background-color: #E6F4F9;
    color: #4D8796;
    padding: 15px; }

.login-box .holder {
  border-bottom: 6px solid #e8e8e8;
  overflow: hidden;
  padding: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.login-box .row {
  overflow: hidden;
  margin: 0 0 15px; }

.login-box label {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 15px;
  color: #353535;
  font-weight: 700; }

.login-box .text {
  border: 1px solid #adadad;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  padding: 9px; }

.login-box .text input {
  width: 100%;
  border: 0;
  background: none;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #9a9a9a;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0; }

.login-box .check {
  float: left; }

.login-box .check checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px; }

.login-box .check label {
  margin: 0;
  vertical-align: middle; }

.login-box .forget {
  float: right;
  font-weight: 600px;
  color: #33abe2;
  margin: 2px 0 0; }

.login-box .btn-submit {
  background: #7eb044;
  width: 100%;
  display: block;
  height: 41px;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #f5f5f5;
  border-bottom: 5px solid #6b9339;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.login-box p {
  text-align: center;
  font-size: 12px;
  color: #707070; }

.login-box p a {
  font-weight: 700;
  color: #707070;
  text-decoration: underline; }

.login-box p a:hover {
  text-decoration: none; }

@media only screen and (max-width: 1000px) {
  body {
    min-width: 320px; } }

@media only screen and (max-width: 767px) {
  #main {
    padding: 10px 5px 5px; }
  .login-box {
    margin: 20px auto; } }

@media only screen and (max-width: 650px) {
  .login-box .holder {
    padding: 15px 10px; } }

/*# sourceMappingURL=login.css.map */


