html,
body {
  width: 100%;
  height: 100%;
}


/*Bootstrap-overlay*/

body {
  overflow-x: hidden;
  margin-top: -10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #666;
}

a {
  color: #666;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #28b779;
}

.dropdown-menu .divider {
  margin: 4px 0px;
}

.dropdown-menu {
  min-width: 180px;
}

.dropdown-menu>li>a {
  padding: 3px 10px;
  color: #666;
  font-size: 12px;
}

.dropdown-menu>li>a i {
  padding-right: 3px;
}

.userphoto img {
  width: 19px;
  height: 19px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.label,
.dropdown-menu,
.btn,
.well,
.progress,
.table-bordered,
.btn-group>.btn:first-child,
.btn-group>.btn:last-child,
.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle,
.alert {
  border-radius: 0px;
}

.btn,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  box-shadow: none;
}

.progress,
.progress-success .bar,
.progress .bar-success,
.progress-warning .bar,
.progress .bar-warning,
.progress-danger .bar,
.progress .bar-danger,
.progress-info .bar,
.progress .bar-info,
.btn,
.btn-primary {
  background-image: none;
}

.accordion-heading h5 {
  width: 70%;
}

.form-horizontal .form-actions {
  padding-left: 20px;
}

#footer {
  padding: 10px;
  text-align: center;
}

hr {
  border-top-color: #dadada;
}

.carousel {
  margin-bottom: 0px;
}

.fl {
  float: left
}

.fr {
  float: right
}

.label-important,
.badge-important {
  background: #f74d4d;
}


/*Metro Background color class*/

.bg_lb {
  background: #27a9e3;
}

.bg_db {
  background: #2295c9;
}

.bg_lg {
  background: #28b779;
}

.bg_dg {
  background: #28b779;
}

.bg_ly {
  background: #ffb848;
}

.bg_dy {
  background: #da9628;
}

.bg_ls {
  background: #2255a4;
}

.bg_lo {
  background: #da542e;
}

.bg_lr {
  background: #f74d4d;
}

.bg_lv {
  background: #603bbc;
}

.bg_lh {
  background: #b6b3b3;
}

body.sj8 {
  /* background-color: #2E363F; */
  padding: 0;
  margin-top: 10%;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  position: absolute;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center 0;
}

body.wsnsj {
  /* background-color: #2E363F; */
  padding: 0;
  margin-top: 10%;
  background-image: url('../admin_files/wsnsj.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  position: absolute;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center 0;
}

#logo {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#logo img {
  margin: 0 auto;
  display: block;
}

#loginbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 500px;
  width: 500px;
  margin: auto;
}

#loginbox form {
  /* width:600px;
  background: rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  border-radius: 8px; */
  flex: 1;
}

#loginbox .form-actions {
  padding: 14px 20px 15px;
}

#loginbox .form-actions .pull-left {
  margin-top: 0px;
}

#loginbox form#loginform {
  z-index: 200;
  display: block;
}

#loginbox form#recoverform {
  z-index: 100;
  display: none;
}

#loginbox form#recoverform .form-actions {
  margin-top: 10px;
}

#loginbox .main_input_box {
  margin: 0 auto;
  font-size: 13px;
  display: flex;
  align-items: center;
}

#loginbox .main_input_box .add-on {
  padding: 0 10px;
  *line-height: 31px;
  color: #fff;
  display: inline-block;
}

#loginbox .main_input_box input {
  height: 46px;
  border-radius: 4px;
  background-color: rgb(247, 247, 247);
  border: none;
  display: inline-block;
  width: 100%;
  line-height: 28px;
}

#loginbox .controls {
  padding: 12px 0;
  /* border-bottom: 1px solid #eee; */
}

#loginbox .control-group {
  padding: 0 40px;
  margin-bottom: 0px;
}

.form-vertical,
.form-actions {
  margin-bottom: 0;
  background: none;
  /* border-top: 1px solid #fff; */
}

#loginbox .normal_text {
  padding: 15px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

@media (max-width:800px) {
  #logo {
    width: 60%;
  }
  #loginbox {
    /* width: 80% */
  }
  .loginImg {
    display: none;
  }
}

@media (max-width: 480px) {
  #logo {
    width: 40%;
  }
  #loginbox {
    width: 320px;
  }
  #loginbox .control-group {
    padding: 0 15px;
    margin-bottom: 0px;
  }
  .logininputBox #loginform {
    width: 320px !important;
  }
  #loginForm .form-actions {
    padding: 20px 15px !important;
  }
}


/* login */

.loginTitle {
  color: #fff;
  letter-spacing: 2px;
  margin: 30px;
}

.loginBtn {
  background-color: #6265e8;
  width: 100%;
  padding: 13px 0;
  border-radius: 4px;
  color: #fff;
  border: none;
  margin-top: 10px;
}

.loginBtn:hover,
.loginBtn:focus {
  color: #fff;
  background-color: #6265e8;
}

.loginPage {
  height: 100%;
}

.loginhead {
  color: #2e2e2e;
  text-align: center;
  font-size: 24px;
  padding: 30px;
  display: block;
}

.loginBox {
  flex: 1;
}

#loginForm .form-actions {
  padding: 0 40px 30px;
  border: none !important;
  margin-top: 0;
  margin-bottom: 20px;
}

.loginImg {
  height: 100%;
  /* flex: 1; */
  text-align: right;
}

.loginImg img {
  height: 100%;
}

.logininputBox {
  /* flex: 1; */
}

.logininputBox #loginform {
  background-color: #fff;
  box-shadow: 0 0px 8px rgba(70, 87, 84, 0.3);
  border-radius: 6px;
  width: 500px;
  /* height: 375px; */
}

#captchaImg {
  height: 46px;
  margin-bottom: 0px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.loginLogo {
  height: 30px;
}

.loginTitle span {
  vertical-align: middle;
}

.loginMsg {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 24px;
}