p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

form {
  margin-block-end: 0em;
}

.login-layout label {
  margin-bottom: 0px !important;
}

label {
  margin-bottom: 0px !important;
}

.login-form-image {
  width: 100%;
  display: flex;
}

.login-form-image-password {
  background-color: #ffffff;
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-logo {
  max-width: 300px;
}

.login-section-with-title {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main-content {
  margin-top: 0px !important;
}

.login-container-div {
  /* width: 60%; */
  min-height: 100dvh;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: auto;
}

.login-container-div-password {
  width: 100vw;
  /* height: 100vh; */
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.login-wi-info-container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
    min-height: 100dvh;
    /* height: 100%; */
    /* background-color: #000000; */
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.80) 100%), url("../../images/landing-page-image.jpg");
    /* background-image: url("../../images/landing-page-image.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wi-image {
  width: 100%;
  height: auto;
  max-width: 70%;
}

.mobile-flower-wi {
  display: none;
}

.login-wi-info-text-video-container {
  max-height: 250px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.login-wi-info-text-container{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
}

.login-welcome-title {
  color: #ffffff;
  font-family: "Roboto Black", sans-serif;
  font-weight: 800;
  font-size: 40px;
}

.login-welcome-text {
  color: #ffffff;
  font-family: "Roboto Medium", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.login-wi-logo-container {
  position: relative;
  width: 100%;
  /* height: 100%; */
  height: calc(100dvh - 250px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.login-inputs-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.login-inputs-div-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 320px;
}

.login-wi-bottom-logo {
  padding: 30px;
}

.password-title-user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.login-page-form-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-password-page-form-div {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.login-btn {
  font-family: "Roboto Bold", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  background: #f2f2f2;
  padding: 9px 12px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  width: 100%;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.login-check-box-input-div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.login-btn:hover {
  background: #d9d9d9;
}

.login-page-title {
  font-family: "Roboto Bold", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 26px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.login-page-title-verify {
  font-family: "Roboto Bold", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 26px;
  text-transform: uppercase;
}

.login-page-link {
  font-family: "Roboto Medium", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000000;
  font-size: 16px;
}

.login-page-user-name {
  font-family: "Roboto Medium", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000000;
  font-size: 16px;
  margin: 10px 0px;
}

.login-page-password-info {
  font-family: "Roboto Medium", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000000;
  font-size: 16px;
  margin-top: 30px;
}

.verify-pswd-btn {
  margin-top: 10px;
}

.login-page-link:hover {
  text-decoration: underline;
}

.login-input-text {
  width: 100%;
  padding: 8px 16px !important;
  border-radius: 4px;
  border: 1.5px solid #bcbcbc !important;
  font-family: "Roboto Bold", sans-serif !important;
  font-weight: 500 !important;
  color: #000000;
  font-size: 16px !important;
}

.login-input-text:focus {
  border-color: #bcbcbc !important;
}

.login-input-text::placeholder,
.close-btn-text {
  font-family: "Roboto Bold", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
}

/* štýlovanie nezaškrtnutého checkboxu */
.login-label-checkbox input[type="checkbox"] {
  display: none;
}

.login-label-checkbox label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #333;
  display: inline-block;
  font-family: "Roboto Medium", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

/* ikona checkboxu */
.login-label-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1.5px solid #333;
  border-radius: 2px;
  background: white;
}

/* štýlovanie zaškrtnutého checkboxu */
.login-label-checkbox input[type="checkbox"]:checked + label:before {
  background: #f8f8f8;
}

/* štýlovanie fajky zaškrtnutého checkboxu */
.login-label-checkbox input[type="checkbox"]:checked + label:after {
  content: "\2714"; /* Unicode pre fajku */
  position: absolute;
  left: 3px;
  top: 2px;
  font-size: 14px;
  color: #000000; /* farba fajky */
  font-weight: bold; /* make the checkmark bold */
}

.login-video {
  display: flex;
  flex-direction: column;
}

.login-play-btn-div {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.login-play-btn-text-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.login-play-btn-text-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%; /* Začíname zprava */
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: left 0.3s ease;
}

.login-play-btn-text {
  font-family: "Roboto Medium", sans-serif;
  font-size: 16px;
  color: #000000;
  padding-left: 16px;
  transition: color 0.3s ease;
}

.login-play-btn-text-container:hover::before {
  left: 0;
}

.login-play-btn-text-container:hover .login-play-btn-text {
  transition: color 0.3s ease;
  color: #ffffff;
  z-index: 10;
}

#top-content-video {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 48px); /* Odstup pre close-video-btn-container */
  object-fit: contain;
}

.login-hidden-video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transition: all 0.6s ease-in-out;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.close-animation {
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  pointer-events: none;
  z-index: -10;
  visibility: hidden;
}

.hidden-video-wraper {
  display: flex;
  flex-direction: column;
}

.close-video-btn-container {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  background-color: #ffffff;
  padding-right: 10px;
}

.mobile-video-button-wi {
  display: none;
}

.close-video-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.mobile-wi-text {
  display: none;
}

.login-page-input-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.login-reset-password-title {
  font-weight: bolder;
  padding-bottom: 10px;
}

.reset-password-success {
  background-color: #b3e998;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (max-width: 1560px) {
  .login-form-image {
    flex-direction: column;
  }

  .login-container-div {
    width: 100%;
  }

  .login-wi-info-container {
    display: none;
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 952px) {
  .login-wi-info-container {
    /* background-color: #000000; */
    flex-direction: row;
    margin-top: 0px;
    padding-bottom: 12px;
    min-height: auto;
    background-image: url("../../images/landing-page-mobile-image.jpg");
    /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%), url("../../images/landing-page-mobile-image.png"); */
  }

  .login-video {
    flex-direction: row;
  }

  .login-play-btn-div {
    flex-direction: column-reverse;
  }

  .desktop-video-wi {
    display: none;
  }

  .mobile-video-button-wi {
    display: block;
  }

  .login-play-btn-text {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    /* padding-left: 0px; */
    padding: 10px;
  }

  .login-play-btn-text-container {
    justify-content: center;
  }

  .login-play-btn-text-container:hover .login-play-btn-text {
    transition: none;
    color: #000000;
    z-index: 10;
  }

  .login-play-btn-text-container::before {
    background-color: #ffffff;
    transition: none;
  }

  .login-wi-logo-container {
    margin-top: 0px;
    height: 100%;
  }

  .login-container-div {
    height: 100%;
  }

  /* .mobile-wi-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    background-color: #ffffff;
    padding: 24px;
  } */

  .login-welcome-title,
  .login-welcome-text {
    color: #000000;
  }
}

@media (max-width: 1560px) {
  .login-wi-info-container {
    display: none !important;
  }
}

@media (max-width: 540px) {
  .row {
    margin-right: -6px !important;
    margin-left: -6px !important;
  }
}
