.auth-panel {
	background: #f4f6f9;
	min-height: 100vh;
}
.login-brand {
  margin: 20px 0;
  margin-bottom: 40px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #666;
  text-align: center;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

img {
  vertical-align: middle;
  border-style: none;
}

.lang-menu {
    float: right;
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    padding:20px;
    z-index:2;
}

.lang-menu.language-logged {
    top: 62px!important;
    right: 14px !important;
}

.lang-menu .selected-lang {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    cursor: pointer;
}
.lang-menu .current-language-flag {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.lang-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: 55px;
    right: 0px;
    width: 120px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}


.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.lang-menu ul li a {
    text-decoration: none;
    width: 125px;
    padding: 5px 10px;
    display: block;
}

.lang-menu ul li:hover {
    background-color: #f2f2f2;
}

.lang-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.pl:before {
    background-image: url("/img/flags/pl.png");
}

.en:before {
    background-image: url("/img/flags/en.png");
}
.cz:before {
    background-image: url("/img/flags/cz.png");
}

.lang-menu:hover ul {
    display: block;
}


.card.card-primary {
  border-top: 2px solid #f5d97c;
}

.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 3px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

.spinnerWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  z-index: 1;
}

.spinnerWrapper .spinner-border {
  margin-top: 150px;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  margin: -1px;
}

.card .card-header {
  border-bottom-color: #f9f9f9;
  line-height: 30px;
  background-color: transparent;
  align-self: center;
  width: 100%;
  min-height: 70px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.card .card-header h4 {
  font-size: 20px;
  border-bottom: 1px solid #dddddd;
  padding-top: 6px;
  padding-bottom: 14px;
  width: 100%;
  line-height: 28px;
  color: #000;
  padding-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
}

.card .card-body {
  padding-top: 0;
}
.card .card-body {
  padding-bottom: 20px;
}
.card .card-header, .card .card-body, .card .card-footer {
  background-color: transparent;
  padding: 20px 25px;
  padding-bottom: 0px;
}
.form-group {
  margin-bottom: 25px;
}
.form-group > label {
  font-size: 13px;
  color: #495057;
  font-weight: 600;
  letter-spacing: .5px;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 14px;
  padding: 10px 15px;
  height: 42px;
}

.form-control {
  display: block;
  width: 100%; 
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control {
  color: #000 !important;
}
.form-control, .input-group-text, .custom-select, .custom-file-label {
  background-color: #fdfdff;
  border-color: #ddd;
}
.form-control:focus {
  background-color: #fefeff;
  border-color: #666!important;
}

.btn.btn-lg {
  padding: .55rem 1.5rem;
  font-size: 12px;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.btn-primary, .btn-primary.disabled {
  box-shadow: 0 2px 6px #f5d97c;
  background-color: #fdc300;
  border-color: #fdc300;
}
.btn {
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .5px;
}
.btn-primary:active, .btn-primary:hover, .btn-primary.disabled:active, .btn-primary.disabled:hover {
  background-color: #eeb400 !important;
}
.btn:not(.btn-social):not(.btn-social-icon):active, .btn:not(.btn-social):not(.btn-social-icon):focus, .btn:not(.btn-social):not(.btn-social-icon):hover {
  border-color: transparent !important;
  background-color: white;
}
.btn-primary:focus, .btn-primary.disabled:focus {
  background-color: #eeb400 !important;
}
#app {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
.simple-footer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #495057;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.visibility {
	visibility: inherit!important;
}