.farba-pisma-navigacia{
    color: rgba(255, 255, 255, 0.8);
}

.farba-pisma-navigacia a, .farba-pisma-navigacia a:focus, .farba-pisma-navigacia a:active {
    color: #ffffff;
}
.odkazy_noha li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.odkazy_noha li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}


.odkazy_noha li a:before {
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    }
div.tekst {
  margin-left: 8px;
margin-top: 18px;
}

.btn {
    min-width: 550px;
}

.card{
margin-bottom: 25px;

}

.tabulka{
    table {
    width: 100%;

    th, td {
        width: 1%;
    }
}
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 270px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-color: #f5f5f5;
}
.button-67 {
  align-items: center;
  background: #f5f5fa;
  border: 0;
  border-radius: 8px;
  box-shadow: -10px -10px 30px 0 #fff,10px 10px 30px 0 #1d0dca17;
  box-sizing: border-box;
  color: #2a1f62;
  cursor: pointer;
  display: flex;
  font-family: "Cascadia Code",Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;
  font-size: 1rem;
  justify-content: center;
  line-height: 1.5rem;
  padding: 15px;
  position: absolute;
  text-align: center;
  transition: .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: pre;
  width: 450px;
  height: 150px;
  word-break: normal;
  word-spacing: normal;
}

.button-67:hover {
  background: #f8f8ff;
  box-shadow: -15px -15px 30px 0 #fff, 15px 15px 30px 0 #1d0dca17;
}

@media (min-width: 768px) {
  .button-67 {
    padding: 24px;
    margin-left: 35%;
  }
}
div.prihlas {
  margin-left: 33.5%;
  margin-top: 18px;
}
.login100-form-btn {
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 200px;
  height: 60px;
  background-color: #343a40;
  border-radius: 10px;

  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  z-index: 1;
}
.txt1 {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 33%;
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  height: 60px;
}


/*---------------------------------------------*/
.input100 {
  font-family: Poppins-Regular;
  color: #333333;
  line-height: 1.2;
  font-size: 18px;
  display: block;
  width: 100%;
  background: transparent;
  height: 60px;
  padding: 0 20px;
border-radius: 10px;
}
/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: 60px;
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid 	#89CFF0;
  border-radius: 10px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
