
.panel-login .panel, .panel-login .panel * {
	box-sizing:border-box;
}
.panel-login .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-login .panel-body {
  padding: 15px;
}
.panel-login .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-login .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-login .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-login .panel-title > a,
.panel-login .panel-title > small,
.panel-login .panel-title > .small,
.panel-login .panel-title > small > a,
.panel-login .panel-title > .small > a {
  color: inherit;
}
.panel-login .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-login .panel > .list-group,
.panel-login .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel-login .panel > .list-group .list-group-item,
.panel-login .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel-login .panel > .list-group:first-child .list-group-item:first-child,
.panel-login .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-login .panel > .list-group:last-child .list-group-item:last-child,
.panel-login .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-login .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-login .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel-login .list-group + .panel-footer {
  border-top-width: 0;
}
.panel-login .panel > .table,
.panel-login .panel > .table-responsive > .table,
.panel-login .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel-login .panel > .table caption,
.panel-login .panel > .table-responsive > .table caption,
.panel-login .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel-login .panel > .table:first-child,
.panel-login .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-login .panel > .table:first-child > thead:first-child > tr:first-child,
.panel-login .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel-login .panel > .table:first-child > tbody:first-child > tr:first-child,
.panel-login .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-login .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel-login .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel-login .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel-login .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel-login .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel-login .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel-login .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel-login .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel-login .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel-login .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel-login .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel-login .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel-login .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel-login .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel-login .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel-login .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel-login .panel > .table:last-child,
.panel-login .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-login .panel > .table:last-child > tbody:last-child > tr:last-child,
.panel-login .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel-login .panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel-login .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-login .panel-default {
  border-color: #ddd;
}
.panel-login .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-login .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-login .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-login .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}








.panel-login .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.panel-login .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.panel-login .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.panel-login .form-control:-ms-input-placeholder {
  color: #999;
}
.panel-login .form-control::-webkit-input-placeholder {
  color: #999;
}
.panel-login .form-control[disabled],
.panel-login .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.panel-login .form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}


.panel-login .form-group {
  margin-bottom: 15px;
}

.panel-login .col-sm-12 {
	margin:0 5%;
}

.panel-login .pull-right {
  float: right !important;
}



.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.panel-login {
	max-width:480px;
  margin:0 auto;
}





.btn-primary-login {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-primary-login:focus,
.btn-primary-login:active:focus,
.btn-primary-login.active:focus,
.btn-primary-login.focus,
.btn-primary-login:active.focus,
.btn-primary-login.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-primary-login:hover,
.btn-primary-login:focus,
.btn-primary-login.focus {
  color: #333;
  text-decoration: none;
}
.btn-primary-login:active,
.btn-primary-login.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-primary-login.disabled,
.btn-primary-login[disabled],
fieldset[disabled] .btn-primary-login {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-primary-login {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary-login:focus,
.btn-primary-login.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary-login:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary-login:active,
.btn-primary-login.active,
.open > .dropdown-toggle.btn-primary-login {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary-login:active:hover,
.btn-primary-login.active:hover,
.open > .dropdown-toggle.btn-primary-login:hover,
.btn-primary-login:active:focus,
.btn-primary-login.active:focus,
.open > .dropdown-toggle.btn-primary-login:focus,
.btn-primary-login:active.focus,
.btn-primary-login.active.focus,
.open > .dropdown-toggle.btn-primary-login.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary-login:active,
.btn-primary-login.active,
.open > .dropdown-toggle.btn-primary-login {
  background-image: none;
}
.btn-primary-login.disabled,
.btn-primary-login[disabled],
fieldset[disabled] .btn-primary-login,
.btn-primary-login.disabled:hover,
.btn-primary-login[disabled]:hover,
fieldset[disabled] .btn-primary-login:hover,
.btn-primary-login.disabled:focus,
.btn-primary-login[disabled]:focus,
fieldset[disabled] .btn-primary-login:focus,
.btn-primary-login.disabled.focus,
.btn-primary-login[disabled].focus,
fieldset[disabled] .btn-primary-login.focus,
.btn-primary-login.disabled:active,
.btn-primary-login[disabled]:active,
fieldset[disabled] .btn-primary-login:active,
.btn-primary-login.disabled.active,
.btn-primary-login[disabled].active,
fieldset[disabled] .btn-primary-login.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary-login {
  color: #ffffff;
  background-color: #000000;
  background-color: #000000;
  background-image: -ms-linear-gradient(top, #141414, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#141414), to(#000000));
  background-image: -webkit-linear-gradient(top, #141414, #000000);
  background-image: -o-linear-gradient(top, #141414, #000000);
  background-image: -moz-linear-gradient(top, #141414, #000000);
  background-image: linear-gradient(top, #141414, #000000);
  border-color: #000000 #000000 #000000;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#141414', endColorstr='#000000', GradientType=0);
	
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  
}
.btn-primary-login:hover,
.btn-primary-login:active,
.btn-primary-login.active,
.btn-primary-login.disabled,
.btn-primary-login[disabled] {
  color: #ffffff;
  background-color: #000000;
  *background-color: #000000;
  border-color: #000000;
	
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  
}
.btn-primary-login:active,
.btn-primary-login.active,
.btn-primary-login:active:hover,
.btn-primary-login.active:hover,
.btn-primary-login:active:focus,
.btn-primary-login.active:focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
	
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  
}
.btn-primary-login:focus,
.btn-primary-login.focus {
  color: #ffffff;
}
  