.btn {
  border-radius: 40px;
  padding: 5px 15px;
}
.btn span {
  margin-left: 5px;
}
/* nadpisanie bootstrapa */
.btn-xs {
  padding: 3px 10px;
  font-size: 0.8em;
}
.btn-primary {
  color: #fff !important;
  background: linear-gradient(90deg, #f8410e, #f28511);
  border-color: #f8410e;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.btn-primary:hover {
  color: #fff;
  background: linear-gradient(90deg, #f28511, #f8410e);
  border-color: #f8410e;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 130, 17, 0.3);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #f38111;
  border-color: #f38111;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f38111;
  border-color: #f38111;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 130, 17, 0.3);
}
.btn-secondary {
  color: #fff;
  background: linear-gradient(0deg, #433d80, #5e698f);
  border-color: #433d80;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.btn-secondary:hover {
  color: #fff;
  background: linear-gradient(0deg, #5e698f, #433d80);
  border-color: #433d80;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 78, 133, 0.3);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #f38111;
  border-color: #f38111;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4d4e85;
  border-color: #4d4e85;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 78, 133, 0.3);
}
.btn-info {
  color: #fff;
  background: linear-gradient(0deg, #20a2c2, #40bcdb);
  border-color: #40bcdb;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.btn-info:hover {
  color: #fff;
  background: linear-gradient(0deg, #40bcdb, #20a2c2);
  border-color: #40bcdb;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 228, 53, 0.3);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #20a2c2;
  border-color: #20a2c2;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #20a2c2;
  border-color: #20a2c2;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 228, 53, 0.3);
}
.dropdown-item.active,
.dropdown-item:active {
  background: #1d243d;
}
.btn-default {
  color: #fff;
  background: linear-gradient(0deg, #fafafa, #eee);
  border-color: #ddd;
  color: #666;
  font-weight: 600;
}
.btn-default:hover {
  color: #fff;
  background: linear-gradient(0deg, #eee, #fafafa);
  border-color: #ddd;
  color: #666;
}
.btn-default:focus,
.btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.btn-default.disabled,
.btn-default:disabled {
  color: #fff;
  background-color: #eee;
  border-color: #eee;
}
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #eee;
  border-color: #eee;
}
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.table-striped thead tr th {
  background: #fff;
  color: #aaa;
  line-height: 1.1;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
.panel {
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.panel-header {
  background-color: #fcfcfc;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.panel-header .panel-header-title {
  font-size: 1.5em;
  font-weight: 600;
}
.panel-body {
  background-color: #fff;
  padding: 20px;
}
.breadcrumbs {
  background: #fafafa;
}
.breadcrumbs .breadcrumb {
  background: transparent;
  color: #e72020;
  margin-bottom: 0;
}
.breadcrumbs .breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb .breadcrumb-item.active {
  color: #999;
}
.datepicker th {
  font-size: 12px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  font-size: 12px;
}
.input-group > .custom-file {
  overflow: hidden;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-size: 14px;
  font-weight: 400;
  background: linear-gradient(0deg, #fff 40%, #ddd);
  color: #333;
  height: 100%;
  width: 100%;
}
input {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
.btn-default {
  border: 1px solid #aaa;
  background: #fafafa;
  color: #666;
  font-weight: 400;
}
.btn-default:hover {
  background: linear-gradient(0deg, #fafafa, #eee);
}
.sHead1 {
  font-size: 30px;
  margin-bottom: 15px;
}
.authSection {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.formItem {
  margin-bottom: 20px;
}
.authPanel {
  border: 1px solid #ddd;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: linear-gradient(0deg, #fafafa, #fff);
  padding: 20px;
}
/*# sourceMappingURL=auth.css.map */