body {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 0px;
  background-image: url(../../../images/login/body.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100vh; }

#product_version {
  color: white;
  position: absolute;
  width: 100%;
  right: 10px;
  bottom: 10px; }
  #product_version span {
    position: absolute;
    bottom: 0;
    right: 0; }

#mid {
  position: absolute;
  top: 0;
  width: 600px;
  height: 200px;
  z-index: 99; }

#white {
  opacity: 0.7;
  position: absolute;
  top: 45%;
  width: 100%;
  height: 250px;
  background-color: #fff; }

#hotel {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center top; }

#telNumber a {
  color: white;
  text-decoration: none; }
  #telNumber a:hover {
    text-shadow: 0 0 1px white,0 0 1px white, 0.9px 0 0 white; }

.login {
  width: 74px;
  height: 74px;
  cursor: pointer;
  border: none;
  background: url("../../../images/login/btnEnter-yellow.png") no-repeat;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: linear; }
  .login:hover {
    background: url("../../../images/login/btnEnter-pink.png") no-repeat; }
  .login:focus {
    outline: 0; }

#alert {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  width: 550px;
  margin: -60px auto 0px auto;
  /*margin: 138px auto -180px auto;*/
  text-align: center;
  display: none; }

.circle {
  background-color: #485463;
  border-radius: 230px;
  height: 130px;
  width: 130px;
  text-align: center;
  /*clip-path: circle(73px at 72px 72px);*/
  overflow: hidden;
  border: 8px solid #EEF0EF;
  margin: 0px auto; }

.in .circle {
  animation: incircle 0.1s;
  animation-fill-mode: both; }

@keyframes incircle {
  0% {
    margin: 162px auto;
    height: 130px;
    width: 130px;
    /*clip-path: circle(73px at 72px 72px);*/
    border: 5px solid #EEF0EF; }
  100% {
    margin: 0px auto;
    height: 450px;
    width: 450px;
    /*clip-path: circle(235px at 235px 235px);*/
    border: 10px solid #EEF0EF; } }
.circle {
  margin: 162px auto;
  height: 130px;
  width: 130px;
  /*clip-path: circle(73px at 72px 72px);*/
  border: 5px solid #EEF0EF; }

.out .circle {
  animation: outcircle 0.3s;
  animation-fill-mode: both; }

@keyframes outcircle {
  0% {
    margin: 0px auto;
    height: 450px;
    width: 450px;
    /*clip-path: circle(235px at 235px 235px);*/
    border: 10px solid #EEF0EF; }
  100% {
    margin: 162px auto;
    height: 130px;
    width: 130px;
    /*clip-path: circle(73px at 72px 72px);*/
    border: 5px solid #EEF0EF; } }
.parent {
  width: 200px;
  height: 200px;
  margin: 250px auto;
  /*display:none;*/ }

.child {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  width: 200px;
  height: 500px;
  margin-left: 0px;
  /*margin-top:-150px;*/
  margin-top: -50px; }

.in .child {
  animation: inchild 0.1s;
  animation-fill-mode: both; }

@keyframes inchild {
  0% {
    margin-left: 0px;
    width: 200px; }
  100% {
    margin-left: -150px;
    width: 500px; } }
.out .child {
  animation: outchild 0.3s;
  animation-fill-mode: both; }

@keyframes outchild {
  0% {
    margin-left: -150px;
    width: 500px; }
  100% {
    margin-left: 0px;
    width: 200px; } }
.name, .defaultname {
  color: #236eb7;
  /*#ff907e;*/
  /*#485463;*/
  /*#f59b00;*/
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  	/*border-left: 1px dashed #f00;
    border-right: 1px dashed #f00;
    */
  margin: -150px auto 0px auto; }

.in .name {
  color: white;
  font-size: 20px;
  animation: inname 0.1s;
  animation-fill-mode: both; }
.in .defaultname {
  color: white;
  font-size: 20px;
  animation: inname 0.1s;
  animation-fill-mode: both;
  visibility: collapse; }

@keyframes inname {
  0% {
    margin: -150px auto 0px auto; }
  100% {
    margin: -240px auto 0px auto; } }
.out .name {
  animation: outname 0.3s;
  animation-fill-mode: both; }

@keyframes outname {
  0% {
    margin: -240px auto 0px auto; }
  100% {
    margin: -150px auto 0px auto; } }
.stepparent {
  width: 2px;
  height: 2px;
  margin: 0px auto; }

.stepchild {
  /*position:absolute;*/
  width: 300px;
  height: 400px;
  margin-left: -149px; }

.head {
  border-radius: 50%;
  width: 126px;
  height: 126px;
  margin-top: 2px;
  margin-bottom: 200px; }

.in .head {
  animation: inhead 0.1s;
  animation-fill-mode: both; }

@keyframes inhead {
  0% {
    width: 125px;
    margin-top: 0px;
    margin-bottom: 200px; }
  100% {
    width: 200px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 0px; } }
.out .head {
  animation: outhead 0.3s;
  animation-fill-mode: both; }

@keyframes outhead {
  0% {
    width: 200px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 0px; }
  100% {
    width: 125px;
    margin-top: 0px;
    margin-bottom: 200px; } }
.jobdescription {
  color: #ffffff;
  font-size: 18px;
  margin-top: 50px;
  font-weight: light; }

#head {
  background-color: #485463;
  /*#;#bc4848*/
  height: 90px;
  displaY: block; }

.left {
  float: left; }

.right {
  float: right; }

#cas {
  margin: 0px auto;
  width: 120px;
  text-align: center;
  color: #fff; }

#hodiny {
  width: 119px;
  text-align: left;
  margin-top: 5px; }

#container {
  width: 20000px; }

.element {
  width: 200px;
  height: 200px;
  float: left; }
  .element.wide {
    animation: elementwide 0.3s;
    animation-fill-mode: both;
    width: 500px; }
  .element.thin {
    animation: elementthin 0.3s;
    animation-fill-mode: both; }

@keyframes elementwide {
  0% {
    width: 200px; }
  100% {
    width: 500px; } }
@keyframes elementthin {
  0% {
    width: 500px; }
  100% {
    width: 200px; } }
.content {
  width: 200px;
  height: 200px;
  margin: 0px auto; }

.clear {
  clear: both; }

#all {
  overflow: hidden;
  height: 680px;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%); }

#shift.yes {
  animation: shiftyes 0.3s;
  animation-fill-mode: both; }
#shift.no {
  animation: shiftno 0.3s;
  animation-fill-mode: both; }

