@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
.new_template_main {
}

.new_template_main body {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.42857;
  background: #efefef;
  height: 350px;
  padding: 0;
  margin: 0;
}

.new_template_main .container-login {
  min-height: 0;
  width: 100%;
  color: #333333;
  margin-top: 40px;
  padding: 0;
}

.new_template_main .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.new_template_main .container-login > section {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
}

.new_template_main #top-bar {
  display: inherit;
}

.new_template_main .nav-tabs.nav-justified {
  border-bottom: 0 none;
  width: 100%;
}

.new_template_main .nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%;
  float: none;
}

.new_template_main .container-login .nav-tabs.nav-justified > li > a,
.new_template_main .container-login .nav-tabs.nav-justified > li > a:hover,
.new_template_main .container-login .nav-tabs.nav-justified > li > a:focus {
  background: #ea533f;
  border: medium none;
  color: #ffffff;
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 0;
}

.new_template_main .container-login .nav-tabs.nav-justified > .active > a,
.new_template_main .container-login .nav-tabs.nav-justified > .active > a:hover,
.new_template_main .container-login .nav-tabs.nav-justified > .active > a:focus {
  background: #ffffff;
  color: #333333;
}

.new_template_main .container-login .nav-tabs.nav-justified > li > a:hover,
.new_template_main .container-login .nav-tabs.nav-justified > li > a:focus {
  background: #de2f18;
}

.new_template_main .tabs-login {
  background: #ffffff;
  border: medium none;
  margin-top: 20% !important;
  padding: 10px 30px;
  border-radius: 8px;
  -webkit-box-shadow: #dfdfdf 1px 1px;
          box-shadow: #dfdfdf 1px 1px;
}

.new_template_main .container-login h2 {
  color: #101010;
  font-size: 1.9rem;
}

.new_template_main .form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #999999;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #333333;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  border-radius: 4px;
}

.new_template_main .container-login .checkbox {
  margin-top: -15px;
}

.new_template_main .container-login button {
  background-color: #337ab7;
  border-color: #276499;
  color: #ffffff;
  border-radius: 0;
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 16px;
  width: 100%;
  border-radius: 4px;
}

.new_template_main .container-login button:hover,
.new_template_main .container-login button:focus {
  background: #1f5889;
  border-color: #123d62;
}
/*# sourceMappingURL=new-login-custom.css.map */

@media (min-width: 574px) {
  .new_template_main .container-login {
    width: 45rem!important;
  }
}