@keyframes shiftyes {
  0% {
    margin-left: -0px; }
  100% {
    margin-left: -150px; } }
@keyframes shiftno {
  0% {
    margin-left: -150px; }
  100% {
    margin-left: 0px; } }
form {
  margin-bottom: -20px; }
  form .msg {
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    height: 18px; }

.input {
  text-align: center;
  color: #485463;
  font-size: 18px;
  outline: none;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border: 0px;
  height: 20px;
  padding: 10px 0px 10px 0px;
  display: block;
  margin: 10px auto 5px auto;
  width: 300px; }

.custom {
  margin-top: -2px; }
  .custom .input {
    margin-top: 10px;
    margin-bottom: 5px; }

.circle, .name {
  cursor: pointer; }

.wide .circle, .wide .name {
  cursor: default; }

input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder, input:focus:-ms-input-placeholder {
  color: transparent; }

/* FF 4-18 */
/* FF 19+ */
/* IE 10+ */
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  /*border-radius: 50%;*/
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  color: #ffffff;
  text-indent: -9999em;
  margin: 0px auto 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  height: 50px;
  display: none; }
  .loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    /*border-radius: 100% 0 0 0;*/
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .loader:after {
    background: #000000;
    width: 75%;
    height: 75%;
    /*border-radius: 50%;*/
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .loader:before, .loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em; }
  .loader:before, .loader:after {
    position: absolute;
    top: 0;
    content: ''; }
  .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .loader:after {
    left: 1.5em; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }



.control-row input[type="text"].tb2FA {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 35px;
  padding: 10px 0px;
}

.twofcircle {
  animation: incircle 0.1s;
  animation-fill-mode: both;
  margin: 162px auto;
  height: 130px;
  width: 130px;
  border: 5px solid #EEF0EF;
  background-color: #485463;
  border-radius: 230px;
  height: 130px;
  width: 130px;
  text-align: center;
  overflow: hidden;
  border: 8px solid #EEF0EF;
  margin: 0px auto;
  display: block;
}

.btnBack {
  width: 74px;
  height: 74px;
  cursor: pointer;
  border: none;
  background: url("../../../images/login/btnEnter-yellow.png") no-repeat center;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: linear;
  transform: scaleX(-0.6) scaleY(0.6);
  margin-right: -10px;
  align-self: flex-end;
  border-radius: 50%;
  filter: hue-rotate(-40deg) saturate(300%);
  opacity: 70%;
}

  .btnBack:hover {
    opacity: 100%;
  }

  .btnBack:focus {
    outline: 0;
  }

.panel-twof-controls {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  justify-content: center;
  height: 74px;
  margin-top: 10px;
}
